NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
once again proving... (Score:2)
I can't recommend MySQL for any new installations any more.
Reply to This
MySQL does a job and does it well.. (Score:3, Insightful)
I still use mysql for a lot of reasons
Don't go writing off mysql because it doesn't provide triggers or stored procedures - these are hardly requirem
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:MySQL does a job and does it well.. (Score:2)
The problem is that there are certain business rules we simply can't (or shouldn't) get around without triggers and so MySQL is simply out of the question. Now, if MySQL adds these features (and they get good reviews) by the time we *do* switch, I'll be happy to look again. :)
Re:once again proving... (Score:3, Insightful)
For the task of migrating an existing commercial RDBMS to an open source one, PostgreSQL is certainly the best choice today. Open Source software is nothing if not dynamic. Most people who write off MySQL do it with old information. MySQL has supported ACID transactions for a while now, and stored procs are being demonstrated live next month at the MySQL User Conference; expect stable, production-grade stored