cockroachdb / cockroachdb/cockroach
crosscluster/logical: cannot replicate tables with column families
Open
A-disaster-recovery
C-enhancement
docs-done
T-disaster-recovery
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Without staged mode, replication is a non-starter if a column in a family has a not null constraint. Even if all columns are nullable, it is very hard to differentiate between a delete and an update which nils out values in a given column family.
Jira issue: CRDB-43688
Contributor guide
Assessment
This issue has not been assessed yet.