-
Notifications
You must be signed in to change notification settings - Fork 0
lake
David Liu edited this page Jul 27, 2025
·
4 revisions
Github org, major repos
open-source data management for the lakehouse
- Adding an ACID transactional storage layer on top of object storage
- data versioning and time travel(e.g. rollback)
- handle both batch and streaming data in a unified way
Donoted to Linux Foundation
- it originates in October 2017
- Donated from Databricks, by Oct 2019
option 1: runs on top of existing data lake
option 2: runs on top of Apache Spark
concurrently multi-writes: Delta Lake supports multiple writes simultaneously
- Delta Lake does locking to make sure that queries writing to a table from multiple requester at the same time won’t corrupt the table.