RE: [GENERAL] For data based web site, which RDBMS is better & wh y ?

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: pgsql-general(at)postgreSQL(dot)org
Subject: RE: [GENERAL] For data based web site, which RDBMS is better & wh y ?
Date: 1999-05-23 10:01:34
Message-ID: l03130302b36d820976e7@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 00:59 +0300 on 20/05/1999, Jackson, DeJuan wrote:

> The problem here is to find impartial comparisons.
> The question between MySQL and PostgreSQL usually come down to
> Do I care most about speed? - usually true for purely Web Apps.
> or
> Do I need transaction and the other features PostgreSQL offers? -
> which tends to only be true if you plan on using the database for things
> other than web development.

To be more exact, you have to ask yourself whether only one person will be
performing updates at a time. The lack of transactions for MySQL implies
lack of locks, and thus lack of support for concurrent updates.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Herouth Maoz 1999-05-23 10:16:26 Re: [GENERAL] postgres getting slow
Previous Message Herouth Maoz 1999-05-23 09:57:05 Re: [GENERAL] Looking for Mr. Autonum