Re: My own performance/tuning q&a

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: My own performance/tuning q&a
Date: 2003-10-27 16:03:35
Message-ID: x7ptgivfag.fsf@yertle.int.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>>>>> "AL" == Allen Landsidel <all(at)biosys(dot)net> writes:

AL> However, I do the same thing with the reindex, so I'll definitely be
AL> taking it out there, as that one does lock.. although I would think
AL> the worst this would do would be a making the index unavailable and
AL> forcing a seq scan.. is that not the case?

Nope. *All* access to the table is locked out.

AL> ---------------------------(end of broadcast)---------------------------
AL> TIP 5: Have you checked our extensive FAQ?

AL> http://www.postgresql.org/docs/faqs/FAQ.html

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2003-10-27 16:06:11 Re: My own performance/tuning q&a
Previous Message Neil Conway 2003-10-27 15:41:49 Re: Various performance questions