How to efficiently define connection pool for multiple data sources with single database per tenant, in spring boot

45 Views Asked by At

I would like to understand how to efficiently define connection pooling for multiple data sources ( in runtime) for 1000 tenants with single database per tenant, in spring boot.

0

There are 0 best solutions below