Delta tables use a distributed storage format, where data, history, metadata, and other attributes are stored across multiple files. This includes data files (e.g., Parquet files) for the actual data and log files for transaction history and metadata, allowing Delta Lake to support version control, schema enforcement, and ACID properties.
C. Delta tables are stored in a collection of files that contain data, history, metadata, and other attributes.
Delta tables store data in a structured manner using Parquet files, and they also maintain metadata and transaction logs in separate directories. This organization allows for versioning, transactional capabilities, and metadata tracking in Delta Lake. Thank you for pointing out the error, and I appreciate your understanding.
GPT4:
Delta tables in Databricks use:
Parquet format files for data storage.
A _delta_log folder for JSON log files that track transactions.
Scheme enforcement in metadata to ensure consistency.
Checkpoint files to speed up the rebuilding of the table state.
Reading Material:
5 reasons to choose Delta format (on Databricks)
https://medium.com/datalex/5-reasons-to-use-delta-lake-format-on-databricks-d9e76cf3e77d
C
Delta tables in Databricks Delta Lake are stored in a collection of files organized in a directory structure. This directory structure includes data files, transaction log files, and metadata files. These files are stored in a specified location, typically in a distributed file system such as Hadoop Distributed File System (HDFS) or Amazon S3.
First selected D as I assumed the data to be stored in the Delta lake and the transaction log to be stored separately. However, documentation states when a user creates a Delta Lake table, that table’s transaction log is automatically created in the _delta_log subdirectory. The deltalog contains multiple files hence a collection of files. Answer C.
C is correct answer
https://docs.delta.io/latest/delta-faq.html#:~:text=Delta%20Lake%20uses%20versioned%20Parquet,directory%20to%20provide%20ACID%20transactions.
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
806e7d2
1 week, 2 days agovctrhugo
2 months ago80370eb
3 months, 2 weeks agomascarenhaslucas
5 months, 2 weeks agobenni_ale
7 months, 3 weeks agoItmma
8 months, 1 week agoSerGrey
11 months agoVijayKula
1 year, 1 month agoSriramiyer92
1 year, 1 month agoKalavathiP
1 year, 2 months agoandie123
1 year, 3 months agoAtnafu
1 year, 4 months agoprasioso
1 year, 6 months agoData_4ever
1 year, 7 months agoknivesz
1 year, 7 months agoXiltroX
1 year, 7 months ago