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

Check if there is actual difference in the performance if the DB connection pool is using the recommended DB driver class #43

Closed
zloster opened this issue Jan 9, 2018 · 2 comments
Milestone

Comments

@zloster
Copy link
Owner

zloster commented Jan 9, 2018

the recommended DB driver class or maybe it will help with the transaction deadlocks?
Ordering of the updates should help with the transaction deadlocks. (https://gist.github.com/isopov/9af3864888b85c6cffc4 and some comments in the TFB issues/PRs).
Also the Resin documentation strongly recommends usage of the JDBC more advanced connection options if available. The Driver class is a last resort.

Also check the setting of the PostgreSQL about the server-side prepared statement threshold.

@zloster zloster added this to the Better Times milestone Jan 9, 2018
@zloster zloster mentioned this issue Jan 9, 2018
4 tasks
@zloster zloster modified the milestones: Better Times, Round 16 Mar 3, 2018
@zloster zloster added the пече се Работи се по това label Mar 6, 2018
@zloster
Copy link
Owner Author

zloster commented Mar 6, 2018

@zloster
Copy link
Owner Author

zloster commented Mar 6, 2018

52805 vs 56594 RPS for the DB test. Submitting a PR with only changed the datasource.
The prepared statement threshold is not very helpful for the benchmarks because the very small number of different statements is used - after the warm up and the various test cases we should see statement reuse.
PR is 3365.

@zloster zloster closed this as completed Mar 6, 2018
@zloster zloster removed the пече се Работи се по това label Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant