| От | Cédric Villemain |
|---|---|
| Тема | Re: Tablespaces and query planning |
| Дата | |
| Msg-id | 201206081236.08512.cedric@2ndquadrant.com обсуждение исходный текст |
| Ответ на | Tablespaces and query planning ("Albe Laurenz" <laurenz.albe@wien.gv.at>) |
| Ответы |
Re: Tablespaces and query planning
|
| Список | pgsql-performance |
> - The statistics gathered by ANALYZE are independent of the tablespace > containing the table. yes. > - The tablespace containing the table has no influence on query planning > unless seq_page_cost or random_page_cost has been set on the > tablespace. yes. > - VACUUM ANALYZE does the same as VACUUM followed by ANALYZE. no. it is fine grained, but in the diffs there is: VACUUM and ANALYSE do not update pg_class the same way for the reltuples/relpages: for ex VACUUM is accurate for index, and ANALYZE is fuzzy so if you issue a vacuum you have exact values, if you then run ANALYZE you may change them to be less precise. -- Cédric Villemain +33 (0)6 20 30 22 52 http://2ndQuadrant.fr/ PostgreSQL: Support 24x7 - Développement, Expertise et Formation
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера