cockroachdb / cockroachdb/cockroach
Support SECONDARY REGIONS with Regional By Row Tables
Open
A-multiregion
C-enhancement
T-sql-foundations
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Right now secondary regions do not work with regional by row tables. We don't stop users from defining a secondary region on a DB that contains regional by row tables, but the interaction is unknown.
We should explore how secondary region should behave with regional by row tables. One idea is to set a secondary region on a per partition basis but we have to explore if it is feasible. If not we should disallow secondary regions or at the very least emit warnings when using them with regional by row tables.
Jira issue: CRDB-31998
Epic CRDB-45396
Contributor guide
Assessment
This issue has not been assessed yet.