From: | David Rowley <dgrowleyml(at)gmail(dot)com> |
---|---|
To: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
Cc: | Martín Marqués <martin(dot)marques(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM |
Date: | 2021-08-09 02:44:13 |
Message-ID: | CAApHDvqqBsjxLxvs2RdAzXjVBYDVAZ+uqYuxT9yviF05k-bUgw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
On Wed, 7 Jul 2021 at 23:44, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
>
> On Sun, 4 Jul 2021 at 22:38, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> > I could do with a 2nd opinion about if we should just adjust the
> > maximum value for the autovacuum_work_mem GUC to 1GB in master.
> >
> > I'm also not sure if since we'd not backpatch the GUC max value
> > adjustment if we need to document the upper limit in the manual.
>
> I was just looking at this again and I see that GIN indexes are able
> to use more than 1GB of memory during VACUUM. That discovery makes me
> think having the docs say that vacuum cannot use more than 1GB of
> memory is at best misleading and more likely just incorrect.
The attached patch aims to put right where I went wrong with the
documentation about vacuum/autovacuum only using maintainance_work_mem
memory for dead tuple collection.
I plan to push this and backpatch to 9.6 shortly unless there are any
better ideas.
What's in there right now is wrong and I want that fixed before the
cut-off for the next set of bug fix releases.
David
Attachment | Content-Type | Size |
---|---|---|
fix_wrong_documentation_on_vacuum_mem_limits.patch | application/octet-stream | 1.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2021-08-09 04:53:02 | Re: Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM |
Previous Message | Dave Cramer | 2021-08-06 12:40:40 | Re: Use of the word master |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2021-08-09 02:46:43 | Re: Small documentation improvement for ALTER SUBSCRIPTION |
Previous Message | Peter Smith | 2021-08-09 02:42:35 | Re: PG Docs - CREATE SUBSCRIPTION option list order |