Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
0 answers
260 views

2 phase commit implementation

I'm trying to implement a 2-phase commit over a document database which supports only single-phase commit using transaction info on the inserted data. I understand the theory behind 2-phase commit, ...
Metheny's user avatar
  • 1,182
7 votes
2 answers
2k views

Using both graph db and document db

I'm considering a setup where I have entities stored both in a document db (e.g. CouchDB) and a graph db (e.g. Neo4j). The rationale is storing each entity information (data, blobs, values, complex ...
Ran Biron's user avatar
  • 6,365