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

analyze queries involved in serving an update request #1342

Open
bhearsum opened this issue May 19, 2020 · 0 comments
Open

analyze queries involved in serving an update request #1342

bhearsum opened this issue May 19, 2020 · 0 comments
Labels
public public Balrog app/api (aus5.mozilla.org; aus-api.mozilla.org)

Comments

@bhearsum
Copy link
Contributor

While investigating #1337 I was looking at query logs for a single update request and it looked like we may be doing a lot of extra queries (even uncached ones) when serving an update request. For example, I saw a lot of queries to required signoff tables that appeared to happen as part of an update request. This needs further investigation. I think the right way forward is to enable query logging on a local instance, disable the agent, and see exactly what runs (and what gets cached across subsequent requests). My investigation was done in stage, so there was potentially other things running at the same time.

@bhearsum bhearsum added the public public Balrog app/api (aus5.mozilla.org; aus-api.mozilla.org) label May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
public public Balrog app/api (aus5.mozilla.org; aus-api.mozilla.org)
Projects
None yet
Development

No branches or pull requests

1 participant