I'm using Oracle JDBC driver and evaluate BoneCP. Both implement a statement cache.
I am asking myself whether I should use the one or the other for statement caching. What do you think? What are the advantages or disadvantages for each way?
|
I'm using Oracle JDBC driver and evaluate BoneCP. Both implement a statement cache. I am asking myself whether I should use the one or the other for statement caching. What do you think? What are the advantages or disadvantages for each way? |
|||
|
|
|
As author of BoneCP, I can fill in my part:
Summary: Both should perform roughly the same -- if not it's probably a design bug somewhere. |
|||
|
|