databricks Databricks Release Notes ·

Automatic Change Data Feed is Generally Available on Databricks

datadatabricksgaengineermediadatabricks-delta-lake
feature

Databricks has announced the general availability of Automatic Change Data Feed (Auto CDF). This feature computes row-level changes at query time using row tracking, eliminating the need to manually enable change data feed on Delta Lake or Apache Iceberg v3 tables. Auto CDF removes write-time overhead, improving MERGE and UPDATE operations by approximately 15% when querying for changes. It supports batch queries, Structured Streaming, and Delta Lake Sharing, requiring Databricks Runtime 19 LTS or higher with row tracking enabled.

Features (1)
  • Automatic Change Data Feed Reaches General Availability

    The Automatic Change Data Feed (Auto CDF) now computes row-level changes at query time using row tracking, removing the need to manually enable CDF on Delta Lake or Apache Iceberg v3 tables. This feature removes write-time overhead and accelerates MERGE and UPDATE operations by about 15%. It requires Databricks Runtime 19 LTS or above with row tracking enabled.

Read the original announcement →

https://docs.databricks.com/aws/en/release-notes/product/2026/september#automatic-change-data-feed-is-now-generally-available

Related releases