웹마스터 팁

그동안 저가 운영하는 여러 웹( www.kg55.net  www.kb34.net )의 데이터베이스가 너무 커져서 퀘리하는 데 너무 시간이 많이 걸려 share hosting은 안된다고 해서 돈 더 주고 vps 계정으로 옮겼으나 여전 퀘리시에 데이터 베이스 (MySql)가 hangup 되어(서버쪽의 메로리가 다해서? 축나서?)  recycle이 안되어 다름 사람들이 로그인 못하는 상태가 자주 일어 나더라고요.  


그래서 여러번 호스팅 전문가들에게 도움을 청했더니 아래와 같은 글을 보내왔습니다.

솔직히 저는 그가 하는 말들이 영어는 다 이해했지만 콤퓨터내용이 무슨 말인줄 이해를 못해 "그저 당신들에게모든 것 맡기니 잘해주시요" 하고 말았습니다.


맨 밑쪽에 가면 제로 보드 프로그램머들에게 그들이 제안하고 픈 말이 있으니 읽어 보시고 참고하세요.


I'm happy to help. We have finished the slow query logging, and I have copied the log to /home/kg55ne6/slowqueries.2. I have run the MySQL tuner utility, which has suggested the following changes:
 
General recommendations:
    Run OPTIMIZE TABLE to defragment tables for better performance
    When making adjustments, make tmp_table_size/max_heap_table_size equal
    Reduce your SELECT DISTINCT queries without LIMIT clauses
    Increase table_cache gradually to avoid file descriptor limits
 
Variables to adjust:
    tmp_table_size (> 32M)
    max_heap_table_size (> 32M)
    table_cache (> 128)
 
Additionally, you asked us to compare this with the settings your other VPS had. First, I did notice that there were still OOM (or "Out Of Memory") kills happening on MySQL on the other server, though it doesn't appear to be as frequent. Running MySQL tuner on the other VPS gave the following recommendations:
 
General recommendations:
    Run OPTIMIZE TABLE to defragment tables for better performance
    MySQL started within last 24 hours - recommendations may be inaccurate
    Set thread_cache_size to 4 as a starting value
    Increase table_cache gradually to avoid file descriptor limits
Variables to adjust:
    thread_cache_size (start at 4)
    table_cache (> 64)
 
Additionally, here are the two configuration files, as requested:
 
CT-12146-bash-4.1# cat /etc/my.cnf
[mysqld]
max_connections = 100
max_user_connections = 75
query_cache_size = 32M
skip-external-locking
key_buffer_size = 32M
max_allowed_packet = 8M
table_open_cache = 128
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 16M
innodb_file_per_table
tmp_table_size = 32M
max_heap_table_size = 32M
thread_cache_size = 4
 
# This setting ensures that aio limits are not exceeded
# (default is 65536, each instance of mysql takes 2661 with this enabled)
innodb_use_native_aio = 0
open_files_limit=4004
log-slow-queries = /var/log/slowqueries
long_query_time = 3
 
 
Other VPS:
 
[mysqld]
safe-show-database
max_connections=150
max_user_connections=30
query_cache_size=32M
key_buffer_size=256M
open_files_limit=7326
log-slow-queries = /var/log/slowqueries
long_query_time = 3
 
One glaring difference I noticed was your PHP handler; the server with fewer out of memory kills was using DSO and mod_ruid2, compared with vps12146 which is using SuPHP. If you'd like we can switch the PHP handler to DSO on vps12146, although the issue of the slow MySQL queries will still need to be solved.
 
Finally, just looking through the slow query logs, there seem to be a much larger number of rows to analyze on the server with more frequent kills, as well as much larger queries in general. This is a query that was flagged as being slow on vps12146:
 
# Time: 140609  4:08:00
# User@Host: kg55ne6_kg55er[kg55ne6_kg55er] @ localhost [127.0.0.1]
# Query_time: 6.448442  Lock_time: 0.000093 Rows_sent: 5  Rows_examined: 14294
SET timestamp=1402312080;
SELECT `documents`.*  FROM `xe_documents` as `documents` , `xe_modules` as `modules`   WHERE ( `modules`.`module` = 'board' and `modules`.`module_srl` in (178440,178443,178446,85913,140038,139898,548,66172,173113,181546,233243,139520,140039,178561,190341,141432) and `documents`.`module_srl` = `modules`.`module_srl` ) and `documents`.`list_order` <= 2100000000    ORDER BY `documents`.`list_order` asc  LIMIT 5;
 
 
While here is a query from the one that is running smoother:
 
# User@Host: youshi5_kb34mgr[youshi5_kb34mgr] @ localhost []
# Query_time: 5.880789  Lock_time: 0.000083 Rows_sent: 1  Rows_examined: 2759
SET timestamp=1402298176;
SELECT count(`document_srl`) as `count`  FROM `xe_documents` as `documents`   WHERE `module_srl` in (63) and `status` in ('SECRET','PUBLIC') and ( `list_order` <= -66254 );
 
Notice that the number of rows examined is much lower, and the amount of logic in the SQL statement itself appears to be much smaller. Both of these could be contributing greatly towards causing MySQL to crash. If you'd like for us to make any changes to the MySQL configuration file, or change the PHP handler to DSO, we can certainly do so for you; however, as far as the queries themselves go, I would recommend having a developer check over those and see what can be done to optimize those. Please let us know if you have any other questions, or if there's anything else that we can assist you with.
 

Please let us know if you have any further questions; we are more than happy to help.

Inmotionhosting.com support team.
제목 글쓴이 날짜
XE 업데이트 방법 - 제1편 (0.x.x / 1.0.x / 1.1.x / 1.2.x 에서 1.2.4 버전으로 업그레이드) [38] file Gekkou 2009.11.19
XE를 앱으로, 티타늄 및 폰갭(Cordova) 사용기 [1] AJKJ 2014.08.28
익명게시판에서 관리자가 글 수정시 글의 권한이 넘어가지 않도록 하기. [5] 소시덕분에힘받아요 2014.06.11
홈페이지 제작 시, 개인정보관련/회원가입약관 처리에 대해서 [1] 양파F 2014.08.23
관리자 게시판 목록에서 브라우저 제목 클릭시 새창으로 뜨도록 수정 [2] sejin7940 2014.08.26
관리자페이지의 '서버정보출력'에 '절대경로' 가 출력되게 하는 방법 [3] sejin7940 2014.08.26
XE 알림센터 Lite 사용시에 쪽지나 호출에 대해서만 알림음을 적용하기 [17] SeungXE 2014.07.06
사용자 정의를 활용하여 폼 형식으로 개발하는 무식한 방법(2) [5] Reminisce 2014.08.22
사용자 정의를 활용하여 폼 형식으로 개발하는 무식한 방법(1) [6] Reminisce 2014.08.22
CafeXE (homepage 모듈) 메뉴노출 권한오류 수정안. Xiso 2014.08.22
사이트 디자인 설정에서 레이아웃 저장이 안될시 고치는 방법 [1] LoteM대한천자 2014.07.28
스케치북 게시판 메뉴얼 [1] socialskyo 2014.08.21
jquery 이미지 이펙트 플러그인 Ansi™ 2014.08.19
게시판의 관리자가 최고관리자의 글을 지울 수 없도록 하기 [1] file BJ람보 2014.08.18
이거 어디다 올려야 될 지 몰라 여기다 올립니다. 프로그래머님들 읽어보세요. [2] 유샤인 2014.06.10
외부 페이지 작업시 페이징 작업 함수 Happyphp 2014.08.12
관리자설정-> 관리자 메뉴설정 에서 삭제가 안 되는 현상 수정하는 방법 [1] sejin7940 2014.08.11
F12개발자도구를 열었을때 IE버젼이 낮게 나온다면 pezex 2014.08.11
글읽기 권한 없을때 회원가입창으로 유도하는 방법 (XE1.5수정) [10] sejin7940 2011.08.23
룰셋을 폼 필터처럼 Ajax로 사용하기 Lansi 2014.08.08