Did they show what they mean when they say “multi document transactions”? All I saw so far is some snippets using client SDK (https://docs.mongodb.com/manual/upcoming/). This kind of transactions could be implemented pretty easily without server support on the client side even for “dumb” storages like redis or memcache.
@konrad321, could you give link to more technical description or share build which does have this support? So far it is only marketing, so it is not correct to asking about doing the same. Same promo for the releases which are going to be published in months from now? When Couchbase announces new features, it releases preview versions of the products, not just marketing blog post.
Yes I’m aware that’s only marketing. They didn’t give any technical explanation on how they’re going to do this. They have some kind of beta though, I don’t know if it’s open sourced for now.
It would be nice to see built-in support for this without implementing it yourself tho
You can always submit your patches to our repositories, and after review they will become available for all users out of the box. https://developer.couchbase.com/contribute
Not sure how much benefit is gained by Mongo supporting ACID explicitly, other than the obvious ease of use, which could be provided by an additional middle layer -but perhaps there are some optimisations under the hood. However, I haven’t seen any benchmarks yet.