| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | walpino(at)gmail(dot)com |
| Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: (auto) vacuum mysterious |
| Date: | 2017-02-14 14:52:55 |
| Message-ID: | 20170214145255.7v3x64l22h4sylck@alvherre.pgsql |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
walpino(at)gmail(dot)com wrote:
> Hi There
>
> My Name is Martin
> And we are running PostgreSQL 9.5.3
>
> We are doing a lot of deletes updates and Inserts on some tables
>
> Until now we didn’t Encounter so much Problems with the vacuumizer but in the last view days we have the fact the vacuum cannot remove dead rows anymore
>
> I know it is the case when there are other Long running Transactions running but this isn’t the case
Maybe you have an inactive replication slot. See
select * from pg_replication_slots;
and consider dropping those that are unused.
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thorsten Schöning | 2017-02-15 10:11:49 | Questions regarding PL/Perl |
| Previous Message | Feike Steenbergen | 2017-02-14 14:28:49 | Re: Req. for some help with temp tables |