Need to tune for Heavy Write - Mailing list pgsql-performance

From Adarsh Sharma
Subject Need to tune for Heavy Write
Date
Msg-id 4E3A268C.9090409@orkash.com
Whole thread Raw
Responses Re: Need to tune for Heavy Write  (Dusan Misic <promisic@gmail.com>)
Re: Need to tune for Heavy Write  (Willy-Bas Loos <willybas@gmail.com>)
Re: Need to tune for Heavy Write  (Craig Ringer <ringerc@ringerc.id.au>)
Re: Need to tune for Heavy Write  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Need to tune for Heavy Write  (Samuel Gendler <sgendler@ideasculptor.com>)
List pgsql-performance
Dear all,

 From the last few days, I researched a lot on Postgresql Performance
Tuning due to slow speed of my server.
My application selects data from mysql database about 100000 rows ,
process it & insert into postgres 2 tables by making about 45 connections.

I set my postgresql parameters in postgresql.conf as below: ( OS :
Ubuntu, RAM : 16 GB, Postgres : 8.4.2 )

max_connections    = 80
shared_buffers    = 2048MB
work_mem = 32MB
maintenance_work_mem = 512MB
fsync=off
full_page_writes=off
synchronous_commit=off
checkpoint_segments = 32
checkpoint_completion_target = 0.7
effective_cache_size = 4096MB


After this I change my pg_xlog directory to a separate directory other
than data directory by symlinking.


By Application issue insert statements through postgresql connections only.

Please let me know if I missing any other important configuration.



Thanks



pgsql-performance by date:

Previous
From: Jayadevan M
Date:
Subject: Re: Parameters for PostgreSQL
Next
From: Craig Ringer
Date:
Subject: Re: Parameters for PostgreSQL