Files
scylladb/docs/features/cdc/cdc-basic-operations.rst
Anna Stuchlik 360f7b3d33 doc: move Features to the top-level page
This commit moves the Features page from the section for developers
to the top level in the page tree. This involves:
- Moving the source files to the *features* folder from the  *using-scylla* folder.
- Moving images into *features/images* folder.
- Updating references to the moved resources.
- Adding redirections to the moved pages.

Closes scylladb/scylladb#20401
2024-09-03 07:24:33 +03:00

20 lines
723 B
ReStructuredText

=======================
Basic operations in CDC
=======================
The CDC log table reflects operations that are performed on the base table. Different types of operations give different corresponding entries in the CDC log. These operations are:
* inserts,
* updates,
* single row deletions,
* row range deletions,
* partition deletions.
The following sections describe how each of these operations are handled by the CDC log.
.. include:: /features/cdc/_common/cdc-updates.rst
.. include:: /features/cdc/_common/cdc-inserts.rst
.. include:: /features/cdc/_common/cdc-row-deletions.rst
.. include:: /features/cdc/_common/cdc-row-range-deletions.rst
.. include:: /features/cdc/_common/cdc-partition-deletions.rst