/ storage
Removing fsync from our local storage engine
How we used pre-allocation, O_DIRECT, and an SSD-aware journal to keep our local storage engine's writes crash-consistent without fsync.
阅读更多
来自 FractalBits 团队的高性能对象存储、系统设计和工程洞察的技术文章。
How we used pre-allocation, O_DIRECT, and an SSD-aware journal to keep our local storage engine's writes crash-consistent without fsync.
How FractalBits uses cloud object storage as a bootstrap-time coordination plane to solve the cluster startup chicken-and-egg problem.
Why we replaced RocksDB with Fractal ART, an on-disk adaptive radix tree for object storage metadata.
High-performance object storage exists, but the economics make it unusable at scale. FractalBits breaks out of the high-performance trap.