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

feat: simple performance / scalability fixes. #316

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

matiwinnetou
Copy link
Collaborator

@matiwinnetou matiwinnetou commented Mar 7, 2025

Fixes #315

@matiwinnetou matiwinnetou force-pushed the issue-315-quick-scalability-fixes branch from 9f45456 to a01568c Compare March 7, 2025 20:11
@matiwinnetou matiwinnetou merged commit 7e7dda8 into main Mar 10, 2025
8 checks passed
@matiwinnetou matiwinnetou deleted the issue-315-quick-scalability-fixes branch March 10, 2025 08:14
jpa:
properties:
hibernate:
format_sql: true
hibernate:
ddl-auto: none
show-sql: true
show-sql: false
Copy link
Collaborator

@Kartiiyer12 Kartiiyer12 Mar 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @matiwinnetou Is there a reason why this is turned off? This helps in easier debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

show sql logging is an anti-pattern in high concurrency services
3 participants