What alternatives do I have if I want a distributed multi-master database?
Posted
by Jonas
on Stack Overflow
See other posts from Stack Overflow
or by Jonas
Published on 2010-04-12T10:31:36Z
Indexed on
2010/04/12
10:33 UTC
Read the original article
Hit count: 268
I will build a system where I want to reduce single-point-of-failures, and I need a database. Is there any (free) relational database systems that can handle multi-master setups good (i.e where it is easy to add and remove nodes) or is it better to go with a NoSQL-database?
As what I have understood, a key-value store will handle this better. What database system do you recommend for a multi-master (cluster) setup?
© Stack Overflow or respective owner