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-69145c53ef8f7587540488/] Lets see what table … Continue reading Trying Archive Storage Engine