Login
From:
velox-lib.io
(Uncensored)
subscribe
Learnings from optimizing try_cast | Velox
https://velox-lib.io/blog/optimize-try_cast.
links
backlinks
Tagged with:
tech-blog
Roast topics
Find topics
Find it!
One of the queries shadowed internally at Meta was much slower in Velox compared to presto(2 CPU days vs. 4.5 CPU hours). Initial investigation identified that the overhead is related to casting empty strings inside a try_cast.