Re: Postgres not using indexes

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Postgres not using indexes
Дата
Msg-id 4D94BB07020000250003C09F@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Postgres not using indexes  (Greg Stark <gsstark@mit.edu>)
Ответы Re: Postgres not using indexes
Список pgsql-bugs
Greg Stark <gsstark@mit.edu> wrote:

> your query does require reading all the data.

Huh?  It requires reading all the data from at least *one* of the
tables.  I could conceivably be faster to read all the data from the
table with 23,980 rows and randomly pick out the necessary 33,768
rows from the table with 33,909,690 rows using the
idx_order_items_order_id index.  That seems like it might be faster.

-Kevin

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