Trying Archive Storage Engine

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: [crayon-68f83764c96a0206712288/] Lets see what table … Continue reading Trying Archive Storage Engine