PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
April 10, 2026Proceedings of the ACM on Management of Data2 citationsOpen Access

Aeris Filter: A Strongly and Monotonically Adaptive Range Filter

View Full Paper
YCYuvaraj ChesettiNortheastern UniversityNENavid EslamiUniversity of TorontoHZHuanchen ZhangTsinghua–Berkeley Shenzhen Institute

Key Points

  • The research aims to introduce the Aeris filter, an adaptive range filter that maintains a low false positive rate despite varying query patterns.
  • Developed the Aeris filter to address temporal and spatial skew in range filters.
  • Introduced a novel encoding scheme that allows for adaptivity without added space or operational overhead.
  • Utilized on-disk structures to deamortize I/O costs and reduce system disruptions.
  • Achieved up to a 10× reduction in false positive rates under skewed query distributions.
  • Displayed 1.5-8× higher throughput in databases under challenging workloads, using smaller caches.
  • Reduced expansion overhead by up to 3× compared to the Memento filter.

Abstract

Range filters are probabilistic data structures used to efficiently perform range emptiness queries, with applications in databases, big data analytics, and key-value stores. Modern range filters are compact and can guarantee a bounded false positive rate irrespective of the spatial skew in queries. However, existing range filters are still susceptible to temporal skew: in skewed workloads where a few queries are repeated disproportionately more often, the false positive rate of a range filter may be unbounded. We introduce the Aeris filter, an adaptive expandable range filter that guarantees a robust false positive rate irrespective of spatial or temporal skew. The Aeris filter achieves this by dynamically resolving and adapting to false positives. More specifically, the Aeris filter is monotonic adaptive, i.e., it never forgets a previously encountered false positive. The Aeris filter introduces a novel encoding scheme to implement adaptivity in a range filter with no additional space or operational overhead. Furthermore, the Aeris filter deamortizes the I/O cost to expand monotonic adaptive filters by utilizing on-disk adaptivity structures, resulting in fewer system disruptions. Experimental results demonstrate that the Aeris filter achieves up to a 10× reduction in false positive rates on skewed query distributions compared to other non-adaptive range filters. When integrated into a database, the Aeris filter delivers 1.5-8× higher throughput for adversarial workloads, and is able to deliver this high throughput using a cache of smaller size. The Aeris filter also reduces expansion overhead by up to 3× compared to the Memento filter, a spatially-robust expandable range filter. These improvements ensure scalable, efficient, and adaptive range query handling in dynamic environments.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Chesetti et al. (2026) studied this question.

synapsesocial.com/papers/69d895206c1944d70ce061echttps://doi.org/10.1145/3786621
Ask AI
Helpful
Bookmark
Share
View Full Paper

Also Consider

Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context:

  1. 1Oasis: An Optimal Disjoint Segmented Learned Range Filter2024 · 16 citations
  2. 2Lower bounds for external memory dictionaries2003 · 90 citations
  3. 3Variable length queries for time series data2002 · 142 citations
  4. 4SNARF2022 · 39 citations
  5. 5Cardinality Estimation Adaptive Cuckoo Filters (CE-ACF): Approximate Membership Check and Distinct Query Count for High-Speed Network Monitoring2023 · 6 citations