Hi Mahesh, Distributed in-memory database is supported only when the db is created while all the servers are running. So not auto-join is supported (like with plocal databases) due to a limitation of database backup/restore can't work on in-memory DB.
Lvc@ On 2 April 2015 at 11:43, Mahesh Wabale <[email protected]> wrote: > > I am using version Orientdb enterprise edition 2.0.3 , ant trying to >> distribute(in-memory) graph database on 2 nodes(servers) . I have to >> implement shardind feature which is supported by orientdb , i had already >> done with sharding of graph database on disk on 2 servers , but now i am >> intersted to shard database in RAM on multiple server. When i created the >> database which is in-memory database and trying to create a class that >> time this error is occuring , what is the issue? >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
