design « Performance « JPA Q&A





1. Multi threaded insert using ORM?    stackoverflow.com

I have one application where "persisting to database" is consuming 85% time of the entire application flow. I was thinking of using multiple threads to do the insert because inserts are mostly ...

2. Factors or metrics affect performance by design    forum.hibernate.org

Hi all. For me Hibernate bring chance to use more OO design ability. But we still use relational database. It is often a "domain object model" must be shoehorned onto a relational database. For me it is like a trade off OO design or plain table. And in real world cant find that many experts can help me in all aspects. ...

3. Design question (2 tier app / performance)    forum.hibernate.org

Hello, I'm new to Hibernate and I am begining the design of a client/server swt app. Something like that [swt client] <--->[db & appServer]<--->[other swt clients] Different from most of the discussions I found in this forum, I have total control to the application architectural design. The main concern is a list (swt table) the user uses to search/select an item. ...

4. Custom Types performance and design pattern    forum.hibernate.org