Skip to content

javascript로 개발시 nosql DB를 쓰는 이유와 장점이 궁금합니다. #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
seongu99 opened this issue Jan 16, 2018 · 1 comment

Comments

@seongu99
Copy link

seongu99 commented Jan 16, 2018

자바스크립트로 풀스택 개발하고 있습니다.

그 과정에서 인터넷상의 글들을 참고하며 mongoDB를 이용하고 있습니다.(mongoose로 schema설정해서요.)

schema가 없는 nosql임에도 schema를 설정해서 데이터를 삽입하고 조회하며 제가 느낀 RDB와의 차이점

1)join과 같은 복잡한 쿼리문을 쓰지않아도 된다. 그래서 편하다?라는 것과
2)schema 설정하면서 type같은 것을 지정해주므로 잘못된 데이터가 들어갈 오류를 어느정도? 줄일 수 있다 정도입니다.

인터넷 자료를 참고하며 개발하면서도 왜 이걸 쓰는지 생각을 곱씹으며 개발하다보니 질문드리게 되었습니다.

조력자님의 의견? 또는 조언 부탁드려요!

@azaraks
Copy link

azaraks commented Jan 16, 2018

개발자와 DBA 둘을 자르고 개발자 한명을 고용할 수 있는 장점이 있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants