반응형
mongo
-
[MongoDB] Create a Shareded Cluster in MongoDBprogramming 2019. 3. 13. 19:00
Requirement에 고정된 key에 따라 데이터가 지속적으로 확장되는 프로젝트가 있었다.key를 기준으로 sharding이 되고 가져올때 빠르게 가져오고 관리적 측면이 편해야 했는데 이를 모두 충족시켜주는건 MongoDB Cluster라 생각되어 시스템을 구축하게 되었다.생각보다 많은 자료가 있어서 초반 기념잡은 이후에 진행은 어렵지 않았다. reference:1. http://www.sunzhongkui.me/deploy-mongodb-sharded-replica-set-cluster/ 2. http://rocksea.tistory.com/290 3. http://rocksea.tistory.com/13 server 1mongod –dbpath /user-history/hostname –port 1..
반응형