Level « Performance « JPA Q&A





1. Performance of hibernate Second Level Caching ehcache    stackoverflow.com

We are considering using ehcache (1.6.0-beta5) to enable second level caching of a number of tables which are never modified. We have set up a read-only ehcache region for this ...

2. ehcache cache hit performance    stackoverflow.com

Does anyone have any information on the cache hit performance of Ehcache? I'm looking for a low latency solution to data access.

3. How does the collection cache improves hibernate performance    stackoverflow.com

How does the collection cache improves hibernate performance. What operations are run more quickly or not run at all if collection cache is enabled?

4. Performance tuning using ehcache(second level)--urgent!!!!    forum.hibernate.org

Hi All, My application is using Spring MVC with hibernate, where in they have a page which reads the excel file uploaded by the user and inserts records in the database Requirement now is that its taking lot of time for the upload which needs to be reduced. - Ehcache (Secondary level) has been implemented - Criteria is being used instead ...

5. second level cache performance EHcache not working    forum.hibernate.org

Newbie Joined: Mon May 16, 2005 11:25 am Posts: 8 Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp How do I test that my second level cache is working properly? I have tried enabling the second level cache (ehcache) and wrote a test case to read a table with over 40,000 rows. I have a loop that will spawn ...

7. First-level (Session) Caching Performance Question    forum.hibernate.org

Author Message bonevich Post subject: First-level (Session) Caching Performance Question Posted: Mon Aug 18, 2008 6:15 pm Newbie Joined: Mon Aug 18, 2008 2:19 pm Posts: 4 I seem to be running afoul of something in the way I am using hibernate to access and read data from a read-only database. I am accessing roughly 2000 entities (two types: ...