-
Beta Was this translation helpful? Give feedback.
Answered by
hashhar
Sep 1, 2024
Replies: 1 comment
-
The logic is obviously much more involved in the Also for some operations IIRC the engine can apply them in parallel to an entire |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wodejiong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The logic is obviously much more involved in the
date_trunc
case compared to just numerical operations. You should consider recording a JFR profile to see where the time is spent in both cases.Also for some operations IIRC the engine can apply them in parallel to an entire
Page
instead of per-row (I'm not 100% sure about this to be honest).