I think we've run into the same problem. We're using L2 caching and even though there is a cache hit a jdbc connection is still acquired. See the following session metrics for example:
Is there a way to postpone acquiring a JDBC connection until a L2C miss occurs? |