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(db): Remove very verbose dirty query logs #42922

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

ChristophWurst
Copy link
Member

Summary

  • Primary/secondary switching happens in almost every request. Logging this is too much. If one is interested in this mechanism they can turn on query logging. Query logs are prefixed with primary/replica.
  • Logging dirty tables for each statement (write) is a lot. This doesn't have a real benefit. Removing.

Checklist

@blizzz

This comment was marked as resolved.

@nickvergessen nickvergessen added this to the Nextcloud 29 milestone Jan 18, 2024
@ChristophWurst

This comment was marked as resolved.

@blizzz

This comment was marked as resolved.

@blizzz blizzz added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jan 18, 2024
@miaulalala miaulalala force-pushed the fix/db/no-verbose-dirty-query-logs branch from 3a33966 to ab0d7c0 Compare January 18, 2024 17:33
@ChristophWurst ChristophWurst merged commit 3d51213 into master Jan 18, 2024
50 checks passed
@ChristophWurst ChristophWurst deleted the fix/db/no-verbose-dirty-query-logs branch January 18, 2024 18:58
@blizzz blizzz mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants