Third Generation Expression Engine #2788
joocer
started this conversation in
Improvements
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.
-
The expression engine has a few fundamental problems:
Actions
name='john' and age > 17, have a Cython function something likecompare_str_eq_and_int_gt(str_col, int_col, str_lit, int_lit, table)). We then apply that every time we have a similarly formed filter.Our goal is to halve the execution time of the ClickBench benchmark.
Beta Was this translation helpful? Give feedback.
All reactions