This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
Excessive itemrevision db queries in 1.1.2 resulting in poor auditor performance #1075
Open
4 tasks done
Labels
Please make sure that you have checked the boxes:
AWS, GCP, OpenStack, GitHub
Description of issue:
A single execution of find_changes (as shown below) against a single tech results in over 44 thousand sql queries, most of which are very similar. This results in poor performance for the audit. Using a fresh database improves performance dramatically.
I turned on statement logging in postgres and captured the statements generated by the above command:
The text was updated successfully, but these errors were encountered: