Is there a max iteration for evaluating predicate? #405
Answered
by
smowton
brandonshiyay
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
smowton
Jul 16, 2021
Replies: 1 comment 5 replies
-
How much of the time has been spent analysing queries in the |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
tausbn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How much of the time has been spent analysing queries in the
ModulusAnalysis::
space? There isn't an iteration limit, nor (barring bugs) can there be infinite loops in codeql, only very large result sets, but if the same project has previously been analysed in a reasonable timeframe then that's likely a regression we want to look at. What is your position regarding sharing the log or the database for investigation?