Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up reports #827

Merged
merged 3 commits into from
Jan 30, 2025
Merged

Speed up reports #827

merged 3 commits into from
Jan 30, 2025

Conversation

ianlongden
Copy link
Contributor

@ianlongden ianlongden commented Jan 30, 2025

The sql changes will speed up the queries a little but this was not the major problem. load_workflow_parent_children was being called with the root_node NOT being passed that meant the default value of the top one was called which meant a full load of the ATPs (with lots of calls) when only the sub parts were needed. SCRUM-4803

Copy link
Contributor

@valearna valearna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for figuring out the ATP issue!

@ianlongden ianlongden merged commit ca8363a into main Jan 30, 2025
7 checks passed
@ianlongden ianlongden deleted the report_speedup branch January 30, 2025 18:59
@ianlongden ianlongden restored the report_speedup branch January 31, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants