github / github/codeql-cli-binaries
Single predicate causing bottleneck in queries
- Linguagem predominante
- Sem dados de linguagem
- Estrelas
- 1k
- Forks
- 184
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
codeql query run --threads=0 still results in only one core being utilized, which severely affects query speed. I typically see this in
my log file:
Creating executor with (many) threads.
...
(0s) Starting to evaluate predicate ...
With 100% usage on 1 core.
Is Visual Studio more performant for this?
Guia de contribuição
Direção de pesquisa
Start by reproducing the report with `codeql query run --threads=0` and compare the executor log with observed CPU usage. Investigate the single-predicate evaluation path and determine whether the behavior is expected or a performance defect; done means documenting the cause and an actionable resolution or limitation.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Domínio
- devtools, performance
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100