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

fix(ta processing): filter by flag_id instead of join #928

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

joseph-sentry
Copy link
Contributor

the query with the join is the most expensive query in the db right now, this should improve it

@joseph-sentry joseph-sentry requested a review from a team December 2, 2024 21:01
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.98%. Comparing base (d493782) to head (70d06fe).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #928   +/-   ##
=======================================
  Coverage   97.98%   97.98%           
=======================================
  Files         446      446           
  Lines       35656    35656           
=======================================
  Hits        34936    34936           
  Misses        720      720           
Flag Coverage Δ
integration 42.10% <100.00%> (ø)
unit 90.65% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codecov-notifications
Copy link

codecov-notifications bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

Copy link

github-actions bot commented Dec 2, 2024

✅ All tests successful. No failed tests were found.

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

@joseph-sentry joseph-sentry added this pull request to the merge queue Dec 2, 2024
Merged via the queue into main with commit 0afc825 Dec 2, 2024
26 of 27 checks passed
@joseph-sentry joseph-sentry deleted the joseph/fix-query branch December 2, 2024 21:22
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