How Ctrip Built a Fast MySQL-Based Time‑Series Storage Engine (CFL)
This article details Ctrip's motivation, design, implementation, performance evaluation, and future plans for a custom MySQL storage engine called CFL that efficiently stores time‑series data by leveraging MySQL's replication and a sequential write‑optimized file format.
