I would like to know what is the goal of creating separate db in mongodb
Basically for my project I have almost 10 collections.
- 1 for users
- 1 for users activities
- 1 for relations between users
- Some for user dedicated features
- Some for all configuration purpose
Is there an interest to split my collections in different dbs ?
I know that mongo is used to scale vertically and not horizontally so I am wondering about the goal of creating several database (except to sort my collections in category)
Thanks for your answers