Runtime-Extensible Parsers
Summary: Proposes replacing monolithic, static parser-generator-based query parsers with runtime-extensible Parser Expression Grammars (PEGs) to enable dynamic syntax extensions and markedly better error recovery. Empirical evaluation shows PEG-based parsers are practical, flexible, and competitive in performance. (summarized by gpt-5-mini on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Hannes Mühleisen (DuckDB Labs)
- 2. Mark Raasveldt (DuckDB Labs)
BibTeX Citation
@inproceedings{muhleisen_cidr25,
address = {Amsterdam, Netherlands},
series = {{CIDR} '25},
title = {{Runtime-Extensible Parsers}},
booktitle = {Proceedings of the {Conference} on {Innovative} {Data} {Systems} {Research}},
author = {Mühleisen, Hannes and Raasveldt, Mark},
year = {2025}
}
Incoming Citations (Sorted by Pagerank)
Showing 4 of 4 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 7,308 | Anarchy in the Database: A Survey and Evaluation of Database Management System Extensibility | 2025 | VLDB | 5.649854e-05 |
| 8,423 | Cracking SQL Barriers: An LLM-based Dialect Translation System | 2025 | SIGMOD | 5.4275169e-05 |
| 9,957 | How DuckDB is USING KEY to Unlock Recursive Query Performance | 2025 | SIGMOD | 5.1879626e-05 |
| 10,220 | Dialect-Agnostic SQL Parsing via LLM-Based Segmentation | 2026 | SIGMOD | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 7 of 7 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 103 | DuckDB: an Embeddable Analytical Database | 2019 | SIGMOD | 0.00034161428 |
| 1,836 | Graph Pattern Matching in GQL and SQL/PGQ | 2022 | SIGMOD | 9.6489549e-05 |
| 2,408 | Why TPC Is Not Enough: An Analysis of the Amazon Redshift Fleet | 2024 | VLDB | 8.6154404e-05 |
| 4,367 | SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL | 2024 | VLDB | 6.7395125e-05 |
| 4,796 | A Critique of Modern SQL And A Proposal Towards A Simple and Expressive Query Language | 2024 | CIDR | 6.5031952e-05 |
| 6,481 | MotherDuck: DuckDB in the cloud and in the client | 2024 | CIDR | 5.8669399e-05 |
| 7,308 | Anarchy in the Database: A Survey and Evaluation of Database Management System Extensibility | 2025 | VLDB | 5.649854e-05 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 3,074 | Speculative Distributed CSV Data Parsing for Big Data Analytics | 2019 | SIGMOD |
| 2 | 6,026 | Parallelizing Extensible Query Optimizers | 2009 | SIGMOD |
| 3 | 3,153 | Implementing an Interpreter for Functional Rules in a Query Optimizer | 1988 | VLDB |
| 4 | 192 | Grammar-like Functional Rules for Representing Query Optimization Alternatives | 1988 | SIGMOD |
| 5 | 3,067 | Evaluating Queries with Generalized Path Expressions | 1996 | SIGMOD |
| 6 | 9,682 | Graph Data Models, Query Languages and Programming Paradigms | 2018 | VLDB |
| 7 | 13,247 | Attributed Grammars for Query Language Translations (Extended Abstract) | 1983 | PODS |
| 8 | 1,797 | How to Architect a Query Compiler | 2016 | SIGMOD |
| 9 | 2,554 | Understanding Web Query Interfaces: Best-Effort Parsing with Hidden Syntax | 2004 | SIGMOD |
| 10 | 10,220 | Dialect-Agnostic SQL Parsing via LLM-Based Segmentation | 2026 | SIGMOD |