• MySQL매뉴얼
    • MySQL 5.6 매뉴얼
    • MySQL 5.1 매뉴얼
    • MySQL 5.0 매뉴얼
    • MySQL HA 매뉴얼
  • 기술문서
    • Xtrabackup 구성
    • 메모리 사용량 모니터링
  • 라이선스
  • 온라인문의
  • 회사소개
  • → 목 록 (MySQL5.6 한글메뉴얼) [close]
  • 1. MySQL 5.6 새로운 기능
  • 2. MySQL 설치 및 업그레이드
  • 3. MySQL Tutorial
  • 4. MySQL 프로그램
  • 5. MySQL 서버관리
  • 6. 보안
  • 7. 백업 및 복구
  • 8. 최적화
  • 9. Language Structure(언어구조)
  • 10. Character Sets(Globalization)
  • 11. 데이터형(Data Types)
  • 12. 함수와 연산자
  • 13. SQL 문법
  • 14. InnoDB 스토리지 엔진
  • 15. 기타 스토리지 엔진
  • 16. 고가용성 및 확장성
  • 17. 리플리케이션
  • 18. MySQL Cluster
  • 19. 파티셔닝
  • 20. Stored Programs and Views
  • 21. INFORMATION_SCHEMA
  • 22. PERFORMANCE SCHEMA
  • 1. Performance Schema 빠른 시작
    2. Performance Schema 구성
    3. Performance Schema 쿼리
    4. Performance Schema Instrument Naming Conventions
    5. Performance Schema Status Monitoring
    6. Performance Schema Atom and Molecule Events
    7. Performance Schema Statement Digests
    8. Performance Schema의 일반적인 테이블 특성
    9. Performance Schema 테이블 설명
    1. 성능 스키마 테이블 인덱스
    2. 성능 스키마 설정 테이블
    1. setup_actors 테이블
    2. setup_consumers 테이블
    3. setup_instruments 테이블
    4. setup_objects 테이블
    5. setup_timers 테이블
    3. Performance Schema Instance Tables
    4. Performance Schema Wait Event Tables
    5. Performance Schema Stage Event Tables
    6. Performance Schema Statement Event Tables
    7. Performance Schema 연결 테이블
    8. Performance Schema 연결 속성 테이블
    9. Performance Schema 요약 테이블
    10. Performance Schema 기타 테이블
    10. Performance Schema Option and Variable Reference
    11. Performance Schema Command Options
    12. Performance Schema System Variables
    13. Performance Schema Status Variables
    14. Performance Schema and Plugins
    15. 문제를 진단하기위한 Performance Schema 사용
  • 23. 컨넥터 및 API
  • 24. MySQL 확장
  • 25. MySQL Enterprise Edition
  • 26. MySQL Workbench
  • 27. 제약 및 제한
  • 28. MySQL 5.7 새로운 기능

22.9.2.2 setup_consumers 테이블

setup_consumers 테이블 이벤트 정보를 저장할 수 있으며 활성화되어있는 소비자의 유형을 나열합니다.

mysql> SELECT * FROM setup_consumers;
+--------------------------------+---------+
| NAME                           | ENABLED |
+--------------------------------+---------+
| events_stages_current          | NO      |
| events_stages_history          | NO      |
| events_stages_history_long     | NO      |
| events_statements_current      | YES     |
| events_statements_history      | NO      |
| events_statements_history_long | NO      |
| events_waits_current           | NO      |
| events_waits_history           | NO      |
| events_waits_history_long      | NO      |
| global_instrumentation         | YES     |
| thread_instrumentation         | YES     |
| statements_digest              | YES     |
+--------------------------------+---------+

setup_consumers 테이블의 소비자 설정은 높은 수준에서 낮은 수준까지의 계층을 형성합니다. 다양한 소비자를 활성화 할 효과에 대한 자세한 내용은 섹션 22.2.3.3.4 "소비자에 의한 사전 필터링" 을 참조하십시오.

setup_consumers 테이블에 변경 사항은 즉시 모니터링에 영향을줍니다.

setup_consumers 테이블에는 이러한 열이 있습니다.

  • NAME

    소비자 이름.

  • ENABLED

    소비자가 활성화되어 있는지. 이 컬럼은 변경할 수 있습니다. 소비자를 비활성화하면 서버는 이것을 이벤트 정보를 추가하는 시간을 소비하지 않습니다.













서울시 강남구 영동대로 602 6층
TEL: 02-6061-0006  /  E: csr@mysqlkorea.com
주식회사 이노클러스터  등록번호 : 727-86-02261
Copyright © innocluster Co. ltd. all rights reserved