일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- data science
- WebGL
- Deep learning
- 빅 데이터
- probability
- 확률
- c++
- openCV
- Artificial Intelligence
- Machine Learning
- 딥러닝
- MongoDB
- 데이터 과학
- 우리들교회
- 인공지능
- 빅데이터
- Statistics
- node.js
- 통계
- 빅 데이타
- 몽고디비
- Big Data
- 김양재 목사
- No SQL
- 김양재
- 김양재 목사님
- nodeJS
- 빅데이타
- R
- 주일설교
Archives
- Today
- Total
목록데이터복제 (1)
Scientific Computing & Data Science
[MongoDB] Replication / Oplog
by Geol Choi | April 6, 2014oplog(operation log)는 마스터 노드에 요청되는 연산들이 로그로 기록되는 파일이며, local이라는 이름의 db 내의 oplog.rs(rs는 Replica Set의 이름)이라는 이름의 컬렉션 내에 저장된다. 예를 들어 oplog의 내용을 출력하면 다음과 같다:> show dbs local 4.279296875GB test 0.0625GB > use local switched to db local > db.getCollectionNames() [ "oplog.rs", "slaves", "startup_log", "system.indexes", "system.replset" ] > db.oplog.rs.find().pretty() { "ts" ..
Data Science/MongoDB
2014. 4. 6. 21:09