codestates / codestates/ds-TIL

[TIL] day54 오세광 201119

Open
#976 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

# 키워드: SQL/NoSQL,database scalability, 데이터 베이스 디자인

# (Act)What you actually did.
1. Data base scalability 차이를 배웠다.
2. 상황별로 sql/nosql이 필요한 상황을 정리했다.
3. 데이터 베이스 디자인을 어떻게 하고, 각 테이블의 칼럼간의 관계를 어떻게 나타내는지 이해했다.

# (Evaluate)How you evaluate your action's outcome vs. the initial goal(plan).
1. Sql/nosql 각각의 database scalability는 서로 다르게 관리하고, sql은 메모리칩을 늘리고, nosql은 cluster형태로 데이터를 관리하면서 서로가 가진 차리를 배웠다.
2. Sql은 복잡한 쿼리, 급격하게 변화가 성장이 없는 상황에서 사용학, nosql은 급격하게 성장하고, 환경에 변화가 필요할 때 주로 썼다.
3. 각각의 데이터 중, jointable로 따로 만들 데이터를 골라서, 그 TABLE간의 관계를 1:1, 1:n, n:n 관계로 나타내 보았다.

# (Reflect)
How you worked throughout the stages plan-research-act-observe-evaluate.
What did you do well, what can you improve upon.
How can you improve your process?

1. Sql 자체에 문법에 익숙해 지는 것
2. 파이썬 코드와 데이터 베이스와의 연결 하는 것
3. 전체 맥락에서 코딩과 데이터 베이스와의 연결에서 어느 상황에서 필요한지 정리하는 것!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.