Cluster and vacuum performance

Поиск
Список
Период
Сортировка
От Shea,Dan [CIS]
Тема Cluster and vacuum performance
Дата
Msg-id F2D63B916C88C14D9B59F93C2A5DD33F0B919E@cisxa.cis.ec.gc.ca
обсуждение исходный текст
Ответы Re: Cluster and vacuum performance
Re: Cluster and vacuum performance
Список pgsql-performance
I have a few questions about cluster and vacuum.
We have a table that is 56 GB in size and after a purge based on dates 16GB
was made available as reported below.
PWFPM_DEV=# vacuum full verbose analyze forecastelement;
INFO:  vacuuming "public.forecastelement"
INFO:  "forecastelement": found 93351479 removable, 219177133 nonremovable
row versions in 6621806 pages
DETAIL:  0 dead row versions cannot be removed yet.
Nonremovable row versions range from 156 to 192 bytes long.
There were 611201 unused item pointers.
Total free space (including removable row versions) is 16296891960 bytes.
1974172 pages are or will become empty, including 26 at the end of the
table.
1990268 pages containing 15794855436 free bytes are potential move
destinations.
CPU 467.29s/48.52u sec elapsed 4121.69 sec.

How can you improve the performance of cluster?
1. BY increasing sort_mem?
2. Does increasing vacuum_mem help?
3. Does checkpoint_segments improve it?

Dan

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: speeding up a select with C function?
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: [HACKERS] WAL Optimisation - configuration and usage