What is the exact difference between mongod and mongos

前端 未结 4 1682
孤城傲影
孤城傲影 2021-02-05 01:32

While I was looking into the MongoDB documentation, I found two different terms mongod and mongos.

While starting the server, I am using

4条回答
  •  被撕碎了的回忆
    2021-02-05 02:17

    The core components in the MongoDB package are: mongod - the core database process; mongos - the controller and query router for sharded clusters; and mongo the interactive MongoDB Shell.

    For more information http://docs.mongodb.org/manual/reference/program/

提交回复
热议问题