Re: Query planning around one key of a multi-column index

Поиск
Список
Период
Сортировка
От Wells Oliver
Тема Re: Query planning around one key of a multi-column index
Дата
Msg-id CAOC+FBWzn-TK99tZNP4s=HkFk1qWr6QXGnqDarLCKrBK5g_tXA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Query planning around one key of a multi-column index  (Craig James <cjames@emolecules.com>)
Ответы Re: Query planning around one key of a multi-column index  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Query planning around one key of a multi-column index  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-admin
But so are you guys!

Thanks, this is helpful.

Is it really always true that querying off any column that's not the first column of a multi-column index will NOT use that index?


On Wed, Dec 18, 2019 at 7:02 PM Craig James <cjames@emolecules.com> wrote:

On Wed, Dec 18, 2019 at 4:43 PM Wells Oliver <wells.oliver@gmail.com> wrote:
I've been using PG now for so many years and I don't have a solid concrete answer on this in my head, and I feel like I should: if I have a table with a multi-column index and I query on one of those columns (or some subset of those columns), will it use that index?

Is there more reading on this topic? I've always felt it's a little more complicated but I'm not quite sure.

--


--
---------------------------------
Craig A. James
Chief Technology Officer
eMolecules, Inc.
3430 Carmel Mountain Road, Suite 250
San Diego, CA 92121
---------------------------------


--

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

Предыдущее
От: Craig James
Дата:
Сообщение: Re: Query planning around one key of a multi-column index
Следующее
От: pratmeht
Дата:
Сообщение: Re: DDLs of a Function