Skip to content

Real MySQL의 핵심 내용을 읽고 정리한 스터디 입니다.

Notifications You must be signed in to change notification settings

m3252/db-realmysql-study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-realmysql-study

스터디 소개

Real MySQL의 핵심 내용을 읽고 정리한 스터디 입니다.
 * 참여자: m3252,SujungRim,YunNote,GuenhoHong
 * 기간: 2021.09.12 ~

인덱스

8.1 디스크 읽기 방식
- 8.1.1 하드 디스크 드라이버(HDD)와 솔리드 스테이트 드라이버(SSD)
- 8.1.2 랜덤 I/O와 순차 I/O
- Summary :
8.2 인덱스란?
- Summary :
8.3 B-Tree 인덱스
- 8.3.1 구조 및 특성
- 8.3.2 B-Tree 인덱스 키 추가 및 삭제
- 8.3.3 B-Tree 인덱스 사용에 영향을 미치는 순서
- 8.3.4 B-Tree 인덱스를 통한 데이터 읽기
- 8.3.5 다중 컬럼(Multi-column 인덱스)
- 8.3.6 B-Tree 인덱스의 정렬 및 스캔 방향
- 8.3.7 B-Tree 인덱스의 가용성과 효율성
- Summary :
8.4 R-Tree 인덱스
- 8.4.1 구조 및 특성
- 8.4.2 R-Tree 인덱스의 용도
- Summary :

About

Real MySQL의 핵심 내용을 읽고 정리한 스터디 입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published