Search

Search IconIcon to open search

Delta Lake

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 06.10.2024, 11:00
modified 08.08.2025, 19:04
published Empty
sources Empty
topics Delta Lake, ACID Transactions, Lakehouse, Parquet
authors Empty
ai-assisted No

DBX definition:

Delta Lake is the optimized storage layer that provides the foundation for tables in a lakehouse on Databricks. Delta Lake is  open source software that extends Parquet data files with a file-based transaction log for  ACID transactions and scalable metadata handling.

Features:

  • ACID transaction guarantees
  • Scalable data and metadata handling
  • Audit history and time travel
  • Schema enforcement and schema evolution
  • Support for deletes, updates, and merges
  • Unified streaming and batch data processing
    Delta lake uses Delta Tables to organize data into tabular format.

# Managing files and indexing data