Scalable Distributed Inverted List Indexes in Disaggregated Memory
Summary: Block-based distributed inverted lists for disaggregated memory: spreads skewed postings across memory nodes to balance load and keep compute-node state small. Uses interleaved RDMA accesses plus optimistic concurrency for scalable queries/updates, avoiding OOM and latency bottlenecks of prior horizontal/vertical partitioning. (summarized by gpt-5.4-mini on May 24 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Manuel Widmoser (University of Salzburg)
- 2. Daniel Kocher (University of Salzburg)
- 3. Nikolaus Augsten (University of Salzburg)
BibTeX Citation
@inproceedings{widmoser_sigmod24,
title = {{Scalable Distributed Inverted List Indexes in Disaggregated Memory}},
author = {Widmoser, Manuel and Kocher, Daniel and Augsten, Nikolaus},
series = {{SIGMOD} '24},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3654974},
url = {https://dl.acm.org/doi/10.1145/3654974},
year = {2024}
}
Incoming Citations (Sorted by Pagerank)
Showing 3 of 3 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 4,430 | PQCache: Product Quantization-based KVCache for Long Context LLM Inference | 2025 | SIGMOD | 6.7091071e-05 |
| 10,563 | Balancing the Blend: An Experimental Analysis of Trade-offs in Hybrid Search | 2026 | VLDB | 5.093636e-05 |
| 10,919 | X-Blossom: Massive Parallelization of Graph Maximum Matching | 2025 | VLDB | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 13 of 13 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 4,075 | Distributing a Search Tree Among a Growing Number of Processors | 1994 | SIGMOD |
| 2 | 2,212 | Sherman: A Write-Optimized Distributed B+Tree Index on Disaggregated Memory | 2022 | SIGMOD |
| 3 | 1,989 | Incremental Updates of Inverted Lists for Text Document Retrieval | 1994 | SIGMOD |
| 4 | 7,827 | Efficient B-tree Based Indexing for Cloud Data Processing | 2010 | VLDB |
| 5 | 9,549 | Outback: Fast and Communication-efficient Index for Key-Value Store on Disaggregated Memory | 2025 | VLDB |
| 6 | 10,605 | SHARD: A Scalable and Resize-optimized Hash Index on Disaggregated Memory | 2026 | VLDB |
| 7 | 6,878 | SepHash: A Write-Optimized Hash Index On Disaggregated Memory via Separate Segment Structure | 2024 | VLDB |
| 8 | 5,852 | DEX: Scalable Range Indexing on Disaggregated Memory | 2024 | VLDB |
| 9 | 5,823 | HydraList: A Scalable In-Memory Index Using Asynchronous Updates and Partial Replication | 2020 | VLDB |
| 10 | 1,342 | Designing Distributed Tree-based Index Structures for Fast RDMA-capable Networks | 2019 | SIGMOD |