GoogleCloudPlatform/spanner-migration-tool

Defer secondary index creation based on flag

Ouverte

#292 ouverte le 9 mai 2022

 (0 commentaire) (0 réaction) (0 personne assignée)PLpgSQL (81 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (152 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur