Skip to content
David Liu edited this page Dec 29, 2024 · 2 revisions

DeltaLogs

Delta Lake transaction Log

  • Table Ledger: single source of truth trackcing table changes
  • guarantees atomicity of Delta Lake
  • transaction details are logged in JSON format.

Clone this wiki locally