Files
scylladb/docs/using-scylla/cdc/cdc-basic-operations.rst
Anna Stuchlik 37237407f6 doc: remove info about outdated versions
This PR removes information about outdated versions, including disclaimers and information when a given feature was added.
Now that the documentation is versioned, information about outdated versions is unnecessary (and makes the docs harder to read).

Fixes https://github.com/scylladb/scylladb/issues/12110

Closes scylladb/scylladb#17430
2024-02-20 19:32:13 +02:00

20 lines
743 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:: /using-scylla/cdc/_common/cdc-updates.rst
.. include:: /using-scylla/cdc/_common/cdc-inserts.rst
.. include:: /using-scylla/cdc/_common/cdc-row-deletions.rst
.. include:: /using-scylla/cdc/_common/cdc-row-range-deletions.rst
.. include:: /using-scylla/cdc/_common/cdc-partition-deletions.rst