설정을 조정해보았지만 도통 알수가 없네요.

XE의 어떤부분이 문제를 일으키는 것인지,

초보인 저로서는 알길이 없네요.

 

my.ini 수정을 짬짬이 해보지만 개선책이 안보이네요.

 

 

 

Created tmp disk tables문서 28.8 k 구문을 실행하는 동안 서버가 디스크에 임시로 생성한 테이블 수. 만약 Created_tmp_disk_tables 값이 크면, tmp_table_size 값을 늘려서 임시 테이블을 디스크에 생성하지 않고 메모리에 생성하도록 할 수 있습니다.
Handler read rnd문서 5.1 M The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don't use keys properly.
Handler read rnd next문서 12.2 M The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.
Innodb buffer pool pages dirty문서 72 디스크에 저장이 필요한 페이지 수.
Innodb buffer pool reads문서 150.2 k The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.
Opened tables문서 4.3 k 열린 테이블 수. 열린 테이블이 많다면, 테이블 캐시값이 작은 경우일 수 있습니다.
Select full join문서 24 인덱스를 사용하지 않은 조인의 수. 이 값이 0이 아니라면 테이블의 인덱스들을 주의 깊게 체크하세요.
Slow queries문서 6 The number of queries that have taken more than long_query_time seconds.문서

 

 

 

1.png

 

 

2.png

 

 

3.png

 

 

 

 

  • profile
    서버 환경이 어떻게 되시는지는 모르겠지만..
    저는 리눅스 환경에서 mysqltuner 을 이용하여 최적화 하고 있습니다.
  • profile ?
    윈도우
    AUTOSET9 버전 깔아서 씁니다. ㅎ
  • ? profile

    엌.. 오토셋에서 mysql 최적화는 ㅠㅠ 모르곘습니다. 엉엉

    그럴땐 수동으로 각각의 값들 보고 바꿔줬던걸로 기억하고있습니다.