he@fast20@USENIX

Total: 1

#1 Read as Needed: Building WiSER, a Flash-Optimized Search Engine [PDF] [Copy] [Kimi] [REL]

Authors: Jun He, Kan Wu, Sudarsun Kannan, Andrea Arpaci-Dusseau, Remzi Arpaci-Dusseau

We describe WiSER, a clean-slate search engine designed to exploit high-performance SSDs with the philosophy "read as needed". WiSER utilizes many techniques to deliver high throughput and low latency with a relatively small amount of main memory; the techniques include an optimized data layout, a novel two-way cost-aware Bloom filter, adaptive prefetching, and space-time trade-offs. In a system with memory that is significantly smaller than the working set, these techniques increase storage space usage (up to 50%), but reduce read amplification by up to 3x, increase query throughput by up to 2.7x, and reduce latency by 16x when compared to the state-of-the-art Elasticsearch. We believe that the philosophy of "read as needed" can be applied to more applications as the read performance of storage devices keeps improving.