Vacuum summary?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Vacuum summary?
Дата
Msg-id 42D2C431.2020606@commandprompt.com
обсуждение исходный текст
Ответы Re: Vacuum summary?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello,

What do you guys think of having a vacuum summary command? E.g.;

VACUUM [FULL] [ANALYZE] SUMMARY

where summary would only print the last lines of a vacuum verbose?

foo=> VACUUM SUMMARY;
INFO:  free space map contains 17 pages in 12 relations
DETAIL:  A total of 192 page slots are in use (including overhead).
192 page slots are required to track all free space.
Current limits are:  20000 page slots, 1000 relations, using 182 KB.
VACUUM
foo=>

Sincerely,

Joshua D. Drake


-- 
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Possible better pg_ctl start/stop handling?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Possible better pg_ctl start/stop handling?