Re: Query uses incorrect index

Поиск
Список
Период
Сортировка
От Guillaume Cottenceau
Тема Re: Query uses incorrect index
Дата
Msg-id 874oa6w3js.fsf@meuh.mnc.lan
обсуждение исходный текст
Ответ на Re: Query uses incorrect index  (pasman pasmański <pasman.p@gmail.com>)
Список pgsql-performance
pasman pasmański <pasman.p 'at' gmail.com> writes:

> Thanks for reply.
> I tested random changes and query runs fastest after:
>
> set seq_page_cost = 0.1;
> set random_page_cost = 0.1;
> cpu_operator_cost = 0.01

If I'm correct, you're basically telling postgresql that your
disk is unusually fast compared to your CPU. Even if some queries
will run faster from a side-effect of these settings, you're
likely to create other random problems...

--
Guillaume Cottenceau

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

Предыдущее
От: pasman pasmański
Дата:
Сообщение: Re: Query uses incorrect index
Следующее
От: Marti Raudsepp
Дата:
Сообщение: Re: MySQL HandlerSocket - Is this possible in PG?