Hello,
After implement Hibernate Monitoring, i have noticed that hibernate execute too much query than it have on the query string table in statistics.
Screen-shots of statistics:
I think, implement hibernate 2nd level cache and particularly hibernate query cache help me to reduce this amount of query execute.
I searched on the web, on find many provider class for the cache of hibernate. But I'm not succeeded to implement it (infinispan, EhCache).
My questions are :
- Do you think, it is the most appropriate method to reduce this amount of query execute, knowing that the query string table contains much less query ?
- Do you have some example of implementation of this 2nd level cache with latest version of hibernate (3.5.5 final).
Thank you in advance for you help.
Best regards,
Florent,