mfvanek / mfvanek/java-experiments
Optimize connection to PostgreSQL
- 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
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