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
When executing the codeql database analyze <db> [<opts>] -- <querysuite> the CodeQL runs the queries from the given query suite by first loading them, compiling a query plan and then evaluating the queries.
The evaluation of certain queries can have a very pessimistic execution time and in some cases, when a project (database) is huge or/and for complex or poorly written queries, the execution of a given query may never finish.
It would be awesome if the CodeQL CLI would show timestamps by default so that one could see when the Starting evaluation of <query> actually started to see how long it is being executed already, to decide whether to stop it etc.
When executing the
codeql database analyze <db> [<opts>] -- <querysuite>
the CodeQL runs the queries from the given query suite by first loading them, compiling a query plan and then evaluating the queries.The evaluation of certain queries can have a very pessimistic execution time and in some cases, when a project (database) is huge or/and for complex or poorly written queries, the execution of a given query may never finish.
It would be awesome if the CodeQL CLI would show timestamps by default so that one could see when the
Starting evaluation of <query>
actually started to see how long it is being executed already, to decide whether to stop it etc.Please see also: #17930 and #17929.
The text was updated successfully, but these errors were encountered: