연습문제
Replication Lag for Exercises
rs1:PRIMARY> rs.conf().members
[
{
"_id" : 0,
"host" : "127.0.0.1:30000",
"arbiterOnly" : false,
"buildIndexes" : true,
"hidden" : false,
"priority" : 1,
"tags" : {
},
"slaveDelay" : NumberLong(0),
"votes" : 1
},
...Exercise 1 : Journaling
Exercise 2 : Write Concern
Exercise 3: Read Concern
Last updated
Was this helpful?