About

What it does

All changes land in ClickHouse with four automatic metadata columns appended to every row: _cdc_op (the operation type), _cdc_ts (the timestamp), _cdc_version (for deduplication), and _cdc_deleted (soft delete flag). This means you can query both the current state of your data and its full change history from a single table.

The interface

Architecture

What are your feelings

Updated on May 7, 2026