Programing Language/Database
-
MongoDB) ObjectId에 대해서Programing Language/Database 2021. 4. 19. 00:38
- 9월 03, 2014 지난번에 shard key를 설명한 글을 썼을 때 댓글로 ObjectId에 관한 얘기가 나왔었다. 그래서 sharding과 큰 연관은 없지만, 이번 기회에 ObjectId에 관해서 먼저 설명하고 가는 게 좋을 것 같아서 sharding에 관한 것은 뒤로 미루고 이번에는 ObjectId에 대해 먼저 설명하고 가도록 하겠다. ObjectId란 무엇인가 ObjectId는 같은 document 내에서 유일함이 보장되는 12 byte binary data다. 전통적인 centralized 되어 있는 시스템이라면 한 collection 내에서 유일함을 보장하는 것을 쉽게 할 수 있다. 하지만 sharding을 하는 MongoDB에서 유일함을 보장하는 것은 기존과는 다른 솔루션이 필요하다. ..
-
-
-
MongoDB) 4.x버전대 계정만들기Programing Language/Database 2021. 4. 18. 20:12
참고자료 rastalion.me/mongodb-4-2-admin-%EA%B3%84%EC%A0%95-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0/ MongoDB 4.2 admin 계정 설정하기 - RastaLion's IT Blog MongoDB admin 4.2 계정 설정하기 MongoDB 아틀라스 배포가 아닌, Linux서버에 직접 패키지를 올려 설치하게 되면, Authentication이 없습니다. 저 역시 CentOS7에 커뮤니티를 올려서 사용하고 있어서, 처음에 rastalion.me
-
MongoDB) 몽고DB(MongoDB) 설치 [참고자료]Programing Language/Database 2021. 4. 18. 19:33
docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ Install MongoDB Community Edition on Ubuntu — MongoDB Manual Install MongoDB > Install MongoDB Community Edition > Install MongoDB Community Edition on Linux MongoDB AtlasMongoDB Atlas is a hosted MongoDB service option in the cloud which requires no installation overhead and offers a free tier to get started.Use th docs.mongodb.com