Re: Index AM change proposals, redux

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Index AM change proposals, redux
Дата
Msg-id 878wzmusje.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Index AM change proposals, redux  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers

>> * Proposed changes to allow amgetnext to return the actual index keys,
>> allowing certain types of "unindexable" quals to be checked without
>> having to fetch the heap entry.  For example a LIKE condition could be
>> fully checked against the index entry.  

In the extreme we could build tuples and push them up several nodes -- even
including joins -- before fetching the rest of the attributes from the heap.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Get trained by Bruce Momjian - ask me about
EnterpriseDB'sPostgreSQL training!
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Setting a pre-existing index as a primary key
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Commit fest queue