Re: PostgreSQL - case studies

From: Amitabh Kant <amitabhkant(at)gmail(dot)com>
To: Jayadevan M <Jayadevan(dot)Maymala(at)ibsplc(dot)com>
Cc: pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: PostgreSQL - case studies
Date: 2010-02-10 04:38:37
Message-ID: 84b68b3d1002092038g52428df3u97df2838e07ebc73@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-performance

On Wed, Feb 10, 2010 at 9:39 AM, Jayadevan M
<Jayadevan(dot)Maymala(at)ibsplc(dot)com>wrote:

> Any feedback - a few sentences with the db size, tps, h/w necessary to
> support that, and acceptable down-time, type of application etc will be
> greatly appreciated.
> Our products are not of the blog/social networking type, but more of
> on-line reservation type where half an hour down-time can lead to
> significant revenue losses for customers.
> Thank you,
> Jayadevan
>
>
I don't have experience with DB size greater than 25-26 GB at the moment,
but Postgres surely has no problems handling my requirements. Mind you,
this Was on a stock Postgresql server running on FreeBSD 7.x without any
optimizations. Didn't seen any downtime apart from the ones that I goofed
up. H/w config was dual processor Xeon/8GB RAM and a single SAS 15K disk
(146 GB). The rig has been upgraded last week, but it ran fine for more than
18 months.

That said, we run an application which generates around 170-200 transactions
per second (mix of select insert, update and delete). AFAIK, most of us
using Postgres are running some or the other critical application where
downtime has a significant cost attached to it.

With regards

Amitabh

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brent Wood 2010-02-10 04:55:46 Re: Best way to handle multi-billion row read-only table?
Previous Message AI Rumman 2010-02-10 04:38:27 more than 2GB data string save

Browse pgsql-performance by date

  From Date Subject
Next Message Anton Maksimenkov 2010-02-10 05:10:36 How exactly PostgreSQL allocates memory for its needs?
Previous Message Jayadevan M 2010-02-10 04:09:02 PostgreSQL - case studies