| 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.
Read more
Technical articles about high-performance object storage, system design, and engineering insights from the FractalBits team.
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.