Re: Add the ability to limit the amount of memory that can be allocated to backends. - Mailing list pgsql-hackers

From reid.thompson@crunchydata.com
Subject Re: Add the ability to limit the amount of memory that can be allocated to backends.
Date
Msg-id 94184680049d6bda0c85f1759af24d8127cfe895.camel@crunchydata.com
Whole thread Raw
In response to Re: Add the ability to limit the amount of memory that can be allocated to backends.  (Arne Roland <A.Roland@index.de>)
Responses Re: Add the ability to limit the amount of memory that can be allocated to backends.
List pgsql-hackers
On Wed, 2023-04-19 at 23:28 +0000, Arne Roland wrote:
> > Thank you! I just tried our benchmark and got a performance
> > degration > of around 28 %, which is way better than the last
> > patch.
> >
> > The simple query select * from generate_series(0, 10000000) shows >
> > roughly 18.9 % degradation on my test server.
> >
> > By raising initial_allocation_allowance and >
> > allocation_allowance_refill_qty I can get it to 16 % degradation.
> > So > most of the degradation seems to be independent from raising
> > the > allowance.
> >
> > I think we probably should investigate this further.
> >
> > Regards
> > Arne
> >

Hi Arne,

Thanks for the feedback.

I'm plannning to look at this.

Is your benchmark something that I could utilize? I.E. is it a set of
scripts or a standard test from somewhere that I can duplicate?

Thanks,
Reid






pgsql-hackers by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: psql: Add role's membership options to the \du+ command
Next
From: Nathan Bossart
Date:
Subject: Re: Missing warning on revokes with grant options