Re: significant slow down with various LIMIT

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: significant slow down with various LIMIT
Дата
Msg-id 4BCEBCE70200002500030C3F@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: significant slow down with various LIMIT  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-performance
I wrote:

> ALTER TABLE ALTER plugins_guide_address
>   ALTER COLUMN city_id SET STATISTICS 1000;

One too many ALTERs in there.  Should be:

ALTER TABLE plugins_guide_address
  ALTER COLUMN city_id SET STATISTICS 1000;

-Kevin

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Very high effective_cache_size == worse performance?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [JDBC] SOLVED ... Re: Getting rid of a cursor from JDBC .... Re: Re: HELP: How to tame the 8.3.x JDBC driver with a biq guery result set