PROGRAMMING

공부할 때 봤었던 사이트 목록 (10) 본문

OS/기타 참고

공부할 때 봤었던 사이트 목록 (10)

Raccoon2125 2020. 11. 1. 03:26

# Keyword: MongoDB, shard cluster, sharding, hash, query #

1. MongoDB https://pro-self-studier.tistory.com/56?category=663470

 

0. MongoDB 소개, 설치 및 실행

안녕하세요, 프로독학러 입니다. 이 카테고리에는 MongoDB 에 대한 글을 포스팅하도록 하겠습니다. 그럼 제일 먼저 MongoDB 에 대해서 알아보도록 하겠습니다. Introduce 1) MongoDB? MongoDB는 대표적인 NoSQL

pro-self-studier.tistory.com

https://kpage.tistory.com/134

 

CentOS8 + MongoDB

다음에서 퍼옴 phoenixnap.com/kb/install-mongodb-on-centos-8 How to Install MongoDB on CentOS 8 {3 Easy Steps} Install MongoDB database application on CentOS 8. Follow the MongoDB installation & conf..

kpage.tistory.com

https://m.blog.naver.com/PostView.nhn?blogId=oidoman&logNo=221238334996&proxyReferer=https:%2F%2Fwww.google.com%2F

 

MongoDB - 보안

https://docs.mongodb.com/manual/security/ MongoDB는 여러분의 MongoDB 배치의 안전을 위해 인증, ...

blog.naver.com

docs.mongodb.com

 

2. shard cluster https://docs.mongodb.com/manual/core/sharded-cluster-components/

 

Sharded Cluster Components — MongoDB Manual

Sharding > Sharded Cluster Components Sharded Cluster Components A MongoDB sharded cluster consists of the following components: shard: Each shard contains a subset of the sharded data. As of MongoDB 3.6, shards must be deployed as a replica set. mongos: T

docs.mongodb.com

3. sharding https://nesoy.github.io/articles/2018-05/Database-Shard

 

Database의 샤딩(Sharding)이란?

 

nesoy.github.io

4. hash https://siyoon210.tistory.com/85

 

해시(Hash)란 무엇인가?

해시 (Hash) 해시란 데이터를 다루는 기법 중에 하나로 검색과 저장이 아주 빠르게 진행됩니다! 아주 빠르게 진행될 수 있는 이유는 데이터를 검색할 때 사용할 key와 실제 데이터의 값이 (value가)

siyoon210.tistory.com

5. query https://sesok808.tistory.com/36

 

쿼리(Query)란?

쿼리(Query) 란?  쿼리란 데이터베이스에 정보를 요청하는 것이다.  쿼리는 웹 서버에 특정한 정보를 보여달라는 웹 클라이언트 요청(주로 문자열을 기반으로 한 요청이다)에 의한 처리이다.  쿼

sesok808.tistory.com

 

Comments