citus/src/backend/distributed/sql/udfs/get_rebalance_progress
Ahmet Gedemenli 96912d9ba1
Add status column to get_rebalance_progress() (#6403)
DESCRIPTION: Adds status column to get_rebalance_progress()

Introduces a new column named `status` for the function
`get_rebalance_progress()`. For each ongoing shard move, this column
will reveal information about that shard move operation's current
status.

For now, candidate status messages could be one of the below.

* Not Started
* Setting Up
* Copying Data
* Catching Up
* Creating Constraints
* Final Catchup
* Creating Foreign Keys
* Completing
* Completed
2022-10-17 16:55:31 +03:00
..
9.0-1.sql Fetch shard size on the fly for the rebalance monitor 2021-05-20 16:38:17 +02:00
10.1-1.sql Fetch shard size on the fly for the rebalance monitor 2021-05-20 16:38:17 +02:00
11.1-1.sql Show citus_copy_shard_placement progress in get_rebalance_progress (#6322) 2022-09-13 08:59:52 +00:00
11.2-1.sql Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00
latest.sql Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00