Vector Quotient Filters: Overcoming the Time/Space Trade-Off in Filter Design

23Citations
Citations of this article
14Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Today's filters, such as quotient, cuckoo, and Morton, have a trade-off between space and speed; even when moderately full (e.g., 50%-75% full), their performance degrades nontrivially. The result is that today's systems designers are forced to choose between speed and space usage. In this paper, we present the vector quotient filter (VQF). Locally, the VQF is based on Robin Hood hashing, like the quotient filter, but uses power-of-two-choices hashing to reduce the variance of runs, and thus offers consistent, high throughput across load factors. Power-of-two-choices hashing also makes it more amenable to concurrent updates, compared to the cuckoo filter and variants. Finally, the vector quotient filter is designed to exploit SIMD instructions so that all operations have O (1) cost, independent of the size of the filter or its load factor. We show that the vector quotient filter is 2× faster for inserts compared to the Morton filter (a cuckoo filter variant and state-of-the-art for inserts) and has similar lookup and deletion performance as the cuckoo filter (which is fastest for queries and deletes), despite having a simpler design and implementation. The vector quotient filter has minimal performance decline at high load factors, a problem that has plagued modern filters, including quotient, cuckoo, and Morton. Furthermore, we give a thread-safe version of the vector quotient filter and show that insertion throughput scales 3× with four threads compared to a single thread.

Cite

CITATION STYLE

APA

Pandey, P., Conway, A., Durie, J., Bender, M. A., Farach-Colton, M., & Johnson, R. (2021). Vector Quotient Filters: Overcoming the Time/Space Trade-Off in Filter Design. In Proceedings of the ACM SIGMOD International Conference on Management of Data (pp. 1386–1399). Association for Computing Machinery. https://doi.org/10.1145/3448016.3452841

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free