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.
Be Warned (Score:1)
This has always been a decent document to remind me that 'inno has transactions' isn't the only issue to think about:
http://jpipes.com/presentations/mysql_perf_tuning.pdf [jpipes.com]
Re: (Score:1)
Oh, agree that 'inno has transactions' isn't the only thing to think about. The fact that Inno has transaction in itself isn't a reason to choice Inno.
However, the reverse is true. The fact that MyISAM doesn't have transactions is almost always reason enough to not use MyISAM. The fact that it's hard to come up with a case where you can get away with MyISAM is (for me) reason enought to not even consider.
Re:Be Warned (Score:2)
That's a good point. No one would choose a car merely because it had a steering wheel and column, but you wouldn't even think about buying one without them.
Reply to This
Parent