Sparse File LRU Cache
Summary
A technical blog post describing sparse files and a sparse file LRU cache implemented with RocksDB to track metadata and drive caching decisions for analytics data stored in S3. The approach aims to reduce S3 GETs and metadata overhead by keeping only the necessary logical blocks on local storage, leveraging columnar access patterns.