tree « Performance « JPA Q&A





1. How to show tree-view replies to message? Java & Hibernate    stackoverflow.com

I have message, and need to show ten (for example) first 'root' replies with all the replies to itselfs, and it should look like a tree. (Standard messages and tree replies ...

2. How to implment a high performance hierarchical tree?    forum.hibernate.org

My subject is to implement a tree structure in hibernate. The tree represents a project structure with many folders and files. It can be expected that the content of this tree will grow over the time. My question is: how can this be done in a performant manner. I currently have a simple table representing the item with a self-reference on ...

3. Performance issue: BatchProcess, Huge object tree    forum.hibernate.org

Hi all, I am a big fan of Hibernate and I have suggested in my project that we use hibernate for a batch process. I wasnt sure, but i was keen that hibernate would ease life. And it did for a while. However, problems started with increase in data volume. Allow me to explin in detail. The app is a Batch ...

4. Performance issues with Second-Level Cache(Jboss Tree Cache)    forum.hibernate.org

Hello, Iam using Hibernate with Jboss Tree Cache for Second-level Caching. The entity we are caching right now has 99% reads. When we did the performance testing, the numbers did not look good. First Issue: The DB time when doing the old way through PL/SQL is taking around ~35 ms. When using hibernate, it takes around 70ms when retrieving from cache. ...