Click to See Complete Forum and Search --> : mySQL/postgreSQL?


tecknophreak
12-23-2001, 06:27 PM
i'm going to start up a sql server on my linux box and i'm wondering which one would be better? thanx

Bradmont5
12-23-2001, 10:12 PM
That really depends on what you're doing. For sheer speed, MySQL. For security, reliability, real backups, et cetera, Postgres.

jemfinch
12-24-2001, 02:23 AM
For anything, PostgreSQL. There's little or no appreciable difference in speed these days, and starting with MySQL will limit you and your knowledge of SQL horribly.

Jeremy

GuruWannabe
12-24-2001, 07:39 AM
There was a MASSIVE flame war about this a year ago. The issue was MySQL's lack of transaction support at the time. If you're interested I'll dig up the link.

I've tried both but haven't done anything substantial in either. From what I've seen, though, PostgreSQL has more of the things that a relational database is needed for: transaction support, stored procedures, etc.

Whipping Boy
12-24-2001, 09:19 AM
One phrase: MySQL Max

joelmon
12-24-2001, 12:27 PM
what are transactions?
And is mysql capable of handling 1,000 + queries per hour?

Just curious, I use mysql, have postgres, and am not sure specifically how stable and powerful mysql is and how many concurrent hits it can handle without falling apart

same with postgres
?

Thanks

tecknophreak
12-24-2001, 12:31 PM
security is good. so i guess i'll go with the postgre. thanx. i'll prolly be back up with some sort of qs about it.

EscapeCharacter
12-24-2001, 04:25 PM
id say postgres since its support more standard sql than mysql(except that part about dropping column, which is kind of annoying)

jcrowe
12-24-2001, 04:42 PM
Set up both. Then make any code you write able to use both with a database layer.