CMONGO 腾讯自研 MongoDB 内核 项目简介
CMONGO 是腾讯 TEG 基础架构部在开源 MongoDB 源码的基础上进行了一系列优化的内核版本,目前包括腾讯云 MongoDB 和公司内部很多业务的 MongoDB 服务(如:ckv 冷数据,微信账单等)都在使用这个内核版本。组件:mongod - The database process.mongos - Sharding controller.mongo - The database shell (uses interactive javascript). 实用工具:mongodump - MongoDB dump tool - for backups, snapshots, etc.mongorestore - MongoDB restore a dumpmongoexport - Export a single collection to test (JSON, CSV)mongoimport - Import from JSON or CSVmongofiles - Utility for putting and getting files from MongoDB GridFSmongostat - Show performance statistics