Re: My own performance/tuning q&a - Mailing list pgsql-performance

From Neil Conway
Subject Re: My own performance/tuning q&a
Date
Msg-id 1067270858.460.39.camel@tokyo
Whole thread Raw
In response to Re: My own performance/tuning q&a  (Allen Landsidel <all@biosys.net>)
List pgsql-performance
On Fri, 2003-10-24 at 20:11, Allen Landsidel wrote:
> However, I do the same thing with the reindex, so I'll definitely be taking
> it out there, as that one does lock.. although I would think the worst this
> would do would be a making the index unavailable and forcing a seq scan..
> is that not the case?

No, it exclusively locks the table. It has been mentioned before that we
should probably be able to fall back to a seqscan while the REINDEX is
going on, but that's not currently done.

-Neil



pgsql-performance by date:

Previous
From: Vivek Khera
Date:
Subject: Re: My own performance/tuning q&a
Next
From: Vivek Khera
Date:
Subject: Re: Various performance questions