|
|
|
|
|
by hack3r_n3ws
4511 days ago
|
|
And if you build ACID on top of mongodb, then you lose the benefits of NoSQL. Not to mention the immense difficulty of building ACID into your business logic... It makes sense to use mongodb for commenting system where nobody cares if you lose a comment or certain comments are written before others. But no competent architect would use mongodb for financial/currency transactions. If coinbase did use mongodb, it will be inevitable they will have transactional issues. The more popular coinbase gets, the more transactions they process, the more issues they'll have. I don't envy the poor souls that have to track down these kinds of issues... |
|