Closed adityamaru closed 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!
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