with write locks that can potentially see the table to finish.
This phase is skipped when not in concurrent mode.
Columns lockers_total, lockers_done
- and current_locker_pid contain the progress
+ and current_locker_pid contain the progress
information for this phase.
with write locks that can potentially write into the table to finish.
This phase is skipped when not in concurrent mode.
Columns lockers_total, lockers_done
- and current_locker_pid contain the progress
+ and current_locker_pid contain the progress
information for this phase.
that can potentially see the table to release their snapshots. This
phase is skipped when not in concurrent mode.
Columns lockers_total, lockers_done
- and current_locker_pid contain the progress
+ and current_locker_pid contain the progress
information for this phase.
with read locks on the table to finish, before marking the old index dead.
This phase is skipped when not in concurrent mode.
Columns lockers_total, lockers_done
- and current_locker_pid contain the progress
+ and current_locker_pid contain the progress
information for this phase.
with read locks on the table to finish, before dropping the old index.
This phase is skipped when not in concurrent mode.
Columns lockers_total, lockers_done
- and current_locker_pid contain the progress
+ and current_locker_pid contain the progress
information for this phase.
that will be reported and provide information about how to interpret it.
Progress for VACUUM FULL commands is reported via
pg_stat_progress_cluster
- because both VACUUM FULL and CLUSTER
- rewrite the table, while regular VACUUM only modifies it
+ because both VACUUM FULL and CLUSTER
+ rewrite the table, while regular VACUUM only modifies it
in place. See .
Whenever CLUSTER or VACUUM FULL is
running, the pg_stat_progress_cluster view will
- contain a row for each backend that is currently running either command.
+ contain a row for each backend that is currently running either command.
The tables below describe the information that will be reported and
provide information about how to interpret it.
|
sorting tuples
- CLUSTER is currently sorting tuples.
+ CLUSTER is currently sorting tuples.
|
|
performing final cleanup
- The command is performing final cleanup. When this phase is
+ The command is performing final cleanup. When this phase is
completed, CLUSTER
or VACUUM FULL will end.