Extension of Thick Indexes - Mailing list pgsql-hackers

From Amit Gupta
Subject Extension of Thick Indexes
Date
Msg-id 8d79a95c0901220116v7f1370f7ra4dbb1179215f639@mail.gmail.com
Whole thread Raw
Responses Re: Extension of Thick Indexes  (Amit Gupta <amit.pc.gupta@gmail.com>)
List pgsql-hackers
Hi,<br /><br /> We are extending Gokul's Thick index functionality (<a
href="http://archives.postgresql.org/pgsql-patches/2008-01/msg00092.php">http://archives.postgresql.org/pgsql-patches/2008-01/msg00092.php</a>)
on8.4 code base to <br /> - fix existing defects <br /> - Extend thick index usage for group by, count, nested queries,
and"delete/update with join" queries.<br /> - Improve cost estimates for using thick indexes, and<br /> - Support OR
conditionqueries using thick indexes (which involves computation of bitmap-or)<br /><br /> Details of the above
featurescan be seen at <a
href="http://aurora.regenstrief.org/postgresql/report/6">http://aurora.regenstrief.org/postgresql/report/6</a><br/><br
/>Please let me know if you have any comments or suggestions.<br /><br /> Thanks,<br /> Amit<br /> Persistent
Systems<br/><br /> 

pgsql-hackers by date:

Previous
From: Parag Goyal
Date:
Subject: Logging conflicted queries on deadlocks
Next
From: tomas@tuxteam.de
Date:
Subject: Re: Pluggable Indexes