docs/features/cdc/_common/cdc-params.rst
The following table contains parameters available inside the cdc option:
.. list-table:: :widths: 33 33 33 :header-rows: 1
prior to the write. The amount of information can be changed: true value of the 'preimage' parameter configures the preimages to contain only the columns that were changed by the write; 'full' value to the 'preimage' configures the preimages to contain the entire row (how it was before the write was made). In the case of collection columns, preimage contains the state of the whole collection before the change (not only the affected cells of the collection). Note that preimages are costly: they require an additional read-before-write.after to the write. The postimage row always contains all the columns no matter if they were affected by the change or not. Note that postimages, similarly to preimages, are costly: they require an additional read-before-write. However, if you enable both preimage and postimage, only one read will be required for both of them.'full', each delta row will contain information about every modified column. If 'keys', only the primary key of the change will be recorded in the delta row. You may want to use the second option if you're only interested in preimages and want to save some space.