cluster « Database « JPA Q&A





1. Terracotta + Compass = Hibernate + HSQLDB + JMS?    stackoverflow.com

I am currently in need of a high performance java storage mechanism. This means: 1) I have 10,000+ objects with 1 - Many Relationship. 2) The objects are updated every 5 seconds, with the ...

2. hibernate and db clustering    forum.hibernate.org

hi, I'm trying to understand how to build a nice DB foundation for a set of large sites, ie. spec a scalable setup on mysql + replication and hibernate One solution 'pattern' that I was able to find on the net, is to have pairs of DB servers, each hosting part of the content base. For instance you could have users ...

3. DB Clustering    forum.hibernate.org

I really appreciate the new Hibernate shard library. At the same time I think it's important to analize the database clustering problems. I think would be useful to have (in the same manner of shard) an extension for hibernate to manage asynchornous and syncronous database clustering. What do you think about that?? Thanks

4. Clustered Hibernate with 80 databases    forum.hibernate.org

Hello, In our production environment, we have 4 Postgre Database Servers totalling to around 80 databases. On the Application Server side, we have 10 clustered Tomcat Application servers with multiple applications which can access any number of databases during each HTTP web request call. We use low level JDBC operations in our tomcat clustered applications. We wish to migrate to Hibernate ...