2025/01 5

[MySQL] Group Replication

# Linux version : 5.15.0-3.60.5.1.el9uek.aarch64# mysql version : 9.1.0-commercial  # 10.0.2.10 cluster1# 10.0.2.20 cluster2# 10.0.2.30 cluster3# cluster1,cluster2,cluster3에 mysql이 설치 및 실행되어있다고 가정하고 진행[root@localhost ~]# vi /etc/hosts10.0.2.10 cluster110.0.2.20 cluster210.0.2.30 cluster3[root@localhost ~]# mysql -ivh mysql-router-commercial-9.1.0-1.1.el9.aarch64.rpm mysql-shell-commercial-9.1.0-..

MySQL 2025.01.12

[MySQL] MySQL 성능 분석 프로시저

// 인자로 주어진 쿼리 다이제스트에 대해 Performance 스키마에서 수집된 정보의 통계 데이터를 얻고 싶은 쿼리 다이제스트 값을 입력한다.sys.ps_trace_statement_digest MySQL :: MySQL 8.4 Reference Manual :: 30.4.4.22 The ps_trace_statement_digest() Procedure30.4.4.22 The ps_trace_statement_digest() Procedure Traces all Performance Schema instrumentation for a specific statement digest. If you find a statement of interest within the Performance Schema ..

MySQL 2025.01.12