Mongoose can be launched in 2 main modes:
- Standalone mode
- Distributed mode
This is the easiest way to use mongoose. In this case, one mongoose instance is launched and the load on the storage generated from it. This mode doesn't require additional parameters compared to additional parameters required for distributed mode.
This mode is used for distributed load on the storage. This mode is used not for a distributed storage (this function is also supported in a standalone mode), but for several instances of the mongoose. This mode is used to increase the load on the storage. Detailed documentation