Обсуждение: PostgreSQL 12 reindex

Поиск
Список
Период
Сортировка

PostgreSQL 12 reindex

От
Joseph Kennedy
Дата:
How to safely perform a reindex  partitioned tables (postgresql 12)

Regards,
Jk


Re: PostgreSQL 12 reindex

От
Joseph Kennedy
Дата:
It’s good idea do that like this:

REINDEX TABLE CONCURRENTLY partitioned_table_1


REINDEX TABLE CONCURRENTLY partitioned_tab_2 


REINDEX TABLE CONCURRENTLY partitioned_table_3


Regards,
JK

Wiadomość napisana przez Joseph Kennedy <joseph.kennedy.486@gmail.com> w dniu 28.08.2023, o godz. 15:51:

How to safely perform a reindex  partitioned tables (postgresql 12)

Regards,
Jk