Re: Perfomance decreasing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: Alexander Loginov <sas(at)mplik(dot)ru>, pgsql-general(at)postgresql(dot)org
Subject: Re: Perfomance decreasing
Date: 2001-08-17 04:28:02
Message-ID: 28596.998022482@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
>> I'd say you shouldn't release it at all.

> As far as I see I'm not releasing it.

Oh, I hadn't looked closely at reindex_index. Hmm... okay, you are
holding the lock acquired there. But you're still acquiring it way too
late for my taste. All of the setup work in reindex_relation seems to
be done without any lock.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hiroshi Inoue 2001-08-17 04:52:01 Re: Perfomance decreasing
Previous Message bpalmer 2001-08-17 04:22:48 Max number of tables in a db?