Prepare steps in the query evaluation to avoid overhead of repeating work. #3360
JervenBolleman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In pull request #GH-3354 I started working on this idea. In the query evaluation there is often work that needs to be done only once per query evaluation but currently is done over and over again. Adding a prepare step in the query evaluation would allow us to all that kind of work once per query evaluation. This can easily give a nice speed up for many queries.
Beta Was this translation helpful? Give feedback.
All reactions