MariaDB 설정이 잘못 되었나요?

익명 사용자의 이미지

안녕하세요?

동시접속자수 약 100명 정도 글 리젠이 엄청 빠릅니다

서버는 16코어에 32기가램 이구요

[mysqld]
port=30000
symbolic-links=0
skip-name-resolve
skip-external-locking
performance_schema=ON

max_connection=1000
max_allowed_packet=512M
tmp_table_size=512M
max_heap_table_size=512M

innodb_buffer_pool_size=20G
innodb_log_file_size=256M
innodb_log_buffer_size=128M
innodb_file_per_table=1
innodb_open_files=1000
innodb_flush_log_at_trx_commit=0
innodb_flush_method=O_DIRECT
innodb_stats_on_metadata=0
innodb_io_capacity=30000

join_buffer_size=3M

table_definition_cache=5000
table_open_cache=30000

query_cache_limit=1024M
query_cache_size=5G
query_cache_type=ON
binlog_cache_size=512M

[slow_query_setting]
slow_query_log=ON
slow_query_log_file=/var/log/mariadb/slow_query.log
long_query_time=3

이렇게 설정을 해둔 상태고 mariadb 점유율이 200~500%를 한번씩 튑니다
slow_query는 안보이는 상황이구요 ..

우선적으로 mariadb 설정이 잘 되었는지 한번 체크좀 부탁드립니다