What would you do to avoid this performance overhead?

You observed increased response time due to repeated cursor creation and repeated statement
parsing. What would you do to avoid this performance overhead?

You observed increased response time due to repeated cursor creation and repeated statement
parsing. What would you do to avoid this performance overhead?

A.
Use connection pooling in the data source.

B.
Enable JDBC statement caching in the data source.

C.
Increase the value of wait-timeout for the data source.

D.
Increase the value of inactivity-timeout for the data source.



Leave a Reply 0

Your email address will not be published. Required fields are marked *