Tagged articles
3 articles
Page 1 of 1
Ctrip Technology
Ctrip Technology
Mar 3, 2017 · Databases

Design and Implementation of CFL: A MySQL Time‑Series Storage Engine

This article presents the design, architecture, and performance evaluation of CFL, a MySQL time‑series storage engine developed by Ctrip, detailing its functional and interface layers, storage strategy, and benchmark results compared with InnoDB, MyISAM, and other engines.

CFLStorage EngineTime Series
0 likes · 9 min read
Design and Implementation of CFL: A MySQL Time‑Series Storage Engine
ITPUB
ITPUB
Jun 24, 2016 · Databases

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.

CFLStorage EngineTime Series
0 likes · 15 min read
How Ctrip Built a Fast MySQL-Based Time‑Series Storage Engine (CFL)