
Answer-first summary for fast verification
Answer: Change Data Feed (CDF)
Change Data Feed (CDF) is a feature in Delta Lake designed to automatically generate CDC feeds. It captures row-level changes, including the data and metadata that indicate whether a row was inserted, deleted, or updated. This functionality is crucial for tracking changes over time within Delta Lake tables. Reference: [Delta Lake Documentation](https://docs.databricks.com/delta/delta-change-data-feed.html)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.