GoogleCloudPlatform/spanner-migration-tool
Defer secondary index creation based on flag
Aberta
#292 aberto em 9 de mai. de 2022
good first issue
Métricas do repositório
- Stars
- (152 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.