VACUUM vs VACUUM ANALYZE vs CLUSTER

Поиск
Список
Период
Сортировка
От Sheldon Hearn
Тема VACUUM vs VACUUM ANALYZE vs CLUSTER
Дата
Msg-id 28599.1000929846@axl.seasidesoftware.co.za
обсуждение исходный текст
Ответы Re: VACUUM vs VACUUM ANALYZE vs CLUSTER  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi folks,

Could someone point me at any documentation that explains how VACUUM,
VACUUM ANAYLZE and CLUSTER relate to one another?  From my reading of
the PostgreSQL documentation and the FAQ, I am confused on these points:

1) Is VACUUM ANALYZE a complete superset of VACUUM?

2) VACUUM and CLUSTER both affect the arrangement of rows on disk.  Does
   CLUSTER leave holes behind, and if so is there a run order for VACUUM
   and CLUSTER that results in well-packed _and_ well-orderd rows on
   disk?

I don't think I need to be spoonfed and am more than willing to read
whole chapters to find my answer, but I'm pretty certain the PostgreSQL
docs (as distributed with 7.1.3) don't resolve this confusion.

My thanks in advance to any who choose to respond.

Ciao,
Sheldon.

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

Предыдущее
От: "David Lebling"
Дата:
Сообщение: Replace Old Table with New
Следующее
От: Tom Lane
Дата:
Сообщение: Re: VACUUM vs VACUUM ANALYZE vs CLUSTER