Re: Performance considerations for very heavy INSERT traffic - Mailing list pgsql-performance

From Qingqing Zhou
Subject Re: Performance considerations for very heavy INSERT traffic
Date
Msg-id dg4sei$ktl$1@news.hub.org
Whole thread Raw
In response to Performance considerations for very heavy INSERT traffic  (Brandon Black <blblack@gmail.com>)
List pgsql-performance
 
"Brandon Black" <blblack@gmail.com> wrote ...

Increasing shared_buffers seems to always help, even out to half of the dev box's ram (2G). 
 
Though officially PG does not prefer huge shared_buffers size, I did see several times that performance was boosted in case IO is the bottleneck. Also, if you want to use big bufferpool setting, make sure your version has Tom's split BufMgrLock patch
(http://archives.postgresql.org/pgsql-committers/2005-03/msg00025.php), which might already in 8.0.x somewhere. And if you want to use bufferpool bigger than 2G on 64-bit machine, you may need 8.1 (http://archives.postgresql.org/pgsql-committers/2005-08/msg00221.php).
 
Regards,
Qingqing

pgsql-performance by date:

Previous
From: PFC
Date:
Subject: Re: Performance considerations for very heavy INSERT traffic
Next
From: Alex Turner
Date:
Subject: Re: Performance considerations for very heavy INSERT traffic