HEAP tables in MySQL

22nd Sep 2003

We all know accessing data in RAM is a lot quicker than accessing data on disk. So, with this in mind, wouldn't it make sense for MySQL to store as much data as possible in memory? The answer is of course yes, and MySQL can, in a number of ways. Learn about HEAP tables in this article from Ian Gilfillan.