Exercises
Exercise 1
각각의 MongoDB instance에 연결하여 아래와 같이 수행했을 때 결과를 확인해본다.
Primary node에 연결하여
insert()
나머지 Secondary node에 연결하여
find()
@ Primary node
@ Secondary node
Last updated
각각의 MongoDB instance에 연결하여 아래와 같이 수행했을 때 결과를 확인해본다.
Primary node에 연결하여 insert()
나머지 Secondary node에 연결하여 find()
Last updated