Re: pgsql is 75 times faster with my new index scan - Mailing list pgsql-hackers

From Devik
Subject Re: pgsql is 75 times faster with my new index scan
Date
Msg-id Pine.LNX.4.10.10010170935360.23767-100000@luxik.cdi.cz
Whole thread Raw
In response to Re: pgsql is 75 times faster with my new index scan  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> > I doubt everyone would like trading query speed for insert/update 
> > speed plus index size
> 
> If he is scanning through the entire index, he could do a sequential
> scan of the table, grab all the tid transaction status values, and use
> those when viewing the index.  No need to store/update the transaction
> status in the index that way.

Huh ? How ? It is how you do it now. Do you expect
load several milion transaction statuses into memory,
then scan index and lookup these values ?
Missed I something ?
devik



pgsql-hackers by date:

Previous
From: Franck Martin
Date:
Subject: RE: [GENERAL] storing binary data - PGSQL book/documentation
Next
From: Devik
Date:
Subject: Re: pgsql is 75 times faster with my new index scan