-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: How to use Hibernate with multiple database servers?
PostPosted: Fri Mar 17, 2006 2:34 am 
Beginner
Beginner

Joined: Mon Aug 15, 2005 9:00 pm
Posts: 37
Hello,

One project has so much OLTP data (increasing daily by millions of rows) that they have to be stored across multiple database servers (they don't want use the single Starfire-type of DB server, which can be a single point of failure). some tables (e.g. daily order/sales) are so large that have to be split across multiple servers.

How can Hibernate being used in this enviornment, if we want to hide physical database layout from business logic?

Thx
Chuck


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 17, 2006 9:57 am 
Expert
Expert

Joined: Sat Oct 25, 2003 8:49 am
Posts: 490
Location: Vrhnika, Slovenia
Maybe you can use this: http://c-jdbc.objectweb.org/


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 17, 2006 2:55 pm 
Beginner
Beginner

Joined: Mon Aug 15, 2005 9:00 pm
Posts: 37
Thx for the reply. But I have large tables split across several DB servers, e.g. DB server1 table X holds data for rows with PK _ID = 1 to 1,000,000,000. DB server2 table X holds data for rows with PK_ID = 1,000,000,001 to 2,000,000,000. It does not appear C-JDBC helps in this case. Any other solutions?

Thx
chuck


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.