Re: Pointers needed on optimizing slow SQL statements

Поиск
Список
Период
Сортировка
От Віталій Тимчишин
Тема Re: Pointers needed on optimizing slow SQL statements
Дата
Msg-id 331e40660906082358l67054c93x2721e91cb82c47b1@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pointers needed on optimizing slow SQL statements  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Pointers needed on optimizing slow SQL statements  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-performance
I'd prefer ALTER VIEW <name> SET ANALYZE=true; or CREATE/DROP ANALYZE <SQL>;
Also it should be possible to change statistics target for analyzed columns.

Such a statement would allow to analyze multi-table correlations. Note that for view planner should be able to use correlation information even for queries that do not use view, but may benefit from the information.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problems with autovacuum
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Pointers needed on optimizing slow SQL statements