What to keep in mind if database has license for unlimited concurrency ?
Even in cases where database doesn’t have any concurrency limit, you may want to limit the application concurrency to a reasonable level for the JVM to behave in a performant manner. Usually we have seen that concurrency of 20-30 per VM performs the best, and 50 or more threads tend to degrade JVM’s performance.