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.
longer than 2 years (Score:1)
You seem to be implying that InnoDB tables are slower than MyISAM. For my workload it's been quite the opposite: InnoDB tables have been significantly faster.
The right way to do ENUMs with enforcement is to use a lookup table with foreign keys, just like you would in many other databases. You made a really big deal about the syntax for specifying foreign keys here, almost making it sound as if they don't work. They work just fine, and have since way before MySQL 5.
Reply to This