ObjectDB ObjectDB

Evaluating ObjectDB for SaaS Application

#1

We are currently evaluating objectdb for our SaaS(multi-tenant) product. It is a data intensive health care product . We would like to know the horizontal scalability options available.

edit
delete
#2

Horizontal scalability may be achieved by using replication.

ObjectDB Support
ObjectDB - Fast Object Database for Java (JPA/JDO)
edit
delete
#3

Thanks for the reply. 

Why is write limited to master ? 

edit
delete
#4

An architecture of one writer and multiple readers provides better performance because the coordination between the servers  is simpler and requires less networking operations.

ObjectDB doesn't provide the same level of horizontal scalability such as other popular NoSQL solutions, but it provides other advantages including better performance, full ACID, richer queries and rapid development.

ObjectDB Support
ObjectDB - Fast Object Database for Java (JPA/JDO)
edit
delete

Reply

To post on this website please sign in.