Re: Index scan optimization

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Index scan optimization
Дата
Msg-id CA+U5nML9xujCcg9Rq8z6dpXAszS7kR2_iJ0ZpzUkmz2X3LrBiA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Index scan optimization  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Ответы Re: Index scan optimization  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
Список pgsql-hackers
On 30 October 2014 08:43, Haribabu Kommi <kommi.haribabu@gmail.com> wrote:

> I marked the patch as ready for committer.

This looks very interesting.

The value of the patch seems to come from skipping costly checks. Your
performance test has a leading VARCHAR column, so in that specific
case skipping the leading column is a big win. I don't see it would be
in all cases.

Can we see a few tests on similar things to check for other
opportunities and regressions.
* Single column bigint index
* Multi-column bigint index
* 5 column index with mixed text and integers

The explanatory comments need some work to more clearly explain what
this patch does.

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: "Maeldron T."
Дата:
Сообщение: Re: Failback to old master
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Order of views in stats docs