From: | pavan95 <pavan(dot)postgresdba(at)gmail(dot)com> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: 8.2 Autovacuum BUG ? |
Date: | 2018-01-22 10:21:39 |
Message-ID: | 1516616499481-0.post@n3.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hello Sergi,
The size of the database is 24GB.
The output of the above query is :
datid | datname | procpid | usesysid | usename | application_name |
client_addr | client_hostname | client_port | backend_start
| xact_start | query_start |
waiting | current_query
--------+----------+---------+----------+----------+------------------+-------------+-----------------+-------------+----------------------------------+----------------------------------+----------------------------------+---------+--------------------------------------
400091 | prod_erp | 19373 | 10 | postgres | |
| | | 2018-01-22 15:40:38.163865+05:30 |
2018-01-22 15:40:38.655754+05:30 | 2018-01-22 15:40:38.655754+05:30 | f
| autovacuum: ANALYZE public.table1
400091 | prod_erp | 19373 | 10 | postgres | |
| | | 2018-01-22 15:40:38.163865+05:30 |
2018-01-22 15:40:38.655754+05:30 | 2018-01-22 15:40:38.655754+05:30 | f
| autovacuum: ANALYZE public.table1
400091 | prod_erp | 19373 | 10 | postgres | |
| | | 2018-01-22 15:40:38.163865+05:30 |
2018-01-22 15:40:38.218954+05:30 | 2018-01-22 15:40:38.218954+05:30 | f
| autovacuum: ANALYZE public.table2
400091 | prod_erp | 18440 | 10 | postgres | |
| | | 2018-01-22 15:39:38.128879+05:30 |
2018-01-22 15:39:38.166507+05:30 | 2018-01-22 15:39:38.166507+05:30 | f
| autovacuum: VACUUM public.table3
Could you please explain what antiwraparound autovacuum is?? Is it related
for preventing transactionID wraparound failures? If so does running vacuum
full against the database will suppress this abnormal generation of archive
logs??
Please give your kind advice.
Regards,
Pavan
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-performance-f2050081.html
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Kretschmer | 2018-01-22 11:47:10 | Re: 8.2 Autovacuum BUG ? |
Previous Message | Sergei Kornilov | 2018-01-22 09:41:00 | Re: 8.2 Autovacuum BUG ? |