Re: Table : Bloat grow high

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Table : Bloat grow high
Date: 2022-11-11 18:46:24
Message-ID: da8a3249-62e2-233f-7e45-090d3fc026bc@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/11/22 11:09, Alexis Zapata wrote:
>
> Hi all,
> In postgresql 13.5

Upgrade to at least 13.8.  (13.9 was released yesterday.)

> I have a table (size 3.1 GB) and in this table occurs near to 200 updates
> per second, after 2 days the size table is 7 GB and bloat grow to 45% and
> the query operations are degraded. vacuum runs every 5 seconds over this.
> but the bloat growth continues, to solve the
> problem quickly, we have made a replica of the table with a trigger, then
> a copy of the data and in a
> transaction we rename the table, but it would not be the best solution.
> Some suggestion about stop this size increase or parameter to setting up?

Manually vacuum it on a regular basis.

Think about partitioning it on PK boundaries; that way you can vacuum each
child at the same time.

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brad White 2022-11-11 20:35:13 Re: Setting up replication on Windows, v9.4
Previous Message Ron 2022-11-11 18:38:22 Re: Setting up replication on Windows, v9.4