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
I consciously did not create an issue yet, because I think there is a high chance I might be missing something rather significant. Looking at the generated SQL I found that the query time would 10x improve in query time when trimming out all the AND ('true')/OR ('false') expressions and then also unnest all the expressions.
I did not find an issue/discussion around it. Am I missing something?
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I consciously did not create an issue yet, because I think there is a high chance I might be missing something rather significant. Looking at the generated SQL I found that the query time would 10x improve in query time when trimming out all the
AND ('true')
/OR ('false')
expressions and then also unnest all the expressions.I did not find an issue/discussion around it. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions