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
448
Venue
CIDR
Year
2022
Pagerank
6.0873094e-05
Overall Rank
5,791 | 60.27%
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 7 of 7 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,768 Tuplex: Data Science in Python at Native Code Speed 2021 SIGMOD 9.8041636e-05
1,892 Procedural Extensions of SQL: Understanding their usage in the wild 2021 VLDB 9.5277793e-05
2,684 Compiling PL/SQL Away 2020 CIDR 8.25952e-05
Previous Page 1 / 1 Next

Semantically Similar Papers