-->
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: Support for Clustering
PostPosted: Tue Sep 05, 2017 4:58 pm 
Newbie

Joined: Thu Aug 24, 2017 1:11 pm
Posts: 1
Does current version of Hibernate OGM support clustering?


Top
 Profile  
 
 Post subject: Re: Support for Clustering
PostPosted: Thu Sep 07, 2017 5:14 am 
Hibernate Team
Hibernate Team

Joined: Fri Sep 09, 2011 3:18 am
Posts: 295
Clustering support depends on the datastore you are planning to use.


Top
 Profile  
 
 Post subject: Re: Support for Clustering
PostPosted: Mon Sep 11, 2017 6:16 am 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
To expand on Davide's answer:

yes it's "supported" the same as Hibernate ORM, remember it shares most of the code to manage state, up to the point it needs to synchronize with the used databse.,

The context of execution is local (managed entities within some scope, like Hibernate ORM, typically the transactional scope however not all NoSQL databases have real transactions so let's call it "scope").

On top of the local scope it can use distributed / clustered 2nd level caching. This might not be needed as most NoSQL stores are pretty fast, but the cache layer can be local so you have that option.

Some datastores support clustering, for example if you use Cassandra or Infinispan their architecture was designed to be clustered. When you use such a datastore obviously OGM can take advantage of it.

_________________
Sanne
http://in.relation.to/


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.