mfvanek / mfvanek/java-experiments
Optimize connection to PostgreSQL
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 9
- Forks
- 3
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 4
Description
https://www.youtube.com/watch?v=QzIUHvDnEaI
- Reconfigure LOGIN_TIMEOUT + HikariConfig.connectionTimeout
- Always set HikariCP pool name
- Always set applicationName in PG driver + assumeMinServerVersion


Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the PostgreSQL connection setup, then inspect LOGIN_TIMEOUT, HikariConfig.connectionTimeout, the HikariCP pool name, and the PG driver's applicationName and assumeMinServerVersion settings. Done means these connection properties are consistently configured and the existing connection behavior remains functional; the issue does not mention a test file to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, postgresql
- Domain
- backend, databases
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100