PgCuckoo: Laying Plan Eggs in PostgreSQL's Nest
Summary: PgCuckoo leverages PostgreSQL planner hooks to pass external plan trees for immediate execution, with plan-detail inference and decoration to mimic native plans. External code generators and experimental SQL-plan rewrites can use PostgreSQL as a back-end, demonstrated via a live account of hatching foreign plan eggs. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Denis Hirn (University of Tübingen)
- 2. Torsten Grust (University of Tübingen)
BibTeX Citation
@inproceedings{hirn_sigmod19,
title = {{PgCuckoo: Laying Plan Eggs in PostgreSQL's Nest}},
author = {Hirn, Denis and Grust, Torsten},
series = {{SIGMOD} '19},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3299869.3320211},
url = {https://dl.acm.org/doi/10.1145/3299869.3320211},
year = {2019}
}
Incoming Citations (Sorted by Pagerank)
Showing 3 of 3 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 3,903 | Keep It Simple: Testing Databases via Differential Query Plans | 2024 | SIGMOD | 7.0304586e-05 |
| 4,909 | QueryBooster: Improving SQL Performance Using Middleware Services for Human-Centered Query Rewriting | 2023 | VLDB | 6.4486671e-05 |
| 7,787 | A Practical Approach to Groupjoin and Nested Aggregates | 2021 | VLDB | 5.5449593e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 4 of 4 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 568 | SageDB: A Learned Database System | 2019 | CIDR | 0.0001641553 |
| 2,854 | Extracting and Analyzing Hidden Graphs from Relational Databases | 2017 | SIGMOD | 8.0350257e-05 |
| 3,155 | Query Shredding: Efficient Relational Evaluation of Queries over Nested Multisets | 2014 | SIGMOD | 7.695861e-05 |
| 4,847 | Avalanche-Safe LINQ Compilation | 2010 | VLDB | 6.4805473e-05 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 6,999 | DuckPGQ: Efficient Property Graph Queries in an analytical RDBMS | 2023 | CIDR |
| 2 | 3,816 | Optimizing Nested Queries with Parameter Sort Orders | 2005 | VLDB |
| 3 | 10,508 | Practical Parameterized Query Optimization via Efficient Plan Reuse and List-wise Ranking | 2026 | SIGMOD |
| 4 | 3,199 | Query Optimization Techniques for Partitioned Tables | 2011 | SIGMOD |
| 5 | 11,103 | RankPQO: Learning-to-Rank for Parametric Query Optimization | 2025 | VLDB |
| 6 | 5,898 | On the Stability of Plan Costs and the Costs of Plan Stability | 2010 | VLDB |
| 7 | 9,351 | DBG-PT: A Large Language Model Assisted Query Performance Regression Debugger | 2024 | VLDB |
| 8 | 10,108 | An Elephant Under The Microscope: Analyzing The Interaction Of Optimizer Components In PostgreSQL | 2025 | SIGMOD |
| 9 | 7,594 | Precision Performance Surgery for PostgreSQL: LLVM-based Expression Compilation, Just in Time | 2016 | VLDB |
| 10 | 8,804 | PAQO: A Preference-Aware Query Optimizer for PostgreSQL | 2013 | VLDB |