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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: rihad <rihad(at)mail(dot)ru>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: When do vacuumed pages/tuples become available for reuse?
Date: 2019-04-11 14:20:15
Message-ID: 9914.1554992415@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

rihad <rihad(at)mail(dot)ru> writes:
> Thanks! Our autovacuum_work_mem = 1GB, so this probably means any space
> would be available for reuse only at the end of the vacuum?

It's six bytes per dead tuple, last I checked ... you do the math.

> Are there
> any downsides in decreasing it to, say, 64MB? I see only pluses )

Well, usually people prefer to minimize the number of passes over
the indexes.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message rihad 2019-04-11 14:27:52 Re: When do vacuumed pages/tuples become available for reuse?
Previous Message rihad 2019-04-11 14:13:28 Re: When do vacuumed pages/tuples become available for reuse?