GoogleCloudPlatform/spanner-migration-tool
Defer secondary index creation based on flag
开放
#292 创建于 2022年5月9日
good first issue
仓库指标
- 星标
- (152 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Currently, we create secondary indexes with the schema before hand. We want to add a flag so that it can be deferred and created after data migration is complete. This is useful when the number of secondary indexes are very high and creating them before can slow down the data migration.