Mysql / maria DB 관련하여 모니터링 시 주요 확인해야 할 지표 Select Table Lock Sort Temp Table & Temp file Threds Replication Handler Connections Qps * Select 쿼리 관련 모니터링 show status where variable_name like ‘select% Variable Name Comment Select_full_join 다중 테이블 조인 시 후행 테이블에서 전체 테이블 스캔이 발생한 횟수 Select_full_range_join 다중 테이블 조인시 제한된 범위내에서 JOIN키 값을 비교한 횟수 Select_range SELECT쿼리의 범위 조건에 만족하는 레코드를 찾기 위해 제한된 범위를 디스크에서 읽은 ..