Re: Which CMS/Ecommerce/Shopping cart ? - Mailing list pgsql-general

From Steve Atkins
Subject Re: Which CMS/Ecommerce/Shopping cart ?
Date
Msg-id 51CCD152-D9F6-4FBB-A869-B5E4AA8FDDFE@blighty.com
Whole thread Raw
In response to Re: Which CMS/Ecommerce/Shopping cart ?  (Samantha Atkins <sjatkins@mac.com>)
List pgsql-general
On Jul 29, 2010, at 10:53 AM, Samantha Atkins wrote:

> This touches on a question I would love to be able to answer
>
> Why is MySQL so much more popular right now, especially in the OpenSource community?  As a database I find its
architecturewith multiple underlying engines and other quirks to be rather dubious.  Then there is the issue of
commerciallicenses and exactly when you must have those and what it will really cost.  Yet it is pretty ubiquitous.
Howcome?  Why isn't postgresql more on developer's minds when they think of OS databases?  Amazon cloud has great
scalableMySQL support but apparently not postgreql.  Why?   Is there something about postgresql that is bugging all
thesepeople or what? 

MySQL is "the PHP database".

Low rent shared hosting targets primarily people hosting PHP apps. Most PHP apps target MySQL. So hosting companies
offerPHP and MySQL. 

Most PHP apps are aimed to run on low end shared hosting, where the only database available is likely to be MySQL, so
PHPapps target MySQL. 

Another issue is that it's apparently easier to deploy multi-tenant MySQL than PostgreSQL.

And yet another is the... lets just say "sloppy development style" of most PHP coders who've learned to use MySQL,
ratherthan SQL. That maps better onto the sloppy MySQL approach to data integrity than the PostgreSQL one. "0000-00-00"
isn'ta date and "" isn't an integer - unless you're a PHP coder using MySQL. These bugs in the apps, and similar ones
relatedto MySQL's rather special approach to SQL, also make it painful to add PostgreSQL support to an existing app
thatwas developed solely to target MySQL. 

Cheers,
  Steve


pgsql-general by date:

Previous
From: Samantha Atkins
Date:
Subject: Re: Which CMS/Ecommerce/Shopping cart ?
Next
From: Tom Lane
Date:
Subject: Re: Which CMS/Ecommerce/Shopping cart ?