Re: postgres performance tunning

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: selvi88 <selvi(dot)dct(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: postgres performance tunning
Date: 2010-12-17 22:13:07
Message-ID: AANLkTik=tA0dgYWzAtnbjx99ZBiGTDpVwiMPhrdyKb=K@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Dec 16, 2010 at 7:33 AM, selvi88 <selvi(dot)dct(at)gmail(dot)com> wrote:
>
> Dear Friends,
>        I have a requirement for running more that 15000 queries per second.
> Can you please tell what all are the postgres parameters needs to be changed
> to achieve this.
>        Already I have 17GB RAM and dual core processor and this machine is
> dedicated for database operation.

15k tps is doable on cheap hardware if they are read only, and
trivial. if you are writing, you are going to need some fancy
storage. each disk drive can do about 100-300 tps depending on the
speed of the drive and other factors (you can enhance this
significantly by relaxing sync requirements). a single dual core is
not going to cut it though -- you should bank on 4 cores at least.

please describe the problem you are trying to solve in more detail.
15k tps can be trivially done, or could require a massive engineering
effort. it really depends on what you are trying to do.

merlin

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Robert Haas 2010-12-17 23:49:19 Re: Compared MS SQL 2000 to Postgresql 9.0 on Windows
Previous Message Justin Pitts 2010-12-17 19:53:48 Re: Compared MS SQL 2000 to Postgresql 9.0 on Windows