Re: Database Performance?
От | Martijn van Oosterhout |
---|---|
Тема | Re: Database Performance? |
Дата | |
Msg-id | 20020213193557.A15280@svana.org обсуждение исходный текст |
Ответ на | Database Performance? (Devin <devin@phpcodeguru.com>) |
Ответы |
Re: Database Performance?
|
Список | pgsql-general |
On Wed, Feb 13, 2002 at 12:26:10AM -0700, Devin wrote: > > Dear Postgres Users, > > I am getting ready to be a big project for this customer > and I was just curious on the performance of Postgresql 7.2? > I have seen in previous benchmarks where MySQL was a lot > faster overall than Postgres. Has 7.2 improved at all in > the performance? I want to make sure I choose the right > database since the database will be rather busy :) Be a little bit careful about benchmarks. Whether postgresql or mysql is faster depends on what you're doing. If all you want to do is the occasional insert and lots and lots of simple selects, mysql (or even grep) will beat postgres. If you want to do subselects, transactions, foreign keys, outer joins, fault tolerence or anything else that makes a database a database, mysql just can't do it. See if MySQL and PostgreSQL satisfy your business requirements and then decide which one you want. HTH, -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > Terrorists can only take my life. Only my government can take my freedom.
В списке pgsql-general по дате отправления: