python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use Hikari pool connection in spark dataset jdbc
Is there any way to read database oracle with spark implementing a pool of connection with hikari datasource?
I'm using java
// How to execute the query below using a pool of connection?
Dataset&l...

Dilermando Lima
Votes: 0
Answers: 0
Drop idle connection in Spring Boot / hikari
I want a database connection that has gone idle to be dropped once its maxLifetime has been reached.
How can we do this in spring boot/hikari? Is this achieved with these 2 properties?
idleTimeout
max...

Carlos Gonzalez
Votes: 0
Answers: 1
@Value isn't working on particular @Configuration class on Springboot
Hi I have been making spring boot project which have 2 of datasource.
I want to use those datasources properties' value from application.yml file and
so that I configured @Configuration Class on our p...
prepare123
Votes: 0
Answers: 1
How to use a HikariCP connection pool with prepared statements?
I am developing a Spring Boot web (REST) application where I need to serve many requests. Therefore I wanted my application to be able to handle requests concurrently. Since Spring Boot REST-Services ...
A.M.
Votes: 0
Answers: 1