[Tutor] Perfect Python web stack?

Python python at venix.com
Wed Jan 17 16:38:53 CET 2007


On Wed, 2007-01-17 at 16:46 +0200, OkaMthembo wrote:
> > 1) MySQL vs PostGRES

PostGRES is a more sophisticated SQL server.  It should probably be the
default choice.

However, I'm primarily using MySQL.  The reasons:
        easy administration - I think supporting dozens of remote
        databases is easier with MySQL.
        
        replication - the loosely coupled MySQL approach to replication
        has been a better fit for my needs.
        
        good performance in the common simple cases

You probably need to work through your requirements and match those
against the different available products.  If you provide a list of
requirements, you might get more meaningful feedback.

-- 
Lloyd Kvam
Venix Corp



More information about the Tutor mailing list