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
29.99k stars 3.79k forks source link

cdc: allow schema as a changefeed target #132277

Open rharding6373 opened 3 hours ago

rharding6373 commented 3 hours ago

Some users would like to create changefeeds that watch all (or most) tables in an entire schema. Syntax could be like the following:

CREATE CHANGEFEED FOR SCHEMA schema

There may be some tables in the schema that users do not want watched by the changefeed. We would need to add syntax for an exclusion list (either explicit or with regex support).

This builds on database targets for changefeeds in https://github.com/cockroachdb/cockroach/issues/93793.

Jira issue: CRDB-42913

Epic CRDB-39384

blathers-crl[bot] commented 3 hours ago

cc @cockroachdb/cdc