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 #148: Refactor roster query #271

Merged
merged 1 commit into from
Jul 30, 2020
Merged

Conversation

frankduncan
Copy link
Contributor

The query to select all the rosters included some very expensive count
queries in the select portion. Because these were running for all, even
before the offset/limit, they were taking too long and timing out in
production. The quickest fix was to move them to their own queries
after the main query was run.

Issue #148: "Show Roster" hyperlink is malfunctioning

The query to select all the rosters included some very expensive count
queries in the select portion.  Because these were running for all, even
before the offset/limit, they were taking too long and timing out in
production.  The quickest fix was to move them to their own queries
after the main query was run.

Issue #148: "Show Roster" hyperlink is malfunctioning
@frankduncan frankduncan merged commit 3bf4a55 into main Jul 30, 2020
@frankduncan frankduncan deleted the 148-fix-show-roster-link branch July 30, 2020 19:46
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.

1 participant