PostgreSQL 11 Auto vacuum

From: Pawan Sharma <pawanpg0963(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: PostgreSQL 11 Auto vacuum
Date: 2019-06-28 06:35:04
Message-ID: CAKqG8NX-SDiW9NWWtEWwJUNxQYoDGT_cwohHWajM8qEv9FR-7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello All,

How the Auto vacuum works on logical partition tables in PostgreSQL 11.

Currently, we are using database in PG10 with logical partition of tables
and we are facing an performance issue due to large number of bloats.

Actually we have notice that Auto vacuum in PG10 keeps vacuuming the
master tables and that takes a lot of time and Don't go the child table to
remove the dead tuples.

We are doing manually vacuum to overcome.

Regards,
Pawan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brad Nicholson 2019-06-28 11:43:30 Re: Re: Re: Enabling checksums on a streaming replica
Previous Message Michael Paquier 2019-06-28 03:17:10 Re: Re: Enabling checksums on a streaming replica