10%

Try : Insurtech, Application Development

Edtech(5)

Events(34)

Interviews(10)

Life@mantra(11)

Logistics(3)

Strategy(14)

Testing(8)

Android(46)

Backend(29)

Dev Ops(3)

Enterprise Solution(22)

Frontend(28)

iOS(41)

Javascript(14)

AgriTech(1)

Augmented Reality(18)

Customer Journey(12)

Design(19)

User Experience(40)

AI in Insurance(31)

Insurtech(59)

Product Innovation(37)

Solutions(15)

E-health(3)

HealthTech(9)

mHealth(3)

Telehealth Care(1)

Telemedicine(3)

Artificial Intelligence(112)

Bitcoin(7)

Blockchain(19)

Cognitive Computing(7)

Computer Vision(8)

Data Science(14)

FinTech(45)

Banking(1)

Intelligent Automation(26)

Machine Learning(46)

Natural Language Processing(13)

MongoDB: Multi Document ACID transactions

MongoDB ACID (Atomicity, Consistency, Isolation, Durability):

MongoDB is a general purpose database platform and it has always been an easy choice due to the flexibility and intuitive for developers. MongoDB has recently announced it’s latest version MongoDB 4.0 to support the multi-document ACID(Atomicity, Consistency, Isolation, Durability) transactions which makes MongoDB the best choice for the use cases in different dimensions.

The multi-document ACID transaction was not supported till now in MongoDB and became one of the major hurdles for adoption of MongoDB as it is a basic need for business-critical transaction systems. With this transaction, it can guarantee ACID properties in distributed transactions across a distributed database with no single node responsible for data affecting transactions.
Combination of NoSQL and ACID is going to make it far superior to other options in the industry.
 

Commands introduced:

 – To starts a multi-statement transaction : Session.startTransaction()
 – To commit a transaction : Session.commitTransaction()
 – To rollback a transaction : Session.abortTransaction()
 

Things to be changed or considered with new features are :

 – Locks
 – Sessions
 – Retries
 – Replica-set or distributed data
 – Transaction Options
 
And stay tuned for more updates on MongoDB.
 
 
Cancel

Knowledge thats worth delivered in your inbox

Iteration Leads To Powerful Results in Design.