Re: Inefficient queryplan for query with intersectable

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Inefficient queryplan for query with intersectable
Дата
Msg-id 430F1393.5040704@archonet.com
обсуждение исходный текст
Ответ на Inefficient queryplan for query with intersectable subselects/joins  (Arjen van der Meijden <acmmailing@tweakers.net>)
Ответы Re: Inefficient queryplan for query with intersectable
Список pgsql-performance
Arjen van der Meijden wrote:
>
> I left all the configuration-stuff to the defaults since changing values
> didn't seem to impact much. Apart from the buffers and effective cache,
> increasing those made the performance worse.

I've not looked at the rest of your problem in detail, but using the
default configuration values is certainly not going to help things. In
particular effective_cache is supposed to tell PG how much memory your
OS is using to cache data.

Read this through and make sure your configuration settings are sane,
then it might be worthwhile looking in detail at this particular query.
   http://www.powerpostgresql.com/PerfList

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Arjen van der Meijden
Дата:
Сообщение: Inefficient queryplan for query with intersectable subselects/joins
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Limit + group + join