Query Execution Techniques for Caching Expensive Methods
Summary: Evaluates caching of unary methods in OR/O-O queries with duplicates; compares memoization, sorting, and Hybrid Cache. Hybrid Cache dominates memoization and often beats sorting; adds unary-hash optimizations. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Joseph M. Hellerstein (University of California Berkeley; University of Wisconsin)
- 2. Jeffrey E. Naughton (University of Wisconsin)
BibTeX Citation
@inproceedings{hellerstein_sigmod96,
title = {{Query Execution Techniques for Caching Expensive Methods}},
author = {Hellerstein, Joseph M. and Naughton, Jeffrey E.},
series = {{SIGMOD} '96},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/233269.233359},
url = {https://dl.acm.org/doi/10.1145/233269.233359},
year = {1996}
}
Incoming Citations (Sorted by Pagerank)
Showing 24 of 24 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 14 of 14 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 | 3,760 | Query Processing in Tertiary Memory Databases | 1995 | VLDB |
| 2 | 4,146 | Efficiently Supporting Procedures In Relational Database Systems | 1987 | SIGMOD |
| 3 | 4,764 | ReCache: Reactive Caching for Fast Analytics over Heterogeneous Data | 2018 | VLDB |
| 4 | 1,028 | Generic Database Cost Models for Hierarchical Memory Systems | 2002 | VLDB |
| 5 | 74 | Cache Conscious Algorithms for Relational Query Processing | 1994 | VLDB |
| 6 | 3,011 | Design and Evaluation of Parallel Pipelined Join Algorithms | 1987 | SIGMOD |
| 7 | 1,740 | Adopting Worst-Case Optimal Joins in Relational Database Systems | 2020 | VLDB |
| 8 | 7,792 | Cache-Oblivious Query Processing | 2007 | CIDR |
| 9 | 4,771 | Loading a Cache with Query Results | 1999 | VLDB |
| 10 | 2,250 | Cache-Efficient Aggregation: Hashing Is Sorting | 2015 | SIGMOD |