Live data from Hacker News

Ask HN: Tradeoffs of using a nosql database?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Tradeoffs of using a nosql database?

#2
One is that they don't support transactions in the conventional sense. They do support some simpler atomic-operation primitives, but generally not for multiple objects updated in the same atomic operation, and not including other fancy things like rolling back transactions.