All Questions
Tagged with 2phase-commit document-database
2 questions
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, ...
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 ...