Understanding how partial indexes work?

Поиск
Список
Период
Сортировка
От Chris Velevitch
Тема Understanding how partial indexes work?
Дата
Msg-id b0a3bf780712052344n5b6b8d46tac80a0f1ee4944ab@mail.gmail.com
обсуждение исходный текст
Ответы Re: Understanding how partial indexes work?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Understanding how partial indexes work?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
I have a query on a table:-

     X between k1 and k2 or X < k1 and Y <> k3

where k1, k2, k3 are constants.

How would this query work, if I created an index on X and a partial
index on X where Y <> k3?


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: elegant way to fill a table with serial
Следующее
От: Marco Curtolo
Дата:
Сообщение: Import LDAP data to a Postgres database