Re: Performance query about large tables, lots of concurrent access

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance query about large tables, lots of concurrent access
Дата
Msg-id 29698.1182268111@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performance query about large tables, lots of concurrent access  (Karl Wright <kwright@metacarta.com>)
Список pgsql-performance
Karl Wright <kwright@metacarta.com> writes:
> I did an ANALYZE on that table and repeated the explain, and got this:
> ...
> ... even more wildly wrong.

Hmm.  You might need to increase the statistics target for your larger
tables.  It's probably not a big deal for queries like this one, but I'm
worried that you may be getting bad plans for complicated joins.

            regards, tom lane

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Performance query about large tables, lots of concurrent access
Следующее
От: Francisco Reyes
Дата:
Сообщение: Re: Performance query about large tables, lots of concurrent access