(no title)
leif | 11 years ago
Ark is just about making replication as a whole trustworthy. The jepsen post on MongoDB[2] shows MongoDB losing data even with majority write concern, which if used properly, is supposed to make MongoDB a CP system. But because of the design flaws in the election algorithm, you can't rely on it perfectly. The changes we made in Ark fix the election algorithm to make majority write concern actually able to guarantee data safety, so you can treat it as a fully CP system.
[1]: http://docs.tokutek.com/tokumx/tokumx-transactions.html
lumpypua|11 years ago
Then you need a formal model.