MongoDB will support multidocument ACID transactions

MongoDB 4.0 will be released in summer 2018 but is in public beta now

MongoDB will support multidocument ACID transactions
Thinkstock

MongoDB will add multidocument ACID transactions support to its NoSQL database of the same name. Multidocument ACID transactions support has been the most-requested feature sought for MongoDB, said Seong Park, MongoDB’s vice president of strategy and product marketing.

Multidocument support is planned for MongoDB 4.0, which is due this summer and reached beta stage this week. ACID transactions already have been supported at the document level in the database; now they can be done across documents as well as across collections within MongoDB. Collections in MongoDB are analogous to a table in a relational database.

With multidocument ACID transactions support, develoerps coudl enable many-to-many data relationships. An order management system, for example, might have a transaction affecting five items, which needs to be reflected in the inventory system; this would be handled by MongoDB 4.0 without developers having to write code. The new capability should make transactions have a look and feel similar to what developers have been familiar with in relational databases. The company says multidocument transaction support will not affect performance in MongoDB 4.0 for workloads that do not need them.

How to download MongoDB 4.0

You can sign up for the beta program at MongoDB’s website.

Copyright © 2018 IDG Communications, Inc.