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
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
As found during profiling the K000 check, code of generating separated files with query contributes to the main delay. In current commit:
* 2 calls of jq with full JSON replaced by one
* calculation of query length and generating link moved to SQL code
* code for generating unused `readable_queryid` variable remove.
As a result, we can see a rise in performance of K000 group of reports to 4 times with processing 500 queries.
0 commit comments