Re: Indexam interface proposal - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Indexam interface proposal
Date
Msg-id 45FE9FE7.8090807@sigaev.ru
Whole thread Raw
In response to Re: Indexam interface proposal  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
> Given that rechecking requires Expr and state structures, maybe it would
> be easier to make the operators RECHECK so the planner does the right
> thing now, but make a flag that tells the index scan *not* to recheck
> this tuple. That would seem slightly less work and fit better with the
> existing code. (In other words, it's an optimisation rather than a big
> change).

I like your suggestion - it's useful for GiST/GIN fulltext indexing.


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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Back from vacation
Next
From: Heikki Linnakangas
Date:
Subject: Re: CREATE INDEX and HOT (was Question:pg_classattributes and race conditions ?)