How Delta Lake Does ACID Without a Database
No database server, no lock manager — just files and a log. Here's how two Spark jobs can write the same table at the exact same moment and never corrupt it.
Read MoreNo database server, no lock manager — just files and a log. Here's how two Spark jobs can write the same table at the exact same moment and never corrupt it.
Read MoreFollow one Delta table from CREATE to time travel and watch exactly what happens on disk — the Parquet files, the transaction log, and how that log quietly powers ACID and versioning.
Read More