Hacker News new | ask | show | jobs
by jacques_chester 4981 days ago
InnoDB helps a lot. MyISAM likes to perform joins on disk if a table has a TEXT field ... even if you're not using that field in your query.