文章分类 -  数据库 / MongoDB

摘要:Spring-MongoDB 造数 public class MongoDataGenerator { private List<String> optTypes; private List<String> nds; private List<String> mls; private List<St 阅读全文
posted @ 2024-04-20 09:26 Dreamsrj
摘要:副本集介绍 A replica set in MongoDB is a group of mongod processes that maintain the same data set. Replica sets provide redundancy and high availability, 阅读全文
posted @ 2024-04-20 09:10 Dreamsrj
摘要:副本集 A replica set in MongoDB is a group of mongod processes that maintain the same data set. Replica sets provide redundancy and high availability, an 阅读全文
posted @ 2024-04-20 09:07 Dreamsrj
摘要:环境说明 三台Centos 7 服务器 网络 mongo1 192.168.10.100;mongo2 192.168.10.101;mongo3 192.168.10.102; 安装 创建文件 /etc/yum.repos.d/mongodb-org-6.0.repo touch /etc/yum 阅读全文
posted @ 2024-04-20 09:04 Dreamsrj