The data model is more and more complex. Maybe it is time to have a relationnal database ?
question :
- how to deal with concurrent data access (for now, just a version on the mongodb document)
- how to deal with foreign key ? is it ok to use foreign key directly in mongo ?
The data model is more and more complex. Maybe it is time to have a relationnal database ?
question :