Database processing for multiple users simultaneously

0
Hello everyone.   I have a question regarding the restrictions for multiple users at the same time. Im currently working with an Access database and we are planning to replace this with a new Mendix application/database.   I wanted to know if there could be problems if two users try to edit different parts of the database simultaneously. I couldnt find a clear answer to this so I hope that you can help me :)   Kind regards Christina
asked
1 answers
0

Hi Christina,

 

Mendix uses database locking to prevent data corruption when multiple users are changing the data simultaneously. That means when 2 Microflows are changing the same table, one of them has to wait for the other to finish their change.

You can find more information about that here:

https://docs.mendix.com/refguide/data-storage/#4-database-transactions-and-locking

 

Hope this helps!

answered