본문 바로가기
728x90

MongoDB5

M220P: MongoDB for Python Developers Chapter 0: Introduction and Setup MongoDB URI Given the following MongoDB URI: mongodb+srv://brigitte:bardot@xyz-1234.srv.net/admin which of the following statements is true ? - The password used to authenticate is bardot Chapter 0: Introduction and Setup Setting Up Atlas mongorestore --gzip --archive=sampledata.archive.gz https://www.mongodb.com/docs/database-tools/mongorestore/ mongorestore — .. 2022. 6. 19.
M121 The MongoDB Aggregation Framework Chapter 0: Introduction and Aggregation Concepts Introduction to the MongoDB Aggregation Framework Chapter 0: Introduction and Aggregation Concepts Atlas Requirement mongo "mongodb://cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/aggregations?replicaSet=Cluster0-shard-0" --authenticationDatabase admin --ssl -.. 2022. 6. 18.
M201 MongoDB Performance Chapter 1: Introduction Introduction to MongoDB Performance Which of the following statements is/are true? -> Indexes will be a major topic covered in this course. Chapter 1: Introduction Hardware Considerations & Configurations Part 1 Chapter 1: Introduction Hardware Considerations & Configurations Part 2 Regarding the performance implications, which of the following statements are correct? - D.. 2022. 6. 11.
M103 mongod mongos Options chmod 400 chmod 400 /var/mongodb/pki/m103-keyfile chown [new owner]:[group] sudo chown myuser:myuser /var/mongodb_directory mkdir [modifiers] mkdir -p /db/mongodb_data/ sudo mkdir -p /var/data rm [options] [directory|file] rm -rf ls ls -la cd cat rm ps -ef | grep mongo ps -ef | grep mongod ps -ef | grep mongos kill kill 13029 killall mongod https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Stan.. 2022. 6. 4.
free data explore mongodb with vscode and php ReplicaSet 구성 및 노드 샤딩 MongoRouter config 서버 Arbiter ShardKey 설정 Shard Node 추가 및 제거 커넥션관리를 위한 WriteConcern의 w, jounal, ReadPreference 의 RP_PRIMARY, RP_SECONDARY, RP_PRIMARY_PREFERRE, RP_SECONDARY_PREFERRE, RP_NEAREST 옵션 aggregate 로 데이터 집계 explain 을 통한 Query Plan, Index 걸기 https://www.mongodb.com/docs/manual/ What is MongoDB? — MongoDB Manual www.mongodb.com 1. https://www.mongodb.com/cloud -> Try.. 2022. 5. 30.
728x90