Re: postgres performance tunning

From: selvi88 <selvi(dot)dct(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: postgres performance tunning
Date: 2010-12-17 10:48:42
Message-ID: 1292582922732-3309251.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


My requirement is more than 15 thousand queries will run,
It will be 5000 updates and 5000 insert and rest will be select.

Each query will be executed in each psql client, (let say for 15000 queries
15000 thousand psql connections will be made).

Since the connections are more for me the performance is low, I have tested
it with pgbench tool.

Configurations,
RAM : 17.9GB
CPU : 64-bit 2 cores each 5346 bogomips

Postgres Configurations,
Shared Memory Required (shmmax) : 1720320000 bytes
Wal Buffers : 1024KB
Maintenance work mem : 1024MB
Effective Cache Size : 9216MB
Work Memory : 32MB
Shared Buffer : 1536MB
--
View this message in context: http://postgresql.1045698.n5.nabble.com/postgres-performance-tunning-tp3307846p3309251.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2010-12-17 13:20:19 Re: postgres performance tunning
Previous Message Pierre C 2010-12-17 10:20:01 Re: Auto-clustering?