Re: When do vacuumed pages/tuples become available for reuse?

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: rihad <rihad(at)mail(dot)ru>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: When do vacuumed pages/tuples become available for reuse?
Date: 2019-04-11 15:40:54
Message-ID: CAMkU=1wZ1jSDKOqR+KVoDXUT7yprWqMZD-Rv-x__q3i-URkHQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Apr 11, 2019 at 10:28 AM rihad <rihad(at)mail(dot)ru> wrote:

>
> Yup, it's just that n_dead_tuples grows by several hundred thousand (the
> table sees much much more updates than inserts) and disk usage grows
> constantly between several hour long vacuum runs. Running vacuum full
> isn't an option.
>

The disk usage doesn't reach a steady state after one or two autovacs? Or
it does, but you are just unhappy about the ratio between the steady state
size and the theoretical fully packed size?

Cheers,

Jeff

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message rihad 2019-04-11 15:44:04 Re: When do vacuumed pages/tuples become available for reuse?
Previous Message rihad 2019-04-11 15:14:06 Re: When do vacuumed pages/tuples become available for reuse?