DBScholar

Back to papers

Hyperion: Building the Largest In-memory Search Tree

Summary: Hyperion, a trie-based in-memory key-value store, builds the largest in-memory search tree with extreme space efficiency via linear scans instead of vector-unit tricks. A custom allocator yields high density, delivering competitive point queries and exceptional range queries while shrinking the index footprint and achieving over 2x memory-to-performance on randomized strings. (summarized by gpt-5-nano on Feb 09 2026)

Paper ID
5744
Venue
SIGMOD
Year
2019
Pagerank
5.5071737e-05
Overall Rank
8,015 | 45.02%
DOI
10.1145/3299869.3319870

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@inproceedings{masker_sigmod19,
        title = {{Hyperion: Building the Largest In-memory Search Tree}},
        author = {Mäsker, Markus and Süß, Tim and Nagel, Lars and Zeng, Lingfang and Brinkmann, André},
        series = {{SIGMOD} '19},
        booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
        publisher = {Association for Computing Machinery},
        doi = {10.1145/3299869.3319870},
        url = {https://dl.acm.org/doi/10.1145/3299869.3319870},
        year = {2019}
}

Incoming Citations (Sorted by Pagerank)

Showing 3 of 3 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 5 of 5 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