From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Sailesh Krishnamurthy <sailesh(at)cs(dot)berkeley(dot)edu> |
Cc: | Mike Mascari <mascarm(at)mascari(dot)com>, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Christopher Browne <cbbrowne(at)acm(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Is there going to be a port to Solaris 9 x86 in the |
Date: | 2003-11-19 04:53:12 |
Message-ID: | 20031119045312.GA18795@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-hackers |
On Tue, Nov 18, 2003 at 02:31:03PM -0800, Sailesh Krishnamurthy wrote:
> Another thing I toyed with was having an implementation of a
> Tid-List-Fetch .. sorting a TID-list from an index and fetching the
> records of the relation off the sorted list for better IO
> performance. AFAICT something like this isn't present yet .. can pgsql
> do this already ?
Nope. In fact it's on the TODO list. I think people call it "bitmap
indexes", the idea being that the TID list is represented as a "sparse
bitmap" (go ask some JPEG hacker what that means).
Extra points if multiple bitmaps can be ANDed and ORed, to allow using
multiple indexes simultaneously ...
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Oh, oh, las chicas galacianas, lo harán por las perlas,
¡Y las de Arrakis por el agua! Pero si buscas damas
Que se consuman como llamas, ¡Prueba una hija de Caladan! (Gurney Halleck)
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2003-11-19 06:22:59 | Re: Is there going to be a port to Solaris 9 x86 in the |
Previous Message | elein | 2003-11-19 02:47:09 | Re: Slashdot |
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2003-11-19 06:07:56 | Re: [pgsql-advocacy] Not 7.5, but 8.0 ? |
Previous Message | Troels Arvin | 2003-11-19 02:55:09 | 7.4: CHAR padding inconsistency |