Marginalia Search Index: A Significant Performance Boost
The Marginalia search engine has undergone a significant index redesign to better leverage modern hardware. By employing memory-mapped B-trees and deterministic block-based skip lists, along with careful tuning of block sizes and I/O strategies, search speeds have been dramatically improved. The post details the new data structures and performance optimizations, exploring the idiosyncrasies of NVMe SSD read performance and how to maximize performance through block size and I/O mode adjustments.
Read more