MySQL

DaewoongJeon·2021년 6월 9일
0

Web

목록 보기
2/6

MySQL을 파헤쳐 보겠습니다.

1. MySQL Architecture

  • MySQL 아키텍처는 크게 client와 server로 나뉩니다.
  • client는 MySQL 서버와 연결되는 장치나 시스템입니다.
  • server는 client에게 전송받은 쿼리를 처리하는 부분인데, 본 글에서는 server에 대해 직접적으로 알아볼 것입니다.

A. MySQL 연결설정 과정

B. 쿼리 수행 과정

참고

  1. https://mongyang.tistory.com/75
  2. https://lng1982.tistory.com/144
  3. https://junghn.tistory.com/entry/DB-클러스터-인덱스와-넌클러스터-인덱스-개념-총정리
  4. https://mozi.tistory.com/320

0개의 댓글