Fwd: Request to share approach during REINDEX operation

From: Yogesh Sharma <yogeshraj95(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Fwd: Request to share approach during REINDEX operation
Date: 2016-12-21 09:02:34
Message-ID: CAEZUwCTD5Dc2uv7b-VtiagAX78n3ho-Z7_0r6J9wGeEhfemMYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adding subject line....

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom DalPozzo 2016-12-21 09:51:47 error updating a tuple after promoting a standby
Previous Message Yogesh Sharma 2016-12-21 08:59:49