Re: possible wrong query plan on pg 8.3.5,

Поиск
Список
Период
Сортировка
От Віталій Тимчишин
Тема Re: possible wrong query plan on pg 8.3.5,
Дата
Msg-id 331e40660909142332v570cc686hb2c75fd974b8d69e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: possible wrong query plan on pg 8.3.5,  (zz_11@mail.bg)
Ответы Re: possible wrong query plan on pg 8.3.5,  (zz_11@mail.bg)
Список pgsql-performance
May be you have very bad disk access times (e.g. slow random access)? In this case everything should be OK while data in cache and awful, when not.
Could you check disk IO speed && IO wait while doing slow & fast query.

BTW: In this case, increasing shared buffers may help. At least this will prevent other applications & AFAIK sequence scans to move your index data from cache.

Best regards, Vitalii Tymchyshyn

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: How to post Performance Questions
Следующее
От: Andrzej Zawadzki
Дата:
Сообщение: Re: CLUSTER and a problem