Skip to content

Latest commit

 

History

History

modes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Modes

Mongoose can be launched in 2 main modes:

  • Standalone mode
  • Distributed mode

Standalone mode

Standalone 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.

Distributed mode

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

Other modes: