Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Develop
- html
- rbenv
- Process
- commit
- Teamwork
- css
- workflow
- relative
- Merge
- git branch
- sourcetree
- Basic
- Box Model
- Reset
- git checkout
- crud
- Express
- root
- route
- Advanced
- Rebase
- fixed
- git
- linux
- Remote
- WEB
- React
- 소스트리
- Nodejs
Archives
- Today
- Total
목록DB (1)
Codesigner
[MongoDB] MongoDB Aggregation
MongoDB Aggregation은 여러 document들을 grouping하여 연산을 수행한 후 하나의 result를 반환하는 연산이다. MongoDB는 다음과 같은 세가지 방법의 Aggregation을 제공한다 1. Aggregation Pipeline 2. Map-Reduce function 3. single purpose aggregation method 처음부터 차근차근 살펴보도록 하자 Aggregation pipeline MongoDB의 Aggregation framework는 data processing pipeline에 기반하여 모델링 되었다. Linux의 | 연산처럼 파이프라이닝 한다고 이해하면 된다. document들이 여러 단계의 pipeline을 거쳐 하나의 aggregatione..
DB/MongoDB
2019. 3. 31. 21:26