Today I noticed one of server used for web request profiling
stats logging is taking about 2GB per day for logs, which are
written in MyISAM table without indexes. So I thought it is great
to try how much archive storage engine could help me in this
case.
Original Table:
PLAIN TEXT SQL:
- *************************** 1. row ***************************
- Name: requests_061111
- Engine: MyISAM
- Version: 9
- Row_format: Dynamic
- Rows: 8048913
- Avg_row_length: 252
- Data_length: 2030206088
- Max_data_length: 4294967295
- Index_length: 1024
- Data_free: 0 …