[jboss-user] [JBossCache] - Re: Using JBossCache on a Java Persistence with Hibernate st

manik.surtani@jboss.com do-not-reply at jboss.com
Wed Dec 19 08:27:50 EST 2007


Caching is not a silver bullet.  You need to analyse your application and your data access patterns and make sure you are applying caching where it can and will help.

I have actually seen systems with so many layers of caching (DB, JDBC driver, ORM framework, application, front-end, etc etc) that removing a lot of the caching actually made things a lot faster.

Especially with an ORM framework/JPA, you should look at the access patterns of your data.  Caching may help overall performance with some entities, and not at all with others.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114195#4114195

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114195



More information about the jboss-user mailing list