GoogleCloudPlatform/spanner-migration-tool

Defer secondary index creation based on flag

Aperta

#292 aperta il 9 mag 2022

 (0 commenti) (0 reazioni) (0 assegnatari)PLpgSQL (81 fork)auto 404
good first issue

Metriche repository

Star
 (152 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor