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·966.6K views
Replies (6)
4 upvotes·648.9K views
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·650.1K views
View all (6)