Re: [PHP] MySQL vs PostgreSQL

2003-01-08 Thread Krzysztof Dziekiewicz
What about transactions ? In all the discussion noone points that PostgreSQL uses them. Maybe noone uses transactions so they have no matter. -- Krzysztof Dziekiewicz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySQL vs PostgreSQL

2003-01-06 Thread Jeffrey B. Ferland
> Not to cause a flame war, but, MySQL and PostgreSQL are both excellent > choices, MySQL tends to be a lighter less feature rich database while > PostgreSQL tends to have more features, perform better under load, etc. Under differing types of load, yes. MySQL is more hit-based, while PostgreSQL d

Re: [PHP] MySQL vs PostgreSQL

2003-01-06 Thread Jason Sheets
Not to cause a flame war, but, MySQL and PostgreSQL are both excellent choices, MySQL tends to be a lighter less feature rich database while PostgreSQL tends to have more features, perform better under load, etc. You can read a lot about the two databases at google.com and also at postgresql.org.

Re: [PHP] MySQL vs PostgreSQL

2003-01-06 Thread John Wells
> See MySQL 4.x. They also have subselects now (HUGE!). As for an Well, not really. Nested queries are scheduled for 4.1. 4.0 is in gamma, 4.1 isn't even available for download as alpha. You'll have to go with Postgres for now if you need subselects. Regarding row locking and transactions, lo

Re: [PHP] MySQL vs PostgreSQL

2003-01-06 Thread Jeffrey B. Ferland
> > I'm just deciding which DB to use for my projects and I'm not clear with one > > thing... When considering a database for web, is MySQL good enough? I read > > it only supports table locking, which is not very satisfying in such a > > multiuser environment as the internet.. > > PostgreSQL has t

Re: [PHP] MySQL vs PostgreSQL

2003-01-06 Thread Jim
>> is MySQL good enough? I read it only supports table locking, >> which is not very satisfying in such a multiuser environment >> as the internet.. Read all of http://www.mysql.com/doc/en/ANSI_diff_Transactions.html You'll find an explanation of what atomic operations are and how they compare to

Re: [PHP] MySQL vs PostgreSQL

2003-01-06 Thread Krzysztof Dziekiewicz
> I'm just deciding which DB to use for my projects and I'm not clear with one > thing... When considering a database for web, is MySQL good enough? I read > it only supports table locking, which is not very satisfying in such a > multiuser environment as the internet.. PostgreSQL has transactions

Re: [PHP] MySQL vs PostgreSQL

2002-12-24 Thread Jason Sheets
Both databases work well for what they are intended to do. Either database will have good basic performance, however PostgreSQL has had more advanced features and stability in the past some of which MySQL has worked on gaining. Last I heard there was still issues with complex operations and tab

Re: [PHP] MySQL vs PostgreSQL

2002-12-24 Thread Sean Burlington
Youy are unlikely to egt balanced asvice on this in the MySQL or Postgress lists -after all those people have already made thier decision. I haven't used Postgress much - but basically... Mysql - available on loads of hosting packages, very large user base. PostgreSQL - better adherance to ANS

Re: [PHP] MySQL vs PostgreSQL

2002-12-23 Thread David T-G
Miro, et al -- ...and then Miro Kralovic said... % % Hi, Hello! % % I'm just deciding which DB to use for my projects and I'm not clear with one % thing... When considering a database for web, is MySQL good enough? I read % it only supports table locking, which is not very satisfying in such

Re: [PHP] MySQL vs PostgreSQL

2002-12-23 Thread Rick Emery
You accidentally published this to the wrong email list. I assume you meant to send this to the MySQL email list. - Original Message - From: "Miro Kralovic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 23, 2002 9:10 AM Subject: [PHP] MySQL vs PostgreSQL > Hi, > >

RE: [PHP] MySql vs PostgreSQL

2001-05-08 Thread Jack Dempsey
http://www.phpbuilder.com/columns/tim20001112.php3?page=1 -jack -Original Message- From: Brent Langston [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 1:22 PM To: PHP General List Subject: [PHP] MySql vs PostgreSQL So, I've noticed that most of you talk about PHP/MySQL almost e