Re: Adding a suffix array index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adding a suffix array index
Дата
Msg-id 21761.1101682418@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Adding a suffix array index  (Troels Arvin <troels@arvin.dk>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Stopgap solution for table-size-estimate updating problem
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Adding Reply-To: to Lists configuration ...