You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using Velox for research on query execution and found out Velox implemented some built-in runtime optimization such as pushdown. I have a question, is there a way to disable the optimization, like projection pushdown? I checked the codebase and found that using testingOverrideConfigUnsafe is a common way to override some query context setting but did not see a corresponding flag for such runtime optimization in QueryConfig. So, I have a question that: is there a way to disable these runtime optimizations? Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am using Velox for research on query execution and found out Velox implemented some built-in runtime optimization such as pushdown. I have a question, is there a way to disable the optimization, like projection pushdown? I checked the codebase and found that using testingOverrideConfigUnsafe is a common way to override some query context setting but did not see a corresponding flag for such runtime optimization in QueryConfig. So, I have a question that: is there a way to disable these runtime optimizations? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions