YeSQL: "You extend SQL" with Rich and Highly Performant User-Defined Functions in Relational Databases
Summary: YeSQL embeds rich Python scalar, aggregate, and table UDFs directly into relational plans via a pluggable architecture. Tracing JIT, UDF fusion, parallelism, statefulness, and reduced engine–VM switching deliver up to 68× speedups. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Yannis Foufoulas (Athena Research Center; University of Athens)
- 2. Alkis Simitsis (Athena Research Center)
- 3. Lefteris Stamatogiannakis (University of Athens)
- 4. Yannis Ioannidis (Athena Research Center; University of Athens)
BibTeX Citation
@article{foufoulas_vldb22,
title = {{YeSQL: "You extend SQL" with Rich and Highly Performant User-Defined Functions in Relational Databases}},
author = {Foufoulas, Yannis and Simitsis, Alkis and Stamatogiannakis, Lefteris and Ioannidis, Yannis},
journal = {PVLDB},
series = {{VLDB} '22},
volume = {15},
number = {10},
pages = {2270--2283},
doi = {10.14778/3547305.3547328},
url = {https://doi.org/10.14778/3547305.3547328},
year = {2022}
}
Incoming Citations (Sorted by Pagerank)
Showing 11 of 11 citing papers.
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 | 9,516 | Using SQL to Build New Aggregates and Extenders for Object-Relational Systems | 2000 | VLDB |
| 2 | 1,892 | Procedural Extensions of SQL: Understanding their usage in the wild | 2021 | VLDB |
| 3 | 7,769 | G-SQL: Fast Query Processing via Graph Exploration | 2016 | VLDB |
| 4 | 1,264 | SQL/MapReduce: A practical approach to self-describing, polymorphic, and parallelizable user-defined functions | 2009 | VLDB |
| 5 | 4,645 | User-Defined Table Operators: Enhancing Extensibility for ORDBMS | 1999 | VLDB |
| 6 | 9,917 | The UDFBench Benchmark for General-purpose UDF Queries | 2025 | VLDB |
| 7 | 10,740 | UDFBench: A Tool for Benchmarking UDF Queries on SQL Engines | 2025 | SIGMOD |
| 8 | 5,791 | Accelerating Python UDFs in Vectorized Query Execution | 2022 | CIDR |
| 9 | 8,096 | Efficient Execution of User-Defined Functions in SQL Queries | 2023 | VLDB |
| 10 | 9,855 | YeSQL: Rich User-Defined Functions without the Overhead | 2022 | VLDB |