| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Marc Mamin <M(dot)Mamin(at)intershop(dot)de> |
| Cc: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: vacuum monitoring in the doc |
| Date: | 2012-08-30 18:45:39 |
| Message-ID: | 20120830184539.GQ8753@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Tue, May 22, 2012 at 10:57:28AM +0200, Marc Mamin wrote:
> Hello,
>
> I find that 2 informations on vacuum are quite hard to find in the doc:
>
> - "log_autovacuum_min_duration" is not listed in "What to log"
>
> ( http://www.postgresql.org/docs/9.1/static/runtime-config-logging.html#
> RUNTIME-CONFIG-LOGGING-WHAT )
>
> - There is no hint on how to monitor vaccum in the main chapter
>
> ( http://www.postgresql.org/docs/9.1/static/routine-vacuuming.html )
>
> A hint on pg_stat_all_tables would be helpful.
>
> ( http://www.postgresql.org/docs/9.1/static/monitoring-stats.html#
> MONITORING-STATS-VIEWS-TABLE )
Good point. Corrected with the attached, applied patch. I ended up
adding it to the autovacuum section.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
| Attachment | Content-Type | Size |
|---|---|---|
| autovac.diff | text/x-diff | 1.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2012-08-30 20:56:38 | Re: Comment on max_locks_per_transaction |
| Previous Message | Bruce Momjian | 2012-08-30 17:13:42 | Re: Observation on integer types documentation |