Evaluating PostgreSQL for Production Web App - Mailing list pgsql-general

From dbdweeb
Subject Evaluating PostgreSQL for Production Web App
Date
Msg-id 20020814162143.70766.qmail@web21504.mail.yahoo.com
Whole thread Raw
In response to test  (dbdweeb <dbdweeb@yahoo.com>)
Responses Re: Evaluating PostgreSQL for Production Web App  (Andrew Sullivan <andrew@libertyrms.info>)
List 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

pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: cvs postgresql current lacks 'ksqo' ? odbc/pgadmin does not work
Next
From: Tom Lane
Date:
Subject: Re: cvs postgresql current lacks 'ksqo' ? odbc/pgadmin does not work