Hello, I am developing a new project with an internal chat between users. Also, there are complex relationships between the other project entities but I wolud like to build something scalable and fast and right now I am designing the data model. What kind of database would you recommend me to manage all application data? relational like MySQL, no relational like MongoDB or a mixed one? Thank you
6 upvotes·954.3K views
Replies (6)
In MongoDB, a write operation is atomic on the level of a single document, so it's harder to deal with consistency without transactions.
5 upvotes·641.8K views
4 upvotes·640.5K views
View all (6)