Need help to decide Mysql vs Postgres

From: Amit V Shah <ashah(at)tagaudit(dot)com>
To: "'pgsql-performance(at)postgresql(dot)org'" <pgsql-performance(at)postgresql(dot)org>
Subject: Need help to decide Mysql vs Postgres
Date: 2005-05-24 17:05:53
Message-ID: 0C072E7CC947D511AC9600A0CC7341200256CF03@xeon400.tagaudit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi all,

From whatever reading and surfing I have done, I have found that postgres is
good. Actually I myself am a fan of postgres as compared to mysql. However I
want to have some frank opinions before I decide something. Following are
some of the aspects of my schema, and our concerns --

- We have around 150 tables on the DB
- We have lot of foreign keys between the tables
- Couple of tables are going to have around couple of hundereds of millions
of records (300 Million right now and would grow). Few of this tables are
fairly wide with around 32 columns, and have around 3-4 columns which are
foreign keys and refer to other tables
- Most of the DB usage is Selects. We would have some inserts but that would
be like a nightly or a monthly process

Our only concern with going with postgres is speed. I haven't done a speed
test yet so I can't speak. But the major concern is that the selects and
inserts are going to be much much slower on postgres than on mysql. I dont
know how true this is. I know this is a postgres forum so everyone will say
postgres is better but I am just looking for some help and advise I guess
!!!

I am not trying to start a mysql vs postgres war so please dont
misunderstand me .... I tried to look around for mysql vs postgres articles,
but most of them said mysql is better in speed. However those articles were
very old so I dont know about recent stage. Please comment !!!

Thanks,
Amit

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Joshua D. Drake 2005-05-24 17:14:35 Re: Need help to decide Mysql vs Postgres
Previous Message mark durrant 2005-05-24 15:36:36 Re: Select performance vs. mssql