GoogleCloudPlatform / GoogleCloudPlatform/spanner-migration-tool
Defer secondary index creation based on flag
Open
good first issue
- Dominant language
- PLpgSQL
- Stars
- 155
- Forks
- 83
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 6
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.
Contributor guide
Assessment
This issue has not been assessed yet.