-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
databasesJDBC related issuesJDBC related issuesperformanceSomething related to how fast the library can handle dataSomething related to how fast the library can handle dataresearchThis requires a deeper dive to gather a better understandingThis requires a deeper dive to gather a better understanding
Milestone
Description
There are a few ways to increase the speed of SQL queries and data retrieval
- batches/fetching
- manipulate by whole row instead of reading of each column
- databases/connection settings
- create JDBC connection pool with default as Hikapi for functions with connection under hood
Metadata
Metadata
Assignees
Labels
databasesJDBC related issuesJDBC related issuesperformanceSomething related to how fast the library can handle dataSomething related to how fast the library can handle dataresearchThis requires a deeper dive to gather a better understandingThis requires a deeper dive to gather a better understanding