generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #845 from CDCgov/devex-753/connection_pooling
Devex 753/connection pooling
- Loading branch information
Showing
20 changed files
with
205 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 17. Connection Pooling | ||
|
||
Date: 2024-02-02 | ||
|
||
## Decision | ||
|
||
We will use HikariCP for connection pooling because of the quality of documentation, and the significant margin in performance above the other available options. It is also still receiving active support and updates from the owners. | ||
|
||
## Status | ||
|
||
Accepted | ||
|
||
## Context | ||
Connection pooling is vital to the project for many reasons including resource management and conservation, performance improvement, latency reduction, scalability, and most importantly here managing connections. | ||
|
||
|
||
### Related Issues | ||
|
||
- 753 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 0 additions & 51 deletions
51
etor/src/main/java/gov/hhs/cdc/trustedintermediary/external/azure/AzureClient.java
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
...hhs/cdc/trustedintermediary/external/azure/AzureStorageAccountPartnerMetadataStorage.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...src/main/java/gov/hhs/cdc/trustedintermediary/external/database/EtorSqlDriverManager.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.