Index-only scans for GIST

Поиск
Список
Период
Сортировка
От Anastasia Lubennikova
Тема Index-only scans for GIST
Дата
Msg-id CAP4vRV4xiK7v4XQgdmtOco9WB2mYeTEgbncF-DrMRYGvDk8V3w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Index-only scans for GIST  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Re: Index-only scans for GIST  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
Hi, hackers!
I work on a GSoC project "Index-only scans for GIST"
https://wiki.postgresql.org/wiki/Support_for_Index-only_scans_for_GIST_GSoC_2014


It includes index-only scans for multicolumn GIST and new regression test.
Fetch() method is realized for box and point opclasses. 

Documentation is not updated yet, but I'm going to do it till the end of GSoC.

I've got one question about query with OR condition. It is the last query in regression test "gist_indexonly". It doesn't fail but it doensn't use index-only scans. Could someone explain to me how it works?
It seems to depend on build_paths_for_OR function. But I couldn't understand how.

-- 
Best regards,
Lubennikova Anastasia
Вложения

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

Предыдущее
От: Mitsumasa KONDO
Дата:
Сообщение: Re: gaussian distribution pgbench -- splits v4
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Introducing coarse grain parallelism by postgres_fdw.