Hi,
Our Infrastructure has an InnoDB ClusterSet with two InnoDB clusters. Our ClusterSet has total 10 dedicated servers with 128GB Memory and 40/64 core CPU.
What should I do about it ?
Thanks!
my.cnf
# Tuning Mysql
skip-external-locking
# skip-name-resolve = ON
key_buffer_size = 128M
max_allowed_packet = 64M
max_connections = 7500
back_log = 4096
open_files_limit = 65535
innodb_open_files = 20240
max_connect_errors = 3072
table_open_cache = 4096
table_definition_cache = 4096
innodb_dedicated_server = ON
innodb_buffer_pool_instances = 64
innodb_read_io_threads = 32
innodb_write_io_threads = 32
innodb_thread_concurrency = 0
innodb_flush_log_at_trx_commit = 0
performance_schema = ON
innodb-file-per-table = 1
innodb_io_capacity=20000
innodb_table_locks = 0
innodb_lock_wait_timeout = 0
innodb_deadlock_detect = 0
innodb_rollback_on_timeout=1
innodb_flush_log_at_trx_commit=1
join_buffer_size = 5500144000
read_rnd_buffer_size = 5500144000
sort_buffer_size = 5500144000
sql-mode=""
transaction_isolation="READ-COMMITTED"
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
#
## Disable other storage engines
##
disabled_storage_engines="MyISAM,BLACKHOLE,FEDERATED,ARCHIVE,MEMORY"
server_id = XXX
bind-address = 0.0.0.0
gtid_mode = ON
enforce_gtid_consistency = ON
binlog_checksum = NONE # Not needed from 8.0.21
master_info_repository = TABLE
relay_log_info_repository = TABLE
log_slave_updates = ON
log_bin = /mnt/HDD2/mysql/mysql-bin.log
log_bin_index = /mnt/HDD2/mysql/mysql-bin.log.index
relay_log = /mnt/HDD2/mysql/mysql-relay-bin
relay_log_index = /mnt/HDD2/mysql/mysql-relay-bin.index
expire_logs_days = 7
max_binlog_size = 400M
log_replica_updates = 1
auto-increment-increment = 2
auto-increment-offset = 1
binlog_format = ROW
transaction_write_set_extraction = XXHASH64
log-slave-updates = 1
binlog-transaction-dependency-tracking = WRITESET