Re: 500 requests per second

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: "Tarhon-Onu Victor" <mituc(at)iasi(dot)rdsnet(dot)ro>, pgsql-performance(at)postgresql(dot)org
Subject: Re: 500 requests per second
Date: 2007-05-22 00:52:43
Message-ID: BA544273-5925-40E7-A8CB-ABBC462BF7E9@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> * set reasonable statement timeout
> * backup with pitr. pg_dump is a headache on extremely busy servers.

Where do you put your pitr wal logs so that they don't take up extra
I/O ?
> * get good i/o system for your box. start with 6 disk raid 10 and go
> from there.
> * spend some time reading about bgwriter settings, commit_delay, etc.
> * keep an eye out for postgresql hot (hopefully coming with 8.3) and
> make allowances for it in your design if possible.
> * normalize your database and think of vacuum as dangerous enemy.
>
> good luck! :-)
>
> merlin
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2007-05-22 05:51:40 Re: Postgres Benchmark Results
Previous Message Alvaro Herrera 2007-05-22 00:47:37 Re: Postgres Benchmark Results