pg_bloat_check icon indicating copy to clipboard operation
pg_bloat_check copied to clipboard

Replace block of reindexing commands with more REINDEX CONCURRENTLY

Open Andrey3096 opened this issue 5 months ago • 2 comments

@keithf4, hi!

I have noticed that the output of --rebuild_index flag is a block of commands recreating the index. Since pg v.12 there is an option that enables reindexing concurrently.

Would you consider replacing the block of commands with the more intuitive and clear REINDEX CONCURRENTLY? That is rather about preferences, not the issue, but i hope that measure is beneficial for understanding.

Hope for your response.

Andrey3096 avatar Nov 14 '25 14:11 Andrey3096

Sure I can see about adding that. Thank you!

keithf4 avatar Nov 14 '25 15:11 keithf4

Thank you

Andrey3096 avatar Nov 17 '25 08:11 Andrey3096