Re: Adding a suffix array index - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Adding a suffix array index
Date
Msg-id 21761.1101682418@sss.pgh.pa.us
Whole thread Raw
In response to Re: Adding a suffix array index  (Troels Arvin <troels@arvin.dk>)
List pgsql-hackers
Troels Arvin <troels@arvin.dk> writes:
> On Sun, 28 Nov 2004 16:52:47 -0500, Tom Lane wrote:
>> You need to be able
>> to scan the index and identify rows matching a query without making lots
>> of probes into the table.

> But is it cheaper, IO-wise to "jump" around in an index than to go back
> and forth between index and tuple blocks?

Perhaps not --- but why would you be "jumping around"?  Wouldn't the
needed info appear in consecutive locations in the index?

Even if that's not the case, the index should be much denser than the
table because it's only storing the keys and not the rest of the
columns.  So I'd expect less net I/O even if the access pattern is just
as random.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Stopgap solution for table-size-estimate updating problem
Next
From: "Marc G. Fournier"
Date:
Subject: Adding Reply-To: to Lists configuration ...