데이터베이스_정규화 database_normalization
Relational DB 설계에서, 중복이 최소화되도록 data를 구조화하는 process.
데이터베이스,database에서, each logical data item이, in only one place in the database에 있게 하는 것. 즉 consistency를 확보하고 여유도,redundancy를 줄임.
(Elmasri p18)
(Elmasri p18)
정규화를 하려면 속성attribute들간의 관련성을 파악해야 하는데, 이것을 함수적종속성functional_dependency이라고 한다.
함수적종속성을 이용해서 연관성이 있는 속성들을 분류하고, 각 릴레이션relation들에서 이상현상이 생기지 않도록 하는 것이 정규화.
함수적종속성을 이용해서 연관성이 있는 속성들을 분류하고, 각 릴레이션relation들에서 이상현상이 생기지 않도록 하는 것이 정규화.
1NF ⊃ 2NF ⊃ 3NF ⊃ BCNF
임시 읽을것들 Links ko ¶
1NF https://jhnyang.tistory.com/357
2NF https://jhnyang.tistory.com/358
3NF https://jhnyang.tistory.com/360
https://dotheright.tistory.com/107 의 3.
https://nirsa.tistory.com/107
정규화
= http://wiki.hash.kr/index.php/정규화
2NF https://jhnyang.tistory.com/358
3NF https://jhnyang.tistory.com/360
https://dotheright.tistory.com/107 의 3.
https://nirsa.tistory.com/107
정규화
= http://wiki.hash.kr/index.php/정규화
DB에선 (에서만?) (정규화의 반대인?) denormalization 이 있다 /// del ok
{
https://everything2.com/title/denormalization
역정규화
= http://wiki.hash.kr/index.php/역정규화
}
{
https://everything2.com/title/denormalization
역정규화
= http://wiki.hash.kr/index.php/역정규화
}
Twins:
https://itwiki.kr/w/데이터베이스_정규화
https://everything2.com/title/Normalization
https://foldoc.org/database normalisation
https://itwiki.kr/w/데이터베이스_정규화
https://everything2.com/title/Normalization
https://foldoc.org/database normalisation
밀접 : 정규형normal_form
Up: database and 정규화,normalization(일반적인 정규화. 정규화,normalization(아직페이지없음))
{
NLP에서 정규화
http://mlwiki.org/index.php/Text_Normalization
}
{
NLP에서 정규화
http://mlwiki.org/index.php/Text_Normalization
}
TBD
데이터정규화,data_normalization page 분리??
deduplication{opp 중복,duplication{Rel 복사,copy} // duplication } // deduplication 과 밀접하고 같진 않은데 구체적으로 어떤 관련인지 tbw
데이터정규화,data_normalization page 분리??
deduplication{opp 중복,duplication{Rel 복사,copy} // duplication } // deduplication 과 밀접하고 같진 않은데 구체적으로 어떤 관련인지 tbw