cockroachdb / cockroachdb/cockroach
cdc: allow changefeeds on materialized views
Open
A-cdc
C-enhancement
E-easy
E-quick-win
E-starter
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We don't allow changefeeds to target a materialized view, but I don't think this is for any principled reason...a materialized view is just syntactic sugar on a table. Changefeeds on materialized views provide a more explicit and intuitive syntax for running changefeed-as-export on the result of a query that can't be expressed as a CDC query (e.g. joins).
Jira issue: CRDB-29167
Epic CRDB-29168
Contributor guide
Assessment
This issue has not been assessed yet.