Real Mysql 8.0 참고 모든엔진은 performance_schema 엔진 사용 디스크에 테이블의 구조만 저정하며 모든 데이터 메모리에 저장함 바이너리 로그에 기록되지 않아서 레플리카 서버로 복제되지 않음 사용설정 데이터 수집 및 저장 설정 setup_actors 수집할 유저(host, user) 설정 setup_objects 수집할 스키마, 테이블, 트리거 설정 setup_consumers 이벤트 종류별 설정 setup_threads 수집할 스레드 설정 setup_instruments 이벤트 타입 Connection 관련 accounts : 유저(user,host)별 커넥션 host: host별 커넥션 user: user별 커넥션 Variable 관련 global_variables : show variable 동일 global_status : show status 동일 vari