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
6449
Venue
SIGMOD
Year
2022
Pagerank
6.1224825e-05
Overall Rank
5,684 | 61.01%
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
894 Froid: Optimization of Imperative Programs in a Relational Database 2018 VLDB 0.00013367658
1,118 The POSTGRES Data Model 1987 VLDB 0.00012104924
2,684 Compiling PL/SQL Away 2020 CIDR 8.25952e-05
2,939 Extracting Equivalent SQL from Imperative Code in Database Applications 2016 SIGMOD 7.9395908e-05
3,257 One WITH RECURSIVE is Worth Many GOTOs 2021 SIGMOD 7.590651e-05
5,828 PL/SQL Without the PL 2020 SIGMOD 6.073983e-05
Previous Page 1 / 1 Next

Semantically Similar Papers