Skip to content

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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
Query Cache는  MySQL에서 4.0.1 부터 지원 함

간단히 쿼리 결과에 대해 캐슁을 하여 속도 향상을 시행함

*/etc/my.cnf 적용 예 *

vi /etc/my.cnf

# 쿼리 캐싱 제한 메모리
set variable = query_cache_limit=10M

# 쿼리 캐싱 메모리 사이즈
set variable = query_cache_size=30M

# Query Cache 사용 타입
# 0 : 사용 안함 
# 1 : 모든 쿼리에 대해 캐싱하고
#     select문에서 seelct sql_no_cache를 쓰면 사용 안함
# 2 : 쿼리 캐쉬 선택 함 
#     slq 사용 예 : select sql_cache count(*) from board;

set variable = query_cache_type=1
 

  1. 서버에서 mysql euckr과 utf8 같이 사용하기

    Date2010.05.03 ByADMINPLAY Views12801
    Read More
  2. latin1 로 저장된 db 를 euckr 또는 utf8로 변환하는 방법

    Date2010.05.28 ByADMINPLAY Views16544
    Read More
  3. [MySQL] OPTIMIZE, TRUNCATE, 테이블복구, DB공간제한

    Date2010.05.29 Byl2zeo Views16491
    Read More
  4. MySQL errno 의미 확인

    Date2010.05.29 Byl2zeo Views16594
    Read More
  5. MySQL 오류 테이블 복원

    Date2010.05.29 Byl2zeo Views17269
    Read More
  6. mysql old_password 문제

    Date2010.06.19 ByADMINPLAY Views18453
    Read More
  7. libmysqlclient.so.15: cannot open shared object file: No such file or directory

    Date2010.07.07 ByADMINPLAY Views22845
    Read More
  8. ../depcomp: line 571: exec: g++: not found

    Date2010.11.26 ByADMINPLAY Views19501
    Read More
  9. MySQL의 호스트 블럭킹 & max_connect_errors

    Date2011.03.09 ByADMINPLAY Views17775
    Read More
  10. MySQL에서 Query Cache 사용하기

    Date2011.03.18 ByADMINPLAY Views15862
    Read More
  11. FULLTEXT 인덱스와 서치

    Date2011.04.09 ByADMINPLAY Views17440
    Read More
  12. Mysql - Query Cache

    Date2011.04.09 ByADMINPLAY Views18387
    Read More
  13. MySQL 튜닝 query cache 설정

    Date2011.04.09 ByADMINPLAY Views19339
    Read More
  14. [MySQL 5.1.4] /bin/rm: cannot remove `libtoolT': No such file or directory

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

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

    Date2012.01.16 ByADMINPLAY Views15930
    Read More
  17. mysql - copying to tmp table

    Date2012.01.16 ByADMINPLAY Views18094
    Read More
  18. MySQL 튜닝 값을 탐지해주는 유용한 툴

    Date2012.02.23 ByADMINPLAY Views22356
    Read More
  19. mysql 다중 서버 관리

    Date2012.12.17 ByADMINPLAY Views17273
    Read More
  20. innodb recovery

    Date2013.01.21 Byl2zeo Views11132
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234