How to Speed up Insert from Multiple Connections

From: Adarsh Sharma <adarsh(dot)sharma(at)orkash(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: How to Speed up Insert from Multiple Connections
Date: 2011-08-01 07:31:30
Message-ID: 4E365652.9040406@orkash.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dear all,

I research a lot on Postgresql Performance Tuning and find some
parameters to increase the select performance in postgresql.
By increasing shared_buffers,effective_cache_size ,work_mem,
maintainance etc , we can achieve performance in select queries.

But In my application about 200 connections are made to DB server and
insert into 2 tables occured.
And it takes more than hours to complete.

I understand the variable checkpoint_segments & want to know is there
any more ways to increase the write performance.

Thanks

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Vitalii Tymchyshyn 2011-08-01 08:52:17 Re: insert
Previous Message Robert Klemme 2011-08-01 07:18:49 Re: Trigger or Function