I was wondering if compressing a windows drive holding MyISAM tables will produce any performance enhancements for MySQL queries.
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