GoogleCloudPlatform/spanner-migration-tool

Defer secondary index creation based on flag

Offen

#292 geöffnet am 09.05.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PLpgSQL (81 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (152 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide