DBScholar

Back to papers

Accelerating Python UDFs in Vectorized Query Execution

Summary: Accelerates embedded Python UDFs in vectorized analytical engines by combining vectorization, compilation (JIT/AOT), dynamic loading, and parallel execution to enable transparent in-process execution. Compares compilation frameworks and shows that compilation+parallelism yields large speedups and scalability. (summarized by gpt-5-mini on Feb 09 2026)

Paper ID
h40d50fd1feab374c
Venue
CIDR
Year
2022
Pagerank
6.0187779e-05
Overall Rank
5,719 | 61.55%
DOI
-

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@inproceedings{klabe_cidr22,
        address = {Amsterdam, Netherlands},
        series = {{CIDR} '22},
        title = {{Accelerating Python UDFs in Vectorized Query Execution}},
        booktitle = {Proceedings of the {Conference} on {Innovative} {Data} {Systems} {Research}},
        author = {Kläbe, Steffen and DeSantis, Bobby and Hagedorn, Stefan and Sattler, Kai-Uwe},
        year = {2022}
}

Incoming Citations (Sorted by Pagerank)

Showing 8 of 8 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 3 of 3 cited papers.

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

Rank Cited Paper Year Venue Pagerank
1,786 Procedural Extensions of SQL: Understanding their usage in the wild 2021 VLDB 9.6326265e-05
1,803 Tuplex: Data Science in Python at Native Code Speed 2021 SIGMOD 9.6068397e-05
2,705 Compiling PL/SQL Away 2020 CIDR 8.1111408e-05
Previous Page 1 / 1 Next

Semantically Similar Papers