[GENERAL]

Поиск
Список
Период
Сортировка
От Yogesh Sharma
Тема [GENERAL]
Дата
Msg-id CAEZUwCTmqjrvVnfh3j5wVMdfZwnEGHUe8Vdw+VVek2JYQAVx-g@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL]
Список pgsql-general
Dear All,

Thanks for your support.
I am using postgresql 9.3.6 on RHEL6.6 machine.
In my production environment, Some script are executing automatically through cron.
These script are performing insert and update operation.

Also, every hour,i am performing VACUUM and REINDEX operation on table.

Is there any solution available to perform only REINDEX operation and other insert or updation operations from other script will not perform during REINDEX execution?
      OR
Preferably, during REINDEX operation, other script execution for insert/update may wait until reindex will not completed.

Regards,
Yogesh

В списке pgsql-general по дате отправления:

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: [GENERAL] How well does PostgreSQL 9.6.1 support unicode?
Следующее
От: Yogesh Sharma
Дата:
Сообщение: [GENERAL] Fwd: Request to share approach during REINDEX operation