Where does mongodb stand in the CAP theorem? -


everywhere look, see mongodb cp. when dig in see consistent. cp when use safe=true? if so, mean when write safe=true, replicas updated before getting result?

mongodb consistent default - if write , read, assuming write successful able read result of write read. because mongodb single-master system , reads go primary default. if optionally enable reading secondaries mongodb becomes consistent it's possible read out-of-date results.

mongodb gets high-availability through automatic failover in replica sets: http://www.mongodb.org/display/docs/replica+sets


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -