What do table formats such as Delta Lake and Apache Iceberg add to object storage?
- A ACID transactions, schema evolution and time travel over files in a data lake
- B Faster network transfer
- C Automatic encryption
- D Cluster scheduling
Answer
ACID transactions, schema evolution and time travel over files in a data lake
These capabilities are what make a lakehouse viable, since raw file storage alone offers no transactional guarantees.





