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](https://github.com/brettwooldridge/HikariCP) for functions with connection under hood