Tagged articles
203 articles
Page 3 of 3
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)
ITPUB
ITPUB
Dec 3, 2015 · Databases

Choosing the Right Time‑Series Database: Types, Queries, and Performance Trade‑offs

Time‑series data, defined by a timestamp field, appears everywhere, and the article explains how to choose an appropriate time‑series database by comparing two schema models, their query patterns, performance trade‑offs, and why modern solutions like Elasticsearch, columnar stores, and Druid excel at real‑time massive aggregation.

Big DataDatabaseElasticsearch
0 likes · 9 min read
Choosing the Right Time‑Series Database: Types, Queries, and Performance Trade‑offs
21CTO
21CTO
Aug 31, 2015 · Databases

Optimizing Time-Series Storage: Files, LSM Trees, and B‑Tree Strategies

This article examines the evolution and challenges of time‑series storage, compares file‑based, LSM‑tree, and B‑tree approaches, and proposes a vector‑based method to efficiently handle writes, reads, query semantics, dimensions, and aggregation for modern big‑data applications.

LSMTime-seriesaggregation
0 likes · 8 min read
Optimizing Time-Series Storage: Files, LSM Trees, and B‑Tree Strategies