On Thu, May 26, 2022 at 10:48:27AM -0400, Bruce Momjian wrote:
> I assume we are then looking at reindexdb, which has a parallel option.
> I assume we can also recommend --concurrently on a patched PG 14.4,
> which might not be terrible since it would not cause downtime. I guess
> the command would be:
>
> $ reindexdb --all --concurrently --jobs ##
>
> Without reindexdb's features, this would be much more painful.
Worth noting that CONCURRENTLY is not supported on system catalogs so
these are safe from the start, and that reindexdb skips the parallel
processing of catalogs when using --jobs and --concurrently. So that
would be non-intrusive.
--
Michael