Originally posted by: n0cmonkey
Originally posted by: Zugzwang152
Originally posted by: n0cmonkey
Originally posted by: Zugzwang152
Originally posted by: Armitage
Originally posted by: kamper
Now that this thread is wrapped up I'm going to totally nef on it and say that postgres sequences > mysql autoincrement 😉
Why?
because its the new software/apps forum fad to diss mysql apparently. 😛
The MySQL vs. PostgreSQL fight has been going on for a while. If it's happening here, we're finally catching up to the rest of the internet.
They both have pros and cons.
only in the last week or so i've noticed that every mysql thread seems to have someone come in and crap on it by saying how much it sucks.
Then AT's several YEARS behind. 😛
:beer:
I started on Microsoft SQL server (I learned SQL on the job) and was really pleased. I learned good practices (for example, using stored procs for all accesses to make it possible to change the underlying schema without breaking apps, and secure design - making sure that apps can't access tables directly but can only call stored procedures which you know do accesses safely, etc). When I installed MySQL on my machine, I was highly disappointed, because it really sucks. The fact that it's improving doens't mean it's not still very inferior to real RDBMSes. AIUI, it still doens't do transactions properly.
For years the mysql people claimed these features weren't needed, but now they go and slowly implement them? Great attitude :rolleyes;.