Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
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
more
Archives
Today
Total
관리 메뉴

리액트 정리

[DB] NoSQL - MongoDB(몽고디비) 특징 정리 본문

Uncategorized

[DB] NoSQL - MongoDB(몽고디비) 특징 정리

버그킴 2020. 2. 14. 11:38

링크 ㄱ 

 

https://commin.tistory.com/78

 

[MongoDB]몽고DB - 1 : 소개 및 용어 정리

By Commin .September 27, 2016 몽고DB - 1 : 소개 및 용어 정리 간단한 소개 MongoDB 는 무료 오픈 소스 플랫폼 문서 지향 데이터 베이스(Cross-Platform Document-Oriented)입니다. NoSQL의 일종으로 확장성이..

commin.tistory.com

 

https://nicewoong.github.io/development/2018/02/10/mongodb-feature/

 

MongoDB(몽고디비) 특징 정리 - nicewoong

MongoDB 기본 특징 몽고디비(MongoDB)가 가지는 기본적인 특징에 대해서 알아봅시다… 데이터 모델 DB -Database는 Collection들의 물리적인 컨테이너. 각 Database는 파일시스템에 여러파일들로 저장됩니다. Collection (Table) - MongoDB Document의 그룹 Document (Record) Key : Value (Field) (참고) Mongodb : db > collection > document > k

nicewoong.github.io