Re: MySQL vs. PostgreSQL

From: terry(at)greatgulfhomes(dot)com
To: "'Thomas Lockhart'" <lockhart(at)fourpalms(dot)org>, "'Curt Sampson'" <cjs(at)cynic(dot)net>
Cc: "'builder'" <sarah(dot)fraser(at)cnet(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: MySQL vs. PostgreSQL
Date: 2002-07-12 14:13:47
Message-ID: 004d01c229ae$579dc180$2766f30a@development.greatgulfhomes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This web developer for both internet and intranet applications, who does
both connectionless and simulated connection oriented applications, uses
PostgreSQL WHERE EVER POSSIBLE. If I ever have issues with load, there are
much better ways of getting performance then choosing a less capable
database for its trimness (eg horsepower and memory are cheap, dedicated
servers are cheap, and better table design/layout/indexes usually will fix
ANY databases slowness where mass volume is not the issue).

I train all my programmers on ONE db architecture, I have to maintain only
ONE db architecture on all my servers, and the db I have chosen does
everything that even my most complex job needs to do. (Now that 7.2.1
supports OUTER JOINS).

Terry Fielder
Network Engineer
Great Gulf Homes / Ashton Woods Homes
terry(at)greatgulfhomes(dot)com

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of
> Thomas Lockhart
> Sent: Friday, July 12, 2002 10:05 AM
> To: Curt Sampson
> Cc: builder; pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] MySQL vs. PostgreSQL
>
>
> ...
> > Not many Web developers use PostgreSQL because they feel that
> > the additional features degrade performance.
>
> "Not many web developers" is a completely subjective
> statement which has
> no basis in fact. How many is "not many"? Is that two? One
> hundred? Two
> million? Twenty million?
>
> How many is "many web developers"? Must be more than "not many", eh?
> Probably can't narrow it down much beyond that :/
>
> Hmm. Given the proven performance scaling benefits from Postgres, one
> could also say "not many web developers feel that their applications
> need to scale beyond 5 simultaneous users". Or "not many web
> developers
> need transaction-enabled databases", or ???
>
> - Thomas
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Earl 2002-07-12 14:14:20 Re: about middleware over postgreSQL....
Previous Message Thomas Lockhart 2002-07-12 14:05:26 Re: MySQL vs. PostgreSQL