Skip to content

조회 수 19335 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
query cache 설정을 하지 않았을때와 했을때는 엄청난 차이가 난다. 

본인이 직접 13만건데이터를 테스트 해본결과 cpu부하율은 80% 에서 0.2% 떨어졌고 검색 속도시간은 2.12초에서 0.00초로 단축됐다.. 

쿼리 내용은 
select count(*) from 테이블명 

이런퀄리를 계속 적으로 반복 됐지만 캐싱이 되지 않아 버벅 되는 모습을 보였다.. 

더욱이 innodb를 사용한다면 다음셋팅을 반드시 해주어야 한다 isam 방식에서는 별다른 차이를 못느꼈지만 innodb방식의 경우는 이 튜닝을 해주지 않고서는 5만건 이상되는 테이블을 서비스하기가 부담이 된다. 

#####----- query cache setting -----##### 
set-variable = query_cache_limit=1M 
set-variable = query_cache_size=2M 
set-variable = query_cache_type=1 

#####----- innodb setting -----##### 
# 주석을 제거 한후 셋팅 
innodb_data_home_dir = /usr/local/mysql/data 
innodb_data_file_path = ibdata1:1000M:autoextend 
innodb_buffer_pool_size = 16M 
 
 
TAG •

  1. MySQL 특정 테이블만 백업하기

    Date2014.01.06 ByADMINPLAY Views8762
    Read More
  2. InnoDB 에서 MyISAM 으로, 혹은 MyISAM 에서 InnoDB 로 DB 타입 변경 방법

    Date2013.11.08 ByADMINPLAY Views7836
    Read More
  3. mysql 5.5.x my.cnf 참고

    Date2013.09.24 ByADMINPLAY Views9330
    Read More
  4. [우분투] mysql, data 디렉토리 변경

    Date2013.09.24 ByADMINPLAY Views15191
    Read More
  5. MySQL 테이블명 대소문자 구분안하기

    Date2013.01.21 Byl2zeo Views10914
    Read More
  6. phpMyAdmin 에서 icon 과 text 중 icon 만 보이게 하기

    Date2013.01.21 Byl2zeo Views11852
    Read More
  7. innodb recovery

    Date2013.01.21 Byl2zeo Views11127
    Read More
  8. mysql 다중 서버 관리

    Date2012.12.17 ByADMINPLAY Views17269
    Read More
  9. MySQL 튜닝 값을 탐지해주는 유용한 툴

    Date2012.02.23 ByADMINPLAY Views22352
    Read More
  10. mysql - copying to tmp table

    Date2012.01.16 ByADMINPLAY Views18089
    Read More
  11. [데이터베이스] [DBMS-MYSQL] "SHOW PROCESSLIST"시 state 종류 및 설명

    Date2012.01.16 ByADMINPLAY Views15925
    Read More
  12. MYSQL 4.0 --> 5.1 마이그레이션

    Date2012.01.16 ByADMINPLAY Views17155
    Read More
  13. [MySQL 5.1.4] /bin/rm: cannot remove `libtoolT': No such file or directory

    Date2012.01.16 ByADMINPLAY Views18413
    Read More
  14. MySQL 튜닝 query cache 설정

    Date2011.04.09 ByADMINPLAY Views19335
    Read More
  15. Mysql - Query Cache

    Date2011.04.09 ByADMINPLAY Views18381
    Read More
  16. FULLTEXT 인덱스와 서치

    Date2011.04.09 ByADMINPLAY Views17435
    Read More
  17. MySQL에서 Query Cache 사용하기

    Date2011.03.18 ByADMINPLAY Views15857
    Read More
  18. MySQL의 호스트 블럭킹 & max_connect_errors

    Date2011.03.09 ByADMINPLAY Views17769
    Read More
  19. ../depcomp: line 571: exec: g++: not found

    Date2010.11.26 ByADMINPLAY Views19497
    Read More
  20. libmysqlclient.so.15: cannot open shared object file: No such file or directory

    Date2010.07.07 ByADMINPLAY Views22840
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234