Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DB2 jdbc performance

doing profiling on an java application running websphere 7 and DB2 we can see that we spend most of our time in the com.ibm.ws.rsadapter.jdbc package handling connections to and from the database.

  1. How can we tune our jdbc performance?

  2. What other strategies exist when database performance is a bottleneck?

Thanks

like image 539
user271858 Avatar asked Jun 12 '26 18:06

user271858


1 Answers

You should check your websphere manual for how you configure a connection pool.

Update 2021

Here is an introduction inculding code samples

Update 2021

like image 152
stacker Avatar answered Jun 14 '26 08:06

stacker



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!