-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: December 2013
A small optimizer change worth noticing
MySQL uses internal temporary tables to execute some queries. Usually the tables are stored in memory and on disk if some conditions are met : Some conditions prevent the use of an in-memory temporary table, in which case the server … Continue reading
Posted in tip
Leave a comment