(1) 分片集使用PSA架构 (2) 配置集使用单节点副本集 (3) 请在报告中使用文字和截图详细描述MongoDB分片集群搭建及配置的主要步骤: - 搭建配置集服务器(Mongod) - 搭建分片集服务器(Mongod) - 搭建路由节点服务器(Mongos) - 添加分片集到集群 - 创建数据库cqust - 在数据库cqust中创建students集合 - 自行选择片键,在cqust.students集合上创建片键索引。 - 开启数据库(db)分片功能 - 对集合(Collection)执行分片 - 运行populate_cqust_students.js添加50000条学生数据到cqust.students集合