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.

#2

Horizontal scalability may be achieved by using replication.

ObjectDB Support
#3

Thanks for the reply. 

Why is write limited to master ? 

#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

Reply