DBScholar

Back to papers

Snakes on a Plan: Compiling Python Functions into Plain SQL Queries

Summary: ByePy compiles Python functions with arbitrary control flow into plain recursive SQL:1999 queries, allowing a single database query to run the entire function. Single-query execution eliminates Python-DB back-and-forth and yields up to 10x speedups. (summarized by gpt-5-nano on Feb 09 2026)

Paper ID
h59755061161d130b
Venue
SIGMOD
Year
2022
Pagerank
5.987479e-05
Overall Rank
5,809 | 60.95%
DOI
10.1145/3514221.3520175

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@inproceedings{withheld_sigmod22,
        title = {{Snakes on a Plan: Compiling Python Functions into Plain SQL Queries}},
        author = {withheld, Name and withheld, Name and withheld, Name},
        series = {{SIGMOD} '22},
        booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
        publisher = {Association for Computing Machinery},
        doi = {10.1145/3514221.3520175},
        url = {https://dl.acm.org/doi/10.1145/3514221.3520175},
        year = {2022}
}

Incoming Citations (Sorted by Pagerank)

Showing 7 of 7 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 6 of 6 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Rank Cited Paper Year Venue Pagerank
896 Froid: Optimization of Imperative Programs in a Relational Database 2018 VLDB 0.00013209291
1,143 The POSTGRES Data Model 1987 VLDB 0.00011847554
2,705 Compiling PL/SQL Away 2020 CIDR 8.1111408e-05
2,993 Extracting Equivalent SQL from Imperative Code in Database Applications 2016 SIGMOD 7.7721951e-05
3,194 One WITH RECURSIVE is Worth Many GOTOs 2021 SIGMOD 7.5498012e-05
5,903 PL/SQL Without the PL 2020 SIGMOD 5.9523418e-05
Previous Page 1 / 1 Next

Semantically Similar Papers