
Explanation:
In Delta Lake tables, the transaction log, known as the DeltaLog, utilizes JSON files to record metadata about changes to the table. This includes transactions like adding, deleting, or updating data, enabling Delta Lake to offer ACID properties. While the actual data is stored in Parquet files, the transaction log's use of JSON is crucial for tracking the history of changes.
For further reading, consult the Delta Lake documentation and this blog post.
Ultimate access to all questions.
No comments yet.