Re: Improving the memory allocator

From: Greg Smith <greg(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improving the memory allocator
Date: 2011-04-26 20:44:31
Message-ID: 4DB72EAF.70400@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/25/2011 05:45 PM, Andres Freund wrote:
> The profile I used in this case was:
>
> pgbench -h /tmp/ -p5433 -s 30 pgbench -S -T 20
>

I'd suggest collecting data from running this with "-M prepared" at some
point too, so that you can get a basic idea which of these allocations
are avoided when using prepared statements.

--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-04-26 20:45:34 Re: SR standby hangs
Previous Message Andrew Dunstan 2011-04-26 20:44:15 Re: SR standby hangs