Delta Lake is an open-source storage layer that brings reliability, performance, and advanced data management features to data lakes (typically built on cloud storage like S3, ADLS, etc.).
Question 1
Which of the following is the main component that enables ACID transactions in Delta Lake?
The transaction log (_delta_log) maintains all changes (insert, update, delete) and ensures ACID compliance, making Delta Lake reliable for concurrent operations.