Created
September 4, 2021 12:47
-
-
Save afarid/460ec51a3f74c654283c291db2875503 to your computer and use it in GitHub Desktop.
posgresql-admin-commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## track index creation/re-indexing (available since version 12) | |
| ``` | |
| postgres=# select * from pg_stat_progress_create_index; | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment