Search code examples
mysqlwindowscompressiondrive

performance advantages of compressing a drive holding Mysql data in windows 2008


I was wondering if compressing a windows drive holding MyISAM tables will produce any performance enhancements for MySQL queries.


Solution

  • It can produce better performance for SELECT queries (as it will read fewer bytes) but generally will slow down writes. Actually you can achieve the same with the ARCHIVE storage engine, which also compresses the data