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

[Performance] 🟡 0% Improved by - HikariCP size 30 to 100 POST /api/login #301

Open
ghkdqhrbals opened this issue Dec 13, 2023 · 0 comments
Assignees
Labels
feature: performance performance improvement

Comments

@ghkdqhrbals
Copy link
Owner

ghkdqhrbals commented Dec 13, 2023

POST /api/login

  • Implements
    • HikariCP TX Pool 30 to 100 update
  • Resource consumption
    • user-server : 1.52 cpu
  • Improvements
    • avg TPS 16.7 -> 16.9 🙄 No big difference

An active server session refers to a currently executing transaction. And this server session only has one active session. This means that the server does not use multiple transactions. Therefore, even if HikariCP is increased, it cannot be utilized properly.

image

After implement

image

image

@ghkdqhrbals ghkdqhrbals added the feature: performance performance improvement label Dec 13, 2023
@ghkdqhrbals ghkdqhrbals changed the title [Performance] 0% Improvement [Performance] 0% Improvement - HikariCP size 30 to 100 Dec 13, 2023
@ghkdqhrbals ghkdqhrbals self-assigned this Dec 14, 2023
@ghkdqhrbals ghkdqhrbals changed the title [Performance] 0% Improvement - HikariCP size 30 to 100 [Performance] 0% Improvement - HikariCP size 30 to 100 POST /api/login Dec 14, 2023
@ghkdqhrbals ghkdqhrbals changed the title [Performance] 0% Improvement - HikariCP size 30 to 100 POST /api/login [Performance] 🟡 0% Improvement - HikariCP size 30 to 100 POST /api/login Jan 3, 2024
@ghkdqhrbals ghkdqhrbals changed the title [Performance] 🟡 0% Improvement - HikariCP size 30 to 100 POST /api/login [Performance] 🟡 0% Improved by - HikariCP size 30 to 100 POST /api/login Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: performance performance improvement
Projects
None yet
Development

No branches or pull requests

1 participant