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

Increase slow query timeout #1790

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Conversation

peterjan
Copy link
Member

The current threshold is set at 100ms which I believe is too tight. We have slow query log fatigue. The majority of my log entries are for queries that took 1-200ms, we've grown accustomed to seeing those and we're not going to spend time rewriting the queries in the short term. Therefor I propose we increase it to 500ms, a quite large but good value I think. At the very least when we see one of those it'll spike our interest to go and investigate.

@peterjan peterjan self-assigned this Jan 10, 2025
@ChrisSchinnerl ChrisSchinnerl merged commit 09513c1 into master Jan 10, 2025
19 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the pj/increase-slow-query-timeout branch January 10, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants