Re: Pluggable Indexes - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Pluggable Indexes
Date
Msg-id 4978461F.3030308@sigaev.ru
Whole thread Raw
In response to Re: Pluggable Indexes  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Responses Re: Pluggable Indexes  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
> What other constraints are there on such non-in-core indexex?  Early (2005)
> GIST indexes were very painful in production environments because vacuuming
> them held locks for a *long* time (IIRC, an hour or so on my database) on
> the indexes locking out queries.  Was that just a shortcoming of the
> implementation, or was it a side-effect of them not supporting recoverability.

GiST concurrent algorithm is based on Log Sequence Number of WAL and that was 
the reason to implement WAL (and recoverability) first in GiST.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.
Next
From: Simon Riggs
Date:
Subject: Re: Pluggable Indexes (was Re: rmgr hooks (v2))