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 Richard Huxton <dev@archonet.com>
Re: Inefficient queryplan for query with intersectable Arjen van der Meijden <acmmailing@tweakers.net>
Re: Inefficient queryplan for query with intersectable Tom Lane <tgl@sss.pgh.pa.us>
Re: Inefficient queryplan for query with intersectable Arjen van der Meijden <acmmailing@tweakers.net>
Re: Inefficient queryplan for query with intersectable Tom Lane <tgl@sss.pgh.pa.us>
Re: Inefficient queryplan for query with intersectable Arjen van der Meijden <acmmailing@tweakers.net>
Re: Inefficient queryplan for query with Ron <rjpeace@earthlink.net>
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
Дата:
От: Stephan Szabo
Дата:
Сообщение: Re: Limit + group + join
FAQ