Index-only scans for GIST

Поиск
Список
Период
Сортировка
От Anastasia Lubennikova
Тема Index-only scans for GIST
Дата
Msg-id CAP4vRV55D9+Ou_TSnEDrD-TURMiPGT4AbFh_m5dZDkBSb07hkw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Index-only scans for GIST
Список pgsql-hackers
Hi, hackers!
There are first results of my work on GSoC project "Index-only scans for GIST".

1. Version of my project code is in forked repository
Patch is in attachments
- This version is only for one-column indexes
- fetch() method is realized only for box opclass (because it's trivial)

2. I test Index-only scans with SQL script box_test.sql 
and it works really faster. (results in box_test_out)

I'll be glad to get your feedback about this feature.

-- 

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

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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Priority table or Cache table
Следующее
От: Thomas Mayer
Дата:
Сообщение: Re: Window function optimisation, allow pushdowns of items matching PARTITION BY clauses