========================= Change Data Capture (CDC) ========================= .. note:: CDC is not supported in keyspaces with :doc:`tablets` enabled. .. toctree:: :maxdepth: 2 :hidden: cdc-intro cdc-log-table cdc-basic-operations cdc-streams cdc-stream-generations cdc-querying-streams cdc-advanced-types cdc-preimages cdc-consistency :abbr:`CDC (Change Data Capture)` is a feature that allows you to not only query the current state of a database's table, but also query the history of all changes made to the table. .. panel-box:: :title: Change Data Capture :id: "getting-started" :class: my-panel * :doc:`CDC Overview ` * :doc:`The CDC Log Table ` * :doc:`Basic Operations in CDC ` * :doc:`CDC Streams ` * :doc:`CDC Stream Generations ` * :doc:`Querying CDC Streams ` * :doc:`Advanced Column Types ` * :doc:`Preimages and Postimages ` * :doc:`Data consistency `