Re: Reverse Key Index

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Reverse Key Index
Дата
Msg-id 54EE4D45.1060704@agliodbs.com
обсуждение исходный текст
Ответ на Reverse Key Index  ("Sven R. Kunze" <srkunze@tbz-pariv.de>)
Ответы Re: Reverse Key Index  ("Sven R. Kunze" <srkunze@tbz-pariv.de>)
Re: Reverse Key Index  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-performance
On 02/14/2015 10:35 AM, Sven R. Kunze wrote:
> Thanks for the immediate reply.
>
> I understand the use case is quite limited.
>
> On the other hand, I see potential when it comes to applications which
> use PostgreSQL. There, programmers would have to change a lot of code to
> tweak existing (and more importantly working) queries to hash/reverse an
> id column first. Using ORMs would make this change even more painful and
> maybe even impossible.
>
> When reading
> https://richardfoote.wordpress.com/2008/01/14/introduction-to-reverse-key-indexes-part-i/
> carefully, it also seems to work with index scan partially in case of
> equality comparisons.

Seems like a good use for SP-GiST.  Go for it!

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


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

Предыдущее
От: luis.sa@htip.com.br
Дата:
Сообщение: Re: Regarding "Point-in-time Recovery" feature
Следующее
От: "Sven R. Kunze"
Дата:
Сообщение: Re: Reverse Key Index