Re: A question on the query planner

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A question on the query planner
Дата
Msg-id 8532.1070325929@sss.pgh.pa.us
обсуждение исходный текст
Ответ на A question on the query planner  (Jared Carr <jared@89glass.com>)
Список pgsql-performance
Jared Carr <jared@89glass.com> writes:
> I am currently working on optimizing some fairly time consuming queries
> on a decently large dataset.

It doesn't look that large from here ;-).  I'd suggest experimenting
with reducing random_page_cost, since at least for your test query
it sure looks like everything is in RAM.  In theory random_page_cost = 1.0
is the correct setting for all-in-RAM cases.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Is clustering possible to enhance the performance?
Следующее
От: Erik Norvelle
Дата:
Сообщение: Update performance ... is 200,000 updates per hour what I should expect?