• Delta Lake 3.2.1
Delta Lake
  • Introduction
  • Apache Spark connector
  • Trino connector
  • Presto connector
  • AWS Redshift Spectrum connector
  • Snowflake connector
  • Google BigQuery connector
  • Apache Flink connector
  • Other connectors
  • Delta Kernel
  • Delta Standalone (deprecated)
  • Delta Lake APIs
  • Releases
  • Delta Lake resources
    • Blog posts and talks
    • VLDB 2020 paper
    • Examples
    • Delta Lake transaction log specification
  • Delta table properties reference

Updated Sep 30, 2024

Contribute

  • Documentation
  • Delta Lake resources
  • Delta Lake GitHub repo

Delta Lake resources

In this article:

  • Blog posts and talks

  • VLDB 2020 paper

  • Examples

  • Delta Lake transaction log specification

Blog posts and talks

Delta Lake blog posts

Delta Lake tutorials

Delta Lake videos

VLDB 2020 paper

Delta Lake: High-Performance ACID Table Storage over Cloud Object Stores

Examples

The Delta Lake GitHub repository has Scala and Python examples.

Delta Lake transaction log specification

The Delta Lake transaction log has a well-defined open protocol that can be used by any system to read the log. See Delta Transaction Log Protocol.

Previous Next