RE: [PHP-DB] postgresql vs mysql

2002-12-28 Thread Boaz Yahav
might take you tomorrow. -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 28, 2002 2:48 AM To: 'Yasuo Ohgaki'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] postgresql vs mysql This benchmark do not help much in real life, if one care database

RE: [PHP-DB] postgresql vs mysql

2002-12-27 Thread Boaz Yahav
This is why i was amazed to see this : http://www.mysql.com/eweek/index.html -Original Message- From: David Bryant [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 10:43 PM To: 'Ryan Jameson (USA)'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] postgresql vs mysql I've worked

RE: [PHP-DB] postgresql vs mysql

2002-12-27 Thread John W. Holmes
:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 3:58 PM To: David Bryant; Ryan Jameson (USA); [EMAIL PROTECTED] Subject: RE: [PHP-DB] postgresql vs mysql This is why i was amazed to see this : http://www.mysql.com/eweek/index.html -Original Message- From: David Bryant [mailto

Re: [PHP-DB] postgresql vs mysql

2002-12-27 Thread Yasuo Ohgaki
)'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] postgresql vs mysql I've worked with both extensively. My personal preference is PG. However, here are my findings over the years. The biggest factor in performance is the size of the database, more than anything else. If you have a small and relatively

Re: [PHP-DB] postgresql vs mysql

2002-12-27 Thread Garry Climacosa
PROTECTED]; 'David Bryant' [EMAIL PROTECTED]; 'Ryan Jameson (USA)' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, December 28, 2002 5:12 AM Subject: RE: [PHP-DB] postgresql vs mysql I wish they had included PG on that list of databases. That would have been good to see regardless of the results

RE: [PHP-DB] postgresql vs mysql

2002-12-27 Thread John W. Holmes
This benchmark do not help much in real life, if one care database performance. Did you even read the article? They used a real-world bookstore application called Nile written in JSP and tested it with 50 to 1,000 concurrent users. Database performance will vary a lot with

Re: [PHP-DB] postgresql vs mysql

2002-12-27 Thread Yasuo Ohgaki
John W. Holmes wrote: This benchmark do not help much in real life, if one care database performance. Did you even read the article? They used a real-world bookstore application called Nile written in JSP and tested it with 50 to 1,000 concurrent users. Real life differs from systems to

[PHP-DB] postgresql vs mysql

2002-12-26 Thread Ellen Solomon
I'm starting a project for which the lead programmer wants to use postgresql.  I'll be working in php.  Any major disadvantages to postgresql over mysql, other than mysql seems to be more widespread? TIA Ellen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-DB] postgresql vs mysql

2002-12-26 Thread Ryan Jameson (USA)
There's a substantiated rumor that says postgres is faster for complex queries. Ryan -Original Message- From: Ellen Solomon [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 12:58 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] postgresql vs mysql I'm starting a project

RE: [PHP-DB] postgresql vs mysql

2002-12-26 Thread David Bryant
: Thursday, December 26, 2002 1:18 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] postgresql vs mysql There's a substantiated rumor that says postgres is faster for complex queries. Ryan -Original Message- From: Ellen Solomon [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 12:58

[PHP-DB] PostgreSQL to MySQL

2001-11-01 Thread ax
hi i have a .sql file that was dumped from PostgreSQL and i want to import that into MySQL. I haven't got a clue how i am gonna approach that. Can anyone suggest me a good starting point? maybe a script or something that can perform the action for me ??? ax -- PHP Database Mailing List

Re: [PHP-DB] PostgreSQL versus MySQL

2001-04-06 Thread The Hermit Hacker
Check out: http://openacs.org/philosophy/why-not-mysql.html and: http://www.phpbuilder.com/columns/tim20001112.php3 On Fri, 6 Apr 2001, Matt Braynard wrote: Can someone outline the differences between the two? I am partial to MySQL from experience but want to get a good view of why one is