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.09k stars 3.8k forks source link

backupccl: allow restore of GLOBAL/RBT tables in a non-MR database #71502

Closed adityamaru closed 11 months ago

adityamaru commented 3 years ago

Currently, we disallow restoring a MR table into a non-MR table. GLOBAL/RBT tables do not have the region locality baked into the rows (unlike a RBR table) and so we can allow restoring these tables into a non-MR database by nil'ing out the LocalityConfig.

Epic CRDB-10350

Jira issue: CRDB-10610

github-actions[bot] commented 11 months ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!