Tag

FileStore

0 views collected around this technical thread.

Didi Tech
Didi Tech
Aug 28, 2020 · Operations

Ceph Performance Optimization: Lock-Related Issues and Solutions

The article details how Didi’s large‑scale Ceph deployment suffered from high tail latency due to long‑held and coarse‑grained locks, and describes a series of fixes—including asynchronous read threads, fine‑grained object caches, per‑thread lock‑free logging, and lock‑free filestore apply—that cut latency by up to 90 % and more than doubled read throughput.

BluestoreCephDistributed Storage
0 likes · 12 min read
Ceph Performance Optimization: Lock-Related Issues and Solutions
Architects' Tech Alliance
Architects' Tech Alliance
Jan 15, 2017 · Cloud Native

Analysis of Ceph ObjectStore Backend Storage Engines: FileStore, NewStore, and BlueStore

The article provides a detailed technical overview of Ceph's ObjectStore backend storage engines—FileStore, NewStore, and BlueStore—explaining their architectures, transaction mechanisms, performance characteristics, and how they evolve from POSIX‑based file handling to direct block‑device storage.

BluestoreCephDistributed Storage
0 likes · 10 min read
Analysis of Ceph ObjectStore Backend Storage Engines: FileStore, NewStore, and BlueStore