-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Currently, spanner-cli doesn't show anything until CREATE INDEX is done.
Recently, Cloud Spanner supports tracking of the progress of index backfill operations.
https://cloud.google.com/spanner/docs/release-notes#April_06_2021
You can now track the progress of long-running index backfill operations through the gcloud command line tool, REST API, and RPC API. For more information, see Checking the progress of a secondary index backfill.
So we can show progress of index creation using polling.
Consideration
- How to visualize progress?
- Bar or percent?
- With elapsed time
- Multiple DDL statements
- mix of
CREATE INDEXand other DDLs which doesn't supportprogressPercent.
- mix of
Metadata
Metadata
Assignees
Labels
No labels