Re: Preliminary notes about hash index concurrency (long) - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Preliminary notes about hash index concurrency (long)
Date
Msg-id 1062445518.3629.6.camel@fuji.krosing.net
Whole thread Raw
In response to Re: Preliminary notes about hash index concurrency (long)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane kirjutas E, 01.09.2003 kell 15:41:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > I know someone reported a problem with the hash indexes (data loss,
> > serious)--- was that a new 7.4 but or something that has existed for a
> > long time?
> 
> AFAICT the bug's been there since Berkeley days.

One could check how BSDDB (http://www.sleepycat.com) handles these
issues. It is reported to have started as btree/hash index code
extracted from an early version of postgres, so perhaps there one could
at least get some ideas, though their locking / concurrency control are
probably much different.

--------------
Hannu



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pg_dump and REVOKE on function
Next
From: ohp@pyrenet.fr
Date:
Subject: Re: Index creation takes for ever