Connection Pooling with TigerGraph

Hello,

I was wondering if anyone has done any connection pooling with TigerGraph.

I’m using the TigerGraph JDBC driver, I’m wanting to have a pool of connections

in an app that will do searches using installed queries via prepared statements.

I’m using Spring. I’m wondering if the TigerGraph JDBC driver is even compatible

with something like HikariCP. If it’s not compatible, just wondering what people

have done for any connection pooling regarding TigerGraph.

The Github page does have some information about pooling connections with Hikari, that is the best that I have found so far:

1 Like