Add the ability to synchronize omnisharded tables between shards of:
- the same cluster
- two different clusters
This should re-use all of our existing code for schema sync, data sync and replication, but do so only for omnisharded tables.
API
- Add
--omnisharded-only flag to schema-sync and data-sync commands.
- Add
omnisharded_only to COPY_DATA and SCHEMA_SYNC admin database commands
Add the ability to synchronize omnisharded tables between shards of:
This should re-use all of our existing code for schema sync, data sync and replication, but do so only for omnisharded tables.
API
--omnisharded-onlyflag toschema-syncanddata-synccommands.omnisharded_onlytoCOPY_DATAandSCHEMA_SYNCadmin database commands