6 ms·
This is really cool! I guess the main competition in terms of similar purpose and guarantees is http://hyperdex.org/ http://hyperdex.org/, although the add-on t
by ctlaltdefeat 11y ago
This is really cool! I guess the main competition in terms of similar purpose and guarantees is http://hyperdex.org/ http://hyperdex.org/, although the add-on that enables transactions (quite critical...) is commercial.
- helloiamaperson 11y agoThe most production ready versions of this kind of thing are http://geode.incubator.apache.org http://geode.incubator.apache.org and https://ignite.apache.org https://ignite.apache.org .
- msackman 11y agoHaving just had a quick look at both, the only point I'm willing to make is that ignite's distributed transactions use 2PC. https://apacheignite.readme.io/docs/transactions https://apacheignite.readme.io/docs/transactions 2PC, at least in its usual forms, is not fool-proof: if failures happen in the "right" order then the whole txn gets blocked: it's actually proven to be equivalent to Paxos with F=0 (i.e. no ability to tolerate failure). On this point alone, GoshawkDB stands apart from anything that uses 2PC.