Dear All,
I understood below point and i will do the same on my system.
Can i close db session before REINDEX operation and again start db session after REINDEX completed?
Regards,
Yogesh
On Wednesday, December 21, 2016, Jaime Soler <
jaime.soler@gmail.com> wrote:
if you want to reduce the impact of reindex in your inserts and updates operations why don't you try drop index and CREATE INDEX CONCURRENTLY.As Alban said you I don't recommend you to execute reindex every hour, at least try to reduce the scope of the reindex to the minimal object.