-
復制集配置詳解查看全部
-
復制集很重要查看全部
-
--httpinterface:開啟端口號+1000.的頁面監控頁面查看全部
-
目錄結構。bin conf data查看全部
-
>rs.initiate(config) >rs.isMaster() >rs.status()查看全部
-
>ps -ef | grep mongo #data { imooc.0 imooc.ns journal local.0 local.1 local.ns mongod.lock } #arbiter { journal local.0 local.ns mongod.lock} >rs.status() #"stateStr" :"ARBITER"查看全部
-
數據節點{主Primary,從Secondary}{ 實體數據 *.ns *.0} 投票節點 {Arbiter}查看全部
-
>show dbs #local 0.078GB==79MB >show tables #me&stattup_log&system.indexs&system.replset local.0 64MB local.ns 16MB查看全部
-
A capped collection[封頂表] that stores an ordered history of logical writes to a MongoDB database. The oplog is the basic mechanism[機制] enabling replication in MongoDB.查看全部
-
mongod --auth #增加驗證,提供安全性查看全部
-
mongod --help mongod --config path # [配置文件] mongod --port #默認端口不安全 db.runCommand("shutdownServer") #127.0.0.1 kill -2 pid kill -9 暴力查看全部
-
【數據冗余,高可用】來提高數據的可靠性和安全性 【自動容災】故障切換查看全部
-
復制集參數配置查看全部
-
db.runCommand("shutdownServer")查看全部
-
延遲節點:<br> 要滿足三個條件: priority=0 hidden=1 slaveDelay=260查看全部
舉報
0/150
提交
取消