cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.21k stars 3.82k forks source link

cdc: Compute virtual columns #83325

Open miretskiy opened 2 years ago

miretskiy commented 2 years ago

Add an option to allow computation of virtual columns when using cdc expressions.

We should be a bit careful when using this option on the feed with multiple column families. Compute expression can only ever reference a single column family at a time.

Jira issue: CRDB-17005

Epic CRDB-21713

blathers-crl[bot] commented 2 years ago

cc @cockroachdb/cdc