DuckPGQ: Bringing SQL/PGQ to DuckDB
Summary: DuckPGQ integrates SQL:2023’s SQL/PGQ—graph pattern matching and shortest-path queries—into DuckDB as an extension. Demonstrates injecting new parsers, operators, optimizer rules, and graph structures into relational plans, unifying property-graph querying with standard SQL. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Daniel ten Wolde (Centrum Wiskunde & Informatica)
- 2. Gábor Szárnyas (Centrum Wiskunde & Informatica)
- 3. Peter Boncz (Centrum Wiskunde & Informatica)
BibTeX Citation
@article{wolde_vldb23,
title = {{DuckPGQ: Bringing SQL/PGQ to DuckDB}},
author = {Wolde, Daniel ten and Szárnyas, Gábor and Boncz, Peter},
journal = {PVLDB},
series = {{VLDB} '23},
volume = {16},
number = {12},
pages = {4034--4037},
doi = {10.14778/3611540.3611614},
url = {https://doi.org/10.14778/3611540.3611614},
year = {2023}
}
Incoming Citations (Sorted by Pagerank)
Showing 7 of 7 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 7,603 | GQL and SQL/PGQ: Theoretical Models and Expressive Power | 2025 | VLDB | 5.5853593e-05 |
| 8,232 | Adaptive Factorization Using Linear-Chained Hash Tables | 2025 | CIDR | 5.4612012e-05 |
| 9,866 | Finding Logic Bugs in Graph-processing Systems via Graph-cutting | 2025 | SIGMOD | 5.2043672e-05 |
| 9,891 | GTX: A Write-Optimized Latch-free Graph Data System with Transactional Support | 2025 | SIGMOD | 5.1997534e-05 |
| 9,944 | Chimera: A system design of dual storage and traversal-join unified query processing for SQL/PGQ | 2025 | VLDB | 5.1915905e-05 |
| 10,237 | Factorized and Vectorized Execution: Optimizing Analytical and Semantic Queries over Relations | 2026 | SIGMOD | 5.093636e-05 |
| 11,205 | Towards a Converged Relational-Graph Optimization Framework | 2024 | SIGMOD | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 15 of 15 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 | 8,376 | GRainDB: A Relational-core Graph-Relational DBMS | 2022 | CIDR |
| 2 | 9,682 | Graph Data Models, Query Languages and Programming Paradigms | 2018 | VLDB |
| 3 | 11,069 | Versatile Property Graph Transformations | 2025 | VLDB |
| 4 | 7,685 | Beyond Quacking: Deep Integration of Language Models and RAG into DuckDB | 2025 | VLDB |
| 5 | 1,661 | PG-Schema: Schemas for Property Graphs | 2023 | SIGMOD |
| 6 | 7,603 | GQL and SQL/PGQ: Theoretical Models and Expressive Power | 2025 | VLDB |
| 7 | 11,205 | Towards a Converged Relational-Graph Optimization Framework | 2024 | SIGMOD |
| 8 | 5,425 | GPC: A Pattern Calculus for Property Graphs | 2023 | PODS |
| 9 | 1,836 | Graph Pattern Matching in GQL and SQL/PGQ | 2022 | SIGMOD |
| 10 | 6,999 | DuckPGQ: Efficient Property Graph Queries in an analytical RDBMS | 2023 | CIDR |