Re: Out of overflow pages. Out of luck.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Frank <jrf(at)segovia(dot)mit(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Out of overflow pages. Out of luck.
Date: 2001-01-24 16:37:47
Message-ID: 12858.980354267@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John Frank <jrf(at)segovia(dot)mit(dot)edu> writes:
> Does anyone have experience hacking the HASH index code to allow more
> overflow pages?

Er, why not use btree instead? The hash index code isn't nearly as well
debugged or maintained as btree.

Of course, if you want to adopt the hash stuff as a personal project,
be my guest --- fixes are always appreciated. But it's got a number of
known problems, like being subject to deadlocks under concurrent access.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-01-24 16:46:33 Re: Help me please!! -newbie-
Previous Message Mr. Chan 2001-01-24 16:27:44 get last sequence