Re: Seqscan rather than Index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Seqscan rather than Index
Дата
Msg-id 26003.1103218313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Seqscan rather than Index  (Jon Anderson <jonanderson.mn@gmail.com>)
Список pgsql-performance
Jon Anderson <jonanderson.mn@gmail.com> writes:
> Any hints on what to do to make PostgreSQL use the index?

You might want to reduce random_page_cost a little.

Keep in mind that your test case is small enough to fit in RAM and is
probably not reflective of what will happen with larger tables.

            regards, tom lane

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

Предыдущее
От: John A Meinel
Дата:
Сообщение: Re: Improve performance of query
Следующее
От: Adi Alurkar
Дата:
Сообщение: UNION ALL vs INHERITANCE