Re: Catalog Access (was: [GENERAL] Concurrency problem

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Wes <wespvp(at)syntegra(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Hannu Krosing <hannu(at)skype(dot)net>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, Zeugswetter Andreas DCP SD <ZeugswetterA(at)spardat(dot)at>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Catalog Access (was: [GENERAL] Concurrency problem
Date: 2006-04-26 23:07:49
Message-ID: 20060426230748.GJ97354@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 26, 2006 at 06:42:53PM -0400, Tom Lane wrote:
> "Jim C. Nasby" <jnasby(at)pervasive(dot)com> writes:
> > Try running a first index build by itself and then running them in
> > parallel.
>
> Yeah, this is probably the best workaround for now. I think we should
> look at making it fully concurrent-safe per upthread comments, but that
> won't be happening in existing release branches.
>
> Also, the only case where it's a problem is if the first two index
> builds finish at almost exactly the same time. It might be possible to
> overlap the first two index builds with reasonable safety so long as you
> choose indexes with very different sorting costs (eg, integer vs text
> columns, different numbers of columns, etc).

What about not updating if the tuplecount is within X percent? Would
that be safe enough to back-port? I've been trying to think of a reason
why disabling the current behavior of CREATE INDEX forcing reltuples to
be 100% accurate but I can't think of one...
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-26 23:13:08 Re: Catalog Access (was: [GENERAL] Concurrency problem
Previous Message Bruce Momjian 2006-04-26 22:48:45 Re: [HACKERS] Enhanced containment selectivity function