Evaluating PostgreSQL for Production Web App

From: dbdweeb <dbdweeb(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Evaluating PostgreSQL for Production Web App
Date: 2002-08-14 16:21:43
Message-ID: 20020814162143.70766.qmail@web21504.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm looking for real world examples or case studies on
stretching PostgreSQL to the max as regards 24X7 OLTP
support for large databases with high numbers of
concurrent users. Anyone have a matrix comparing
features amongst the open source databases?

We host our application with 1000+/- MySQL "databases"
(AKA schemas) over the internet. There are lots of
enduser queries peaking at about 200 queries per
second for extended periods on some databases with a
rare max peak of 800 queries per second. Our
developers want to standardize on one open source
database for initial coding with 2ndary for Oracle and
SQLServer. Currently our primary database is
MySQL/MyISAM with lots of extra coding to work around
non-ANSI compliance, due mostly to the lack of
subselects and limited support (or non-production
support) for ACID compliant transactions.

We have looked at MySQL/Innodb but are concerned about
24X7 production support. We need to accommodate
database growth without having to bounce the database.
If we abandon MySQL we will have to migrate all the
data to the new database engine.

Any good PostgreSQL implementation stories you would
like to share? Any recommended web sites on PostgreSQL
case studies and white papers?

TIA!!!
D. B.

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

In response to

  • test at 2002-08-14 15:51:38 from dbdweeb

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-08-14 16:42:05 Re: cvs postgresql current lacks 'ksqo' ? odbc/pgadmin does not work
Previous Message Neil Conway 2002-08-14 15:57:09 Re: cvs postgresql current lacks 'ksqo' ? odbc/pgadmin does not work