Froid: Optimization of Imperative Programs in a Relational Database [pdf]
1–10 of 13 posts
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#2Froid is now available as a feature of SQL Server 2019 preview. The feature is called "Scalar UDF Inlining" https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018...
Available to try out for free here: https://www.microsoft.com/en-us/sql-server/sql-server-2019
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#3I am a co-author of the Froid paper, and am around if people have any questions/comments/feedback. Froid is now available as a feature of SQL Server 2019 preview. The feature is called "Scalar UDF Inlining" https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018... Available to try out for free here: https://www.microsoft.com/en-us/sql-server/sql-server-2019
I'm amazed that the implementation was under 1500 LOC! Was that the research prototype or the shipped preview?
Congratulations on the VLDB paper! Hopefully I'll come say "hi" in LA :)
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#4I am a co-author of the Froid paper, and am around if people have any questions/comments/feedback. Froid is now available as a feature of SQL Server 2019 preview. The feature is called "Scalar UDF Inlining" https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018... Available to try out for free here: https://www.microsoft.com/en-us/sql-server/sql-server-2019
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#5I am a co-author of the Froid paper, and am around if people have any questions/comments/feedback. Froid is now available as a feature of SQL Server 2019 preview. The feature is called "Scalar UDF Inlining" https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018... Available to try out for free here: https://www.microsoft.com/en-us/sql-server/sql-server-2019
Why does the first example return price as a char? Looking forward to reading the paper fully. I just scanned it.
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#6I am a co-author of the Froid paper, and am around if people have any questions/comments/feedback. Froid is now available as a feature of SQL Server 2019 preview. The feature is called "Scalar UDF Inlining" https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018... Available to try out for free here: https://www.microsoft.com/en-us/sql-server/sql-server-2019
I've only read part of it, but it seems great so far! I always appreciate the clarity and practicality y'all at the JGL take. I'm amazed that the implementation was under 1500 LOC! Was that the research prototype or the shipped preview? Congratulations on the VLDB paper! Hopefully I'll come say "hi" in LA :)
The shipped preview has only a bit more than 1500LOC.
The VLDB paper was presented at Rio in Aug this year already, but I'll try to come over to LA anyways :)
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#7I am a co-author of the Froid paper, and am around if people have any questions/comments/feedback. Froid is now available as a feature of SQL Server 2019 preview. The feature is called "Scalar UDF Inlining" https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018... Available to try out for free here: https://www.microsoft.com/en-us/sql-server/sql-server-2019
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#8I am a co-author of the Froid paper, and am around if people have any questions/comments/feedback. Froid is now available as a feature of SQL Server 2019 preview. The feature is called "Scalar UDF Inlining" https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018... Available to try out for free here: https://www.microsoft.com/en-us/sql-server/sql-server-2019
Thank you for the paper - it is well-written and succinct. Karhik, do you think this approach can be applied to Apache Spark as well (given its well-known slowness with UDFs)?
If you could share any pointers about UDFs and their performance problems in Spark, I would love to investigate more.
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#9Earlier quoted context omitted.
I've only read part of it, but it seems great so far! I always appreciate the clarity and practicality y'all at the JGL take. I'm amazed that the implementation was under 1500 LOC! Was that the research prototype or the shipped preview? Congratulations on the VLDB paper! Hopefully I'll come say "hi" in LA :)
Thank you. The shipped preview has only a bit more than 1500LOC. The VLDB paper was presented at Rio in Aug this year already, but I'll try to come over to LA anyways :)
- https://medium.com/teads-engineering/spark-performance-tunin... - https://www.inovex.de/blog/efficient-udafs-with-pyspark/
Re: Froid: Optimization of Imperative Programs in a Relational Database [pdf]
#10Earlier quoted context omitted.
I've only read part of it, but it seems great so far! I always appreciate the clarity and practicality y'all at the JGL take. I'm amazed that the implementation was under 1500 LOC! Was that the research prototype or the shipped preview? Congratulations on the VLDB paper! Hopefully I'll come say "hi" in LA :)
Thank you. The shipped preview has only a bit more than 1500LOC. The VLDB paper was presented at Rio in Aug this year already, but I'll try to come over to LA anyways :)