본문으로 바로가기
본문으로 바로가기

system.query_metric_log

ClickHouse Cloud에서 쿼리하기

이 시스템 테이블의 데이터는 ClickHouse Cloud의 각 노드에 로컬로 저장됩니다. 따라서 전체 데이터를 조회하려면 clusterAllReplicas 함수를 사용해야 합니다. 자세한 내용은 여기를 참고하십시오.

설명

개별 쿼리에 대해 system.events 테이블에서 수집된 메모리 및 메트릭 값의 기록을 저장하며, 이 기록은 주기적으로 디스크에 플러시됩니다.

쿼리가 시작되면 query_metric_log_interval 밀리초(기본값은 1000) 간격으로 데이터가 주기적으로 수집됩니다. 쿼리 실행 시간이 query_metric_log_interval보다 길면, 쿼리가 종료될 때에도 데이터가 수집됩니다.

컬럼

  • query_id (String) — Query id입니다.
  • hostname (LowCardinality(String)) — 쿼리를 실행 중인 서버의 호스트명입니다.
  • event_date (Date) — 이벤트 날짜.
  • event_time (DateTime) — 이벤트 발생 시간.
  • event_time_microseconds (DateTime64(6)) — 마이크로초 단위 정밀도의 이벤트 시간입니다.
  • memory_usage (UInt64) — 쿼리에서 사용하는 RAM의 양입니다. 일부 전용 메모리 타입은 포함되지 않을 수 있습니다.
  • peak_memory_usage (UInt64) — 쿼리에서 사용한 최대 RAM 용량입니다.
  • ProfileEvent_Query (UInt64) — 해석되고 잠재적으로 실행될 수 있는 쿼리 수입니다. 파싱에 실패했거나 AST 크기 제한, QUOTA 제한 또는 동시에 실행 중인 쿼리 수 제한으로 인해 거부된 쿼리는 포함하지 않습니다. ClickHouse 자체에서 시작한 내부 쿼리가 포함될 수 있습니다. 서브쿼리는 포함하지 않습니다.
  • ProfileEvent_SelectQuery (UInt64) — Query와 동일하지만 SELECT 쿼리에만 적용됩니다.
  • ProfileEvent_InsertQuery (UInt64) — Query와 동일하지만 INSERT 쿼리에만 적용됩니다.
  • ProfileEvent_InitialQuery (UInt64) — Query와 동일하지만, 초기 쿼리만 집계합니다 (is_initial_query 참조).
  • ProfileEvent_InitialSelectQuery (UInt64) — InitialQuery와 동일하지만 SELECT 쿼리에만 해당합니다.
  • ProfileEvent_QueriesWithSubqueries (UInt64) — 모든 서브쿼리를 포함하는 쿼리 수
  • ProfileEvent_SelectQueriesWithSubqueries (UInt64) — 모든 서브쿼리를 포함하는 SELECT 쿼리 수
  • ProfileEvent_InsertQueriesWithSubqueries (UInt64) — 모든 서브쿼리를 포함하는 INSERT 쿼리 수
  • ProfileEvent_SelectQueriesWithPrimaryKeyUsage (UInt64) — WHERE 조건을 평가할 때 기본 키를 사용하는 SELECT 쿼리 수
  • ProfileEvent_AsyncInsertQuery (UInt64) — InsertQuery와 동일하지만, 非同期 INSERT 쿼리에만 해당합니다.
  • ProfileEvent_AsyncInsertBytes (UInt64) — 非同期 INSERT 쿼리 데이터의 바이트 크기입니다.
  • ProfileEvent_AsyncInsertRows (UInt64) — 「非同期 INSERT」 쿼리를 통해 삽입된 행 수.
  • ProfileEvent_AsyncInsertCacheHits (UInt64) — 非同期 INSERT 해시 ID 캐시에서 중복된 해시 ID를 찾은 횟수입니다.
  • ProfileEvent_FailedInternalQuery (UInt64) — 실패한 내부 쿼리의 수입니다.
  • ProfileEvent_FailedInternalSelectQuery (UInt64) — FailedInternalQuery와 동일하지만 SELECT 쿼리에만 적용됩니다.
  • ProfileEvent_FailedInternalInsertQuery (UInt64) — FailedInternalQuery와 동일하지만 INSERT 쿼리에만 해당합니다.
  • ProfileEvent_FailedInitialQuery (UInt64) — 초기 쿼리 실패 횟수.
  • ProfileEvent_FailedInitialSelectQuery (UInt64) — FailedInitialQuery와 동일하지만 SELECT 쿼리에만 해당합니다.
  • ProfileEvent_FailedQuery (UInt64) — 내부 쿼리와 사용자 쿼리를 모두 포함한 총 실패 쿼리 수입니다.
  • ProfileEvent_FailedSelectQuery (UInt64) — FailedQuery와 동일하지만, SELECT 쿼리에만 해당합니다.
  • ProfileEvent_FailedInsertQuery (UInt64) — FailedQuery와 동일하지만, INSERT 쿼리에 대해서만 해당합니다.
  • ProfileEvent_FailedAsyncInsertQuery (UInt64) — 실패한 ASYNC INSERT 쿼리의 수.
  • ProfileEvent_ASTFuzzerQueries (UInt64) — 서버측 AST 퍼저가 시도한 퍼징 쿼리 수입니다.
  • ProfileEvent_QueryTimeMicroseconds (UInt64) — 모든 쿼리의 총 소요 시간입니다.
  • ProfileEvent_SelectQueryTimeMicroseconds (UInt64) — SELECT 쿼리에 소요된 총 시간입니다.
  • ProfileEvent_InsertQueryTimeMicroseconds (UInt64) — INSERT 쿼리에 소요된 총 시간입니다.
  • ProfileEvent_OtherQueryTimeMicroseconds (UInt64) — SELECT 또는 INSERT가 아닌 쿼리에 소요된 총 시간입니다.
  • ProfileEvent_FileOpen (UInt64) — 열어 둔 파일 수입니다.
  • ProfileEvent_Seek (UInt64) — 'lseek' 함수가 호출된 총 횟수입니다.
  • ProfileEvent_ReadBufferFromFileDescriptorRead (UInt64) — 파일 디스크립터에 대해 수행된 읽기(read/pread) 횟수입니다. 소켓은 포함되지 않습니다.
  • ProfileEvent_ReadBufferFromFileDescriptorReadFailed (UInt64) — 파일 디스크립터에서 읽기(read/pread)에 실패한 횟수입니다.
  • ProfileEvent_ReadBufferFromFileDescriptorReadBytes (UInt64) — 파일 디스크립터에서 읽어들인 바이트 수입니다. 파일이 압축되어 있으면 압축된 데이터의 크기가 표시됩니다.
  • ProfileEvent_WriteBufferFromFileDescriptorWrite (UInt64) — 파일 디스크립터에 대한 쓰기(write/pwrite) 횟수입니다. 소켓은 제외됩니다.
  • ProfileEvent_WriteBufferFromFileDescriptorWriteFailed (UInt64) — 파일 디스크립터에 쓰기(write/pwrite)를 시도했으나 실패한 횟수입니다.
  • ProfileEvent_WriteBufferFromFileDescriptorWriteBytes (UInt64) — 파일 디스크립터에 기록된 바이트 수를 나타냅니다. 파일이 압축되어 있으면 압축된 데이터 크기가 표시됩니다.
  • ProfileEvent_FileSync (UInt64) — 파일에 대해 F_FULLFSYNC/fsync/fdatasync 함수가 호출된 총 횟수입니다.
  • ProfileEvent_DirectorySync (UInt64) — 디렉터리에 대해 F_FULLFSYNC/fsync/fdatasync 함수가 호출된 총 횟수입니다.
  • ProfileEvent_FileSyncElapsedMicroseconds (UInt64) — 파일의 F_FULLFSYNC/fsync/fdatasync 시스템 호출이 완료되기를 기다리는 데 소요된 총 시간입니다.
  • ProfileEvent_DirectorySyncElapsedMicroseconds (UInt64) — 디렉터리에 대해 F_FULLFSYNC/fsync/fdatasync 시스템 호출이 완료되기를 기다리는 데 소요된 총 시간입니다.
  • ProfileEvent_ReadCompressedBytes (UInt64) — 압축된 소스(파일, 네트워크)에서 읽은 바이트 수(압축 해제 전 기준)입니다.
  • ProfileEvent_CompressedReadBufferBlocks (UInt64) — 압축 소스(파일, 네트워크)에서 읽은 압축 블록 수입니다(각각 독립적으로 압축되는 데이터 블록).
  • ProfileEvent_CompressedReadBufferBytes (UInt64) — 압축된 소스(파일, 네트워크)에서 읽은 비압축 바이트 수(즉, 압축 해제 후의 바이트 수)입니다.
  • ProfileEvent_CompressedReadBufferChecksumDoesntMatch (UInt64) — 압축된 block의 체크섬이 일치하지 않은 횟수입니다.
  • ProfileEvent_CompressedReadBufferChecksumDoesntMatchSingleBitMismatch (UInt64) — 압축 블록의 체크섬 불일치가 1비트 차이로 인해 발생한 횟수입니다.
  • ProfileEvent_CompressedReadBufferChecksumDoesntMatchMicroseconds (UInt64) — 압축된 블록의 체크섬 불일치로 인해 발생한 비트 반전을 감지하는 데 소요된 총 시간입니다.
  • ProfileEvent_UncompressedCacheHits (UInt64) — 데이터 블록이 비압축 캐시에서 발견되어 압축 해제를 피한 횟수입니다.
  • ProfileEvent_UncompressedCacheMisses (UInt64) — 비압축 캐시에서 데이터 블록을 찾지 못해(따라서 압축 해제가 필요했던) 발생한 횟수입니다.
  • ProfileEvent_UncompressedCacheWeightLost (UInt64) — 비압축 캐시에서 제거된 바이트 수.
  • ProfileEvent_PageCacheHits (UInt64) — 데이터 블록을 사용자 공간 페이지 캐시에서 찾은 횟수입니다.
  • ProfileEvent_PageCacheMisses (UInt64) — 사용자 공간 페이지 캐시에서 데이터 block을 찾지 못한 횟수입니다.
  • ProfileEvent_PageCacheWeightLost (UInt64) — 사용자 공간 페이지 캐시에서 제거된 바이트 수
  • ProfileEvent_PageCacheResized (UInt64) — 사용자 공간 페이지 캐시의 크기가 자동으로 조정된 횟수입니다(일반적으로 초당 몇 번 발생하며, memory_worker_period_ms로 제어됩니다).
  • ProfileEvent_PageCacheOvercommitResize (UInt64) — 메모리 할당 중 메모리를 확보하기 위해 사용자 공간 페이지 캐시가 자동으로 크기 조정된 횟수입니다.
  • ProfileEvent_PageCacheReadBytes (UInt64) — 사용자 공간 페이지 캐시에서 읽은 바이트 수입니다.
  • ProfileEvent_MMappedFileCacheHits (UInt64) — MMap 캐시에서 파일을 찾은 횟수입니다(mmap read_method의 경우). 따라서 다시 mmap하지 않아도 되었습니다.
  • ProfileEvent_MMappedFileCacheMisses (UInt64) — MMap 캐시에서 파일을 찾지 못해(mmap read_method의 경우) 다시 mmap한 횟수입니다.
  • ProfileEvent_OpenedFileCacheHits (UInt64) — 파일이 열린 파일 캐시에서 발견되어 다시 열지 않아도 되었던 횟수입니다.
  • ProfileEvent_OpenedFileCacheMisses (UInt64) — 파일을 열린 파일 캐시에서 찾지 못해 다시 열어야 했던 횟수입니다.
  • ProfileEvent_OpenedFileCacheMicroseconds (UInt64) — OpenedFileCache 메서드 실행에 소요된 시간입니다.
  • ProfileEvent_AIOWrite (UInt64) — Linux 또는 FreeBSD의 AIO 인터페이스를 사용한 쓰기 횟수
  • ProfileEvent_AIOWriteBytes (UInt64) — Linux 또는 FreeBSD의 AIO 인터페이스를 통해 기록된 바이트 수
  • ProfileEvent_AIORead (UInt64) — Linux 또는 FreeBSD의 AIO 인터페이스를 사용한 읽기 횟수
  • ProfileEvent_AIOReadBytes (UInt64) — Linux 또는 FreeBSD AIO interface를 통해 읽은 바이트 수
  • ProfileEvent_IOBufferAllocs (UInt64) — IO 버퍼(ReadBuffer/WriteBuffer)의 할당 횟수입니다.
  • ProfileEvent_IOBufferAllocBytes (UInt64) — IO 버퍼(ReadBuffer/WriteBuffer)에 할당된 바이트 수.
  • ProfileEvent_ArenaAllocChunks (UInt64) — 메모리 Arena에 할당된 청크 수(GROUP BY 및 유사한 연산에 사용됨)
  • ProfileEvent_ArenaAllocBytes (UInt64) — 메모리 Arena에 할당된 바이트 수 (GROUP BY 및 유사한 작업에 사용됨)
  • ProfileEvent_FunctionExecute (UInt64) — SQL 일반 함수 호출 횟수(SQL 함수는 블록 단위로 호출되므로, 이 값은 블록 수를 나타냅니다).
  • ProfileEvent_TableFunctionExecute (UInt64) — 테이블 함수가 호출된 횟수.
  • ProfileEvent_DefaultImplementationForNullsRows (UInt64) — 함수 실행 시 null 값에 대한 기본 구현으로 처리된 행 수
  • ProfileEvent_DefaultImplementationForNullsRowsWithNulls (UInt64) — 함수 실행 시 null에 대한 기본 구현으로 처리된, null 값을 포함하는 행 수
  • ProfileEvent_MarkCacheHits (UInt64) — 마크 캐시에서 항목을 찾아 마크 파일을 로드하지 않아도 되었던 횟수입니다.
  • ProfileEvent_MarkCacheMisses (UInt64) — 마크 캐시에서 항목을 찾지 못한 횟수입니다. 이 경우 마크 파일을 메모리로 로드해야 하며, 이는 비용이 큰 작업이어서 쿼리 지연 시간을 늘립니다.
  • ProfileEvent_PrimaryIndexCacheHits (UInt64) — 프라이머리 인덱스 캐시에서 항목을 찾아 인덱스 파일을 로드하지 않아도 되었던 횟수입니다.
  • ProfileEvent_PrimaryIndexCacheMisses (UInt64) — 프라이머리 인덱스 캐시에서 항목을 찾지 못해 인덱스 파일을 메모리에 로드해야 했던 횟수입니다. 이는 비용이 큰 작업이므로 쿼리 지연 시간을 증가시킵니다.
  • ProfileEvent_IcebergMetadataFilesCacheHits (UInt64) — Iceberg 메타데이터 파일이 캐시에서 발견된 횟수입니다.
  • ProfileEvent_IcebergMetadataFilesCacheMisses (UInt64) — Iceberg 메타데이터 파일을 Iceberg 메타데이터 캐시에서 찾지 못해 (원격) 디스크에서 읽어온 횟수입니다.
  • ProfileEvent_IcebergMetadataFilesCacheStaleMisses (UInt64) — Iceberg 메타데이터 파일이 캐시에서 발견되었지만 오래된 상태로 판단되어 (원격) 디스크에서 다시 읽어야 했던 횟수입니다.
  • ProfileEvent_IcebergMetadataFilesCacheWeightLost (UInt64) — Iceberg 메타데이터 캐시에서 축출된 대략적인 바이트 수입니다.
  • ProfileEvent_IcebergMetadataReadWaitTimeMicroseconds (UInt64) — 데이터 리더가 Iceberg 메타데이터 파일을 읽고 파싱할 때까지 대기하는 데 소요한 총시간이며, 모든 리더 스레드에서 합산한 값입니다.
  • ProfileEvent_ParquetMetadataCacheHits (UInt64) — 캐시에서 Parquet 메타데이터를 찾은 횟수입니다.
  • ProfileEvent_ParquetMetadataCacheMisses (UInt64) — 캐시에서 Parquet 메타데이터를 찾지 못해 디스크에서 읽어야 했던 횟수입니다.
  • ProfileEvent_ParquetMetadataCacheWeightLost (UInt64) — Parquet 메타데이터 캐시에서 제거된 바이트의 대략적인 수입니다.
  • ProfileEvent_IcebergIteratorInitializationMicroseconds (UInt64) — Iceberg 데이터 이터레이터를 동기식으로 초기화하는 데 소요된 총 시간입니다.
  • ProfileEvent_IcebergMetadataUpdateMicroseconds (UInt64) — Iceberg 데이터 이터레이터를 동기식으로 초기화하는 데 소요된 총 시간입니다.
  • ProfileEvent_IcebergMetadataReturnedObjectInfos (UInt64) — Iceberg iterator에서 반환된 객체 정보의 총개수입니다.
  • ProfileEvent_IcebergMinMaxNonPrunedDeleteFiles (UInt64) — 파티셔닝과 시퀀스 번호 기준에 적합한 쌍 중 minmax 분석에서 허용된 데이터 파일-포지션 삭제 파일 쌍의 총 개수입니다.
  • ProfileEvent_IcebergMinMaxPrunedDeleteFiles (UInt64) — 파티셔닝 및 시퀀스 번호 기준으로 적합한 쌍 중 minmax 분석을 통해 선별된 데이터 파일-포지션 삭제 파일 쌍의 총개수입니다.
  • ProfileEvent_VectorSimilarityIndexCacheHits (UInt64) — 벡터 인덱스 캐시에서 인덱스 그래뉼을 찾은 횟수입니다.
  • ProfileEvent_VectorSimilarityIndexCacheMisses (UInt64) — 인덱스 그래뉼을 벡터 인덱스 캐시에서 찾지 못해 디스크에서 읽어야 했던 횟수입니다.
  • ProfileEvent_VectorSimilarityIndexCacheWeightLost (UInt64) — 벡터 인덱스 캐시에서 제거된 바이트 수의 대략적인 값입니다.
  • ProfileEvent_TextIndexReadDictionaryBlocks (UInt64) — 디스크에서 텍스트 인덱스 딕셔너리 블록을 읽은 횟수입니다.
  • ProfileEvent_TextIndexTokensCacheHits (UInt64) — 텍스트 인덱스 토큰 정보를 캐시에서 찾은 횟수입니다.
  • ProfileEvent_TextIndexTokensCacheMisses (UInt64) — 텍스트 인덱스 토큰 정보가 캐시에서 발견되지 않은 횟수입니다.
  • ProfileEvent_TextIndexHeaderCacheHits (UInt64) — 캐시에서 헤더를 찾은 횟수입니다.
  • ProfileEvent_TextIndexHeaderCacheMisses (UInt64) — 캐시에서 헤더 정보를 찾지 못한 횟수입니다.
  • ProfileEvent_TextIndexPostingsCacheHits (UInt64) — 텍스트 인덱스의 포스팅 리스트가 캐시에서 발견된 횟수입니다.
  • ProfileEvent_TextIndexPostingsCacheMisses (UInt64) — 텍스트 인덱스 포스팅 리스트를 캐시에서 찾지 못한 횟수입니다.
  • ProfileEvent_TextIndexReadSparseIndexBlocks (UInt64) — 텍스트 인덱스에서 희소 인덱스 블록을 읽어온 횟수입니다.
  • ProfileEvent_TextIndexReaderTotalMicroseconds (UInt64) — 텍스트 인덱스를 읽는 데 걸린 총 시간입니다.
  • ProfileEvent_TextIndexReadGranulesMicroseconds (UInt64) — 텍스트 인덱스의 그래뉼을 읽고 분석하는 데 걸린 총 시간입니다.
  • ProfileEvent_TextIndexReadPostings (UInt64) — 텍스트 인덱스에서 포스팅 리스트를 읽은 횟수입니다.
  • ProfileEvent_TextIndexUsedEmbeddedPostings (UInt64) — 딕셔너리에 내장된 포스팅 리스트가 사용된 횟수입니다.
  • ProfileEvent_TextIndexUseHint (UInt64) — 텍스트 인덱스의 직접 읽기 힌트가 추가되어 실제로 사용된 인덱스 그래뉼 수입니다.
  • ProfileEvent_TextIndexDiscardHint (UInt64) — 텍스트 인덱스에서의 직접 읽기 힌트가 추가되었지만 선택도가 낮아 폐기된 인덱스 그래뉼 수입니다.
  • ProfileEvent_TextIndexDiscardPatternScan (UInt64) — 읽어야 하는 포스팅 리스트 수가 임계값을 초과하여 텍스트 인덱스에서 패턴 기반 딕셔너리 스캔이 무시된 횟수입니다.
  • ProfileEvent_QueryConditionCacheHits (UInt64) — 쿼리 조건 캐시에서 항목을 찾은 횟수입니다(따라서 마크 읽기를 건너뛸 수 있습니다). SETTING use_query_condition_cache = 1을 사용하는 SELECT 쿼리에 대해서만 업데이트됩니다.
  • ProfileEvent_QueryConditionCacheMisses (UInt64) — 쿼리 조건 캐시에서 항목을 찾지 못한 횟수(따라서 마크 읽기를 건너뛸 수 없는 경우)입니다. SETTING use_query_condition_cache = 1이 설정된 SELECT 쿼리에서만 갱신됩니다.
  • ProfileEvent_QueryCacheHits (UInt64) — 쿼리 결과를 쿼리 캐시에서 찾아 쿼리 계산을 생략한 횟수입니다. SETTING use_query_cache = 1이 적용된 SELECT 쿼리에서만 업데이트됩니다.
  • ProfileEvent_QueryCacheMisses (UInt64) — 쿼리 결과를 쿼리 캐시에서 찾지 못해(따라서 쿼리 계산이 필요했던) 발생한 횟수입니다. SETTING use_query_cache = 1이 설정된 SELECT 쿼리에 대해서만 업데이트됩니다.
  • ProfileEvent_QueryCacheAgeSeconds (UInt64) — 발견된 쿼리 캐시 항목의 경과 시간 합계를 초 단위로 나타낸 값입니다. 이 값은 cache hit와 miss 모두에 대해 설정됩니다.
  • ProfileEvent_QueryCacheReadRows (UInt64) — 쿼리 캐시에서 읽은 행 수입니다.
  • ProfileEvent_QueryCacheReadBytes (UInt64) — 쿼리 캐시에서 읽은 (비압축) 바이트 수입니다.
  • ProfileEvent_QueryCacheWrittenRows (UInt64) — 쿼리 캐시에 저장된 행 수입니다.
  • ProfileEvent_QueryCacheWrittenBytes (UInt64) — 쿼리 캐시에 저장된 (비압축) 바이트 수
  • ProfileEvent_CreatedReadBufferOrdinary (UInt64) — 다른 읽기 메서드 중에서 선택할 때 데이터를 읽기 위해 일반 읽기 버퍼가 생성된 횟수입니다.
  • ProfileEvent_CreatedReadBufferDirectIO (UInt64) — 데이터를 읽을 때(다른 읽기 메서드 중에서 선택하는 과정에서) O_DIRECT가 적용된 읽기 버퍼가 생성된 횟수입니다.
  • ProfileEvent_CreatedReadBufferDirectIOFailed (UInt64) — O_DIRECT를 사용하는 읽기 버퍼를 데이터 읽기용으로 생성하려고 시도했지만(다른 읽기 메서드 중에서 선택하는 과정에서), OS가 이를 허용하지 않아(파일 시스템 지원 부족 또는 기타 이유로) 일반 읽기 메서드로 대체된 횟수입니다.
  • ProfileEvent_CreatedReadBufferMMap (UInt64) — 데이터 읽기를 위해 다른 읽기 메서드 중에서 선택하는 과정에서 mmap을 사용하는 읽기 버퍼가 생성된 횟수입니다.
  • ProfileEvent_CreatedReadBufferMMapFailed (UInt64) — 데이터 읽기를 위해 mmap 읽기 버퍼를 생성하려고 시도했지만(다른 읽기 메서드 중에서 선택하는 과정에서), OS가 이를 허용하지 않아(파일시스템 지원 부족 또는 기타 이유로) 일반적인 읽기 방식으로 대체된 횟수입니다.
  • ProfileEvent_DiskReadElapsedMicroseconds (UInt64) — read syscall을 대기하는 데 소요된 총 시간입니다. 여기에는 페이지 캐시에서의 읽기도 포함됩니다.
  • ProfileEvent_DiskWriteElapsedMicroseconds (UInt64) — write syscall을 기다리는 데 소요된 총 시간입니다. 여기에는 페이지 캐시에 쓰는 작업이 포함됩니다.
  • ProfileEvent_NetworkReceiveElapsedMicroseconds (UInt64) — 네트워크에서 데이터를 수신하기 위해 대기하거나 실제로 데이터를 수신하는 데 소요된 총 시간입니다. 서드파티 라이브러리는 제외되며, ClickHouse 관련 네트워크 상호작용만 포함됩니다.
  • ProfileEvent_NetworkSendElapsedMicroseconds (UInt64) — 네트워크로 데이터를 전송하기 위해 대기하거나 실제로 전송하는 데 소요된 총 시간입니다. 제3자 라이브러리에 의한 네트워크 상호작용은 제외되며, ClickHouse 관련 네트워크 상호작용만 포함됩니다.
  • ProfileEvent_NetworkReceiveBytes (UInt64) — 네트워크를 통해 수신한 총 바이트 수입니다. 타사 라이브러리에 의한 통신은 포함되지 않으며, ClickHouse 관련 네트워크 상호작용만 포함됩니다.
  • ProfileEvent_NetworkSendBytes (UInt64) — 네트워크로 전송된 총 바이트 수입니다. 서드파티 라이브러리에 의한 전송은 제외되며, ClickHouse 관련 네트워크 상호작용만 포함됩니다.
  • ProfileEvent_FilterPartsByVirtualColumnsMicroseconds (UInt64) — filterPartsByVirtualColumns 함수에 소요된 총 시간입니다.
  • ProfileEvent_GlobalThreadPoolExpansions (UInt64) — 전역 스레드 풀에 새 스레드가 추가된 총 횟수를 집계합니다. 이 메트릭은 증가한 처리 수요를 수용하기 위해 전역 스레드 풀이 확장되는 빈도를 나타냅니다.
  • ProfileEvent_GlobalThreadPoolShrinks (UInt64) — 스레드를 제거하여 전역 스레드 풀이 축소된 합계 횟수를 나타냅니다. 이는 유휴 스레드 수가 max_thread_pool_free_size를 초과할 때 발생하며, 스레드 사용량이 감소함에 따라 전역 스레드 풀 크기가 조정되었음을 의미합니다.
  • ProfileEvent_GlobalThreadPoolThreadCreationMicroseconds (UInt64) — 새 스레드가 시작될 때까지 대기한 총 시간입니다.
  • ProfileEvent_GlobalThreadPoolLockWaitMicroseconds (UInt64) — 스레드가 전역 스레드 풀에서 잠금을 기다리며 소요한 총 시간입니다.
  • ProfileEvent_GlobalThreadPoolJobs (UInt64) — 전역 스레드 풀에 제출된 작업 수를 계산합니다.
  • ProfileEvent_GlobalThreadPoolJobWaitTimeMicroseconds (UInt64) — 스레드 풀에 job이 스케줄된 시점부터 작업자 스레드가 이를 가져가 실행하는 시점까지의 경과 시간을 측정합니다. 이 메트릭은 job 처리 지연을 식별하는 데 도움이 되며, 새로운 작업에 대한 스레드 풀의 응답성을 나타냅니다.
  • ProfileEvent_LocalThreadPoolExpansions (UInt64) — 로컬 스레드 풀을 확장하기 위해 전역 스레드 풀에서 스레드를 빌려온 총 횟수를 나타냅니다.
  • ProfileEvent_LocalThreadPoolShrinks (UInt64) — 로컬 스레드 풀에서 전역 스레드 풀로 스레드가 반환된 총 횟수를 나타냅니다.
  • ProfileEvent_LocalThreadPoolThreadCreationMicroseconds (UInt64) — 로컬 스레드 풀이 전역 풀에서 스레드를 빌리기 위해 대기하는 데 걸린 총 시간입니다.
  • ProfileEvent_LocalThreadPoolLockWaitMicroseconds (UInt64) — 로컬 스레드 풀에서 스레드가 잠금을 기다리며 소요한 총 시간입니다.
  • ProfileEvent_LocalThreadPoolJobs (UInt64) — 로컬 스레드 풀에 추가된 작업 수를 나타냅니다.
  • ProfileEvent_LocalThreadPoolBusyMicroseconds (UInt64) — 스레드가 실제 작업을 수행하는 데 소요한 총 시간입니다.
  • ProfileEvent_LocalThreadPoolJobWaitTimeMicroseconds (UInt64) — 스레드 풀에서 job이 스케줄된 시점부터 worker 스레드가 이를 실행하기 위해 가져가는 시점까지의 경과 시간을 측정합니다. 이 메트릭은 job 처리 지연을 식별하는 데 도움이 되며, 새로운 작업에 대해 스레드 풀이 얼마나 신속하게 응답하는지를 나타냅니다.
  • ProfileEvent_DiskS3GetRequestThrottlerCount (UInt64) — DiskS3 GET 및 SELECT 요청 중 스로틀러를 통과한 요청 수입니다. 차단된 요청과 차단되지 않은 요청을 모두 포함합니다.
  • ProfileEvent_DiskS3GetRequestThrottlerBlocked (UInt64) — 스로틀러에 의해 차단된 DiskS3 GET 및 SELECT 요청의 수입니다.
  • ProfileEvent_DiskS3GetRequestThrottlerSleepMicroseconds (UInt64) — DiskS3 GET 및 SELECT 요청 스로틀링을 준수하기 위해 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_DiskS3PutRequestThrottlerCount (UInt64) — throttler를 통과한 DiskS3 PUT, COPY, POST 및 LIST 요청 수입니다. 차단된 요청과 차단되지 않은 요청이 모두 포함됩니다.
  • ProfileEvent_DiskS3PutRequestThrottlerBlocked (UInt64) — 스로틀러에 의해 차단된 DiskS3의 PUT, COPY, POST 및 LIST 요청 수입니다.
  • ProfileEvent_DiskS3PutRequestThrottlerSleepMicroseconds (UInt64) — DiskS3 PUT, COPY, POST 및 LIST 요청 스로틀링에 맞추기 위해 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_S3GetRequestThrottlerCount (UInt64) — 스로틀러를 거친 S3 GET 및 SELECT 요청 수입니다. 차단된 요청과 차단되지 않은 요청을 모두 포함합니다.
  • ProfileEvent_S3GetRequestThrottlerBlocked (UInt64) — 스로틀러로 인해 차단된 S3 GET 및 SELECT 요청 수입니다.
  • ProfileEvent_S3GetRequestThrottlerSleepMicroseconds (UInt64) — S3 GET 및 SELECT 요청 스로틀링에 맞추기 위해 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_S3PutRequestThrottlerCount (UInt64) — 스로틀러를 거친 S3 PUT, COPY, POST 및 LIST 요청 수입니다. 차단된 요청과 차단되지 않은 요청을 모두 포함합니다.
  • ProfileEvent_S3PutRequestThrottlerBlocked (UInt64) — 스로틀러에 의해 차단된 S3 PUT, COPY, POST 및 LIST 요청의 수입니다.
  • ProfileEvent_S3PutRequestThrottlerSleepMicroseconds (UInt64) — S3 PUT, COPY, POST 및 LIST 요청 스로틀링에 맞추기 위해 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_ACMEAPIRequests (UInt64) — 전송된 ACME API 요청 수입니다.
  • ProfileEvent_ACMECertificateOrders (UInt64) — 발급된 ACME 인증서 주문 건수입니다.
  • ProfileEvent_DiskAzureReadMicroseconds (UInt64) — Azure 디스크 읽기 요청을 대기하는 데 걸린 총 시간입니다.
  • ProfileEvent_DiskAzureReadRequestsCount (UInt64) — Azure 디스크 읽기 요청 수입니다.
  • ProfileEvent_DiskAzureReadRequestsErrors (UInt64) — Azure 디스크 읽기 요청 오류의 수입니다.
  • ProfileEvent_DiskAzureReadRequestsThrottling (UInt64) — 스로틀링된 Azure 디스크 읽기 요청의 수입니다.
  • ProfileEvent_DiskAzureReadRequestsRedirects (UInt64) — Azure 디스크 읽기 요청 리디렉션 횟수.
  • ProfileEvent_DiskAzureWriteMicroseconds (UInt64) — Azure 디스크 쓰기 요청을 대기하는 데 소요된 총 시간입니다.
  • ProfileEvent_DiskAzureWriteRequestsCount (UInt64) — Azure 디스크에 대한 쓰기 요청 수입니다.
  • ProfileEvent_DiskAzureWriteRequestsErrors (UInt64) — Azure 디스크 쓰기 요청 오류의 수입니다.
  • ProfileEvent_DiskAzureWriteRequestsThrottling (UInt64) — 스로틀링된 Azure 디스크 쓰기 요청 수입니다.
  • ProfileEvent_DiskAzureWriteRequestsRedirects (UInt64) — Azure 디스크 쓰기 요청 리디렉션 횟수.
  • ProfileEvent_AzureReadMicroseconds (UInt64) — Azure 읽기 요청을 대기하는 데 소요된 총 시간입니다.
  • ProfileEvent_AzureReadRequestsCount (UInt64) — Azure 읽기 요청 수입니다.
  • ProfileEvent_AzureReadRequestsErrors (UInt64) — Azure 읽기 요청 오류 수.
  • ProfileEvent_AzureReadRequestsThrottling (UInt64) — 스로틀링된 Azure 읽기 요청의 수입니다.
  • ProfileEvent_AzureReadRequestsRedirects (UInt64) — Azure 읽기 요청 리디렉션 횟수입니다.
  • ProfileEvent_AzureWriteMicroseconds (UInt64) — Azure 쓰기 요청을 대기하는 데 소요된 총 시간입니다.
  • ProfileEvent_AzureWriteRequestsCount (UInt64) — Azure 쓰기 요청의 수입니다.
  • ProfileEvent_AzureWriteRequestsErrors (UInt64) — Azure 쓰기 요청의 오류 수.
  • ProfileEvent_AzureWriteRequestsThrottling (UInt64) — 스로틀링된 Azure 쓰기 요청 수.
  • ProfileEvent_AzureWriteRequestsRedirects (UInt64) — Azure 쓰기 요청 리디렉션의 수입니다.
  • ProfileEvent_AzureGetRequestThrottlerCount (UInt64) — 스로틀러를 거친 Azure GET 요청 수입니다. 차단된 요청과 차단되지 않은 요청을 모두 포함합니다.
  • ProfileEvent_AzureGetRequestThrottlerBlocked (UInt64) — 스로틀러로 인해 차단된 Azure GET 요청 수입니다.
  • ProfileEvent_AzureGetRequestThrottlerSleepMicroseconds (UInt64) — Azure GET 요청 스로틀링에 맞추기 위해 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_DiskAzureGetRequestThrottlerCount (UInt64) — 스로틀러를 거친 Azure 디스크 GET 요청 수: 차단된 요청과 차단되지 않은 요청을 모두 포함합니다.
  • ProfileEvent_DiskAzureGetRequestThrottlerBlocked (UInt64) — 스로틀러로 인해 차단된 Azure 디스크 GET 요청 수.
  • ProfileEvent_DiskAzureGetRequestThrottlerSleepMicroseconds (UInt64) — Azure 디스크 GET 요청 스로틀링을 준수하기 위해 쿼리가 대기 상태로 있던 총 시간입니다.
  • ProfileEvent_AzurePutRequestThrottlerCount (UInt64) — 스로틀러를 거친 Azure PUT 요청 수입니다. 차단된 요청과 차단되지 않은 요청을 모두 포함합니다.
  • ProfileEvent_AzurePutRequestThrottlerBlocked (UInt64) — 스로틀러에 의해 차단된 Azure PUT 요청 수입니다.
  • ProfileEvent_AzurePutRequestThrottlerSleepMicroseconds (UInt64) — Azure PUT 요청 스로틀링을 준수하기 위해 쿼리가 절전 상태로 대기한 총 시간입니다.
  • ProfileEvent_DiskAzurePutRequestThrottlerCount (UInt64) — 스로틀러를 거친 Azure 디스크 PUT 요청 수: 차단된 요청과 차단되지 않은 요청을 모두 포함합니다.
  • ProfileEvent_DiskAzurePutRequestThrottlerBlocked (UInt64) — 스로틀러로 인해 차단된 Azure 디스크 PUT 요청 수입니다.
  • ProfileEvent_DiskAzurePutRequestThrottlerSleepMicroseconds (UInt64) — Azure 디스크 PUT 요청 스로틀링에 맞추기 위해 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_RemoteReadThrottlerBytes (UInt64) — 'max_remote_read_network_bandwidth_for_server'/'max_remote_read_network_bandwidth' 스로틀러를 통해 전송된 바이트 수입니다.
  • ProfileEvent_RemoteReadThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_remote_read_network_bandwidth_for_server'/'max_remote_read_network_bandwidth' 스로틀링에 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_RemoteWriteThrottlerBytes (UInt64) — 'max_remote_write_network_bandwidth_for_server'/'max_remote_write_network_bandwidth' 스로틀러를 통해 전달된 바이트 수입니다.
  • ProfileEvent_RemoteWriteThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_remote_write_network_bandwidth_for_server'/'max_remote_write_network_bandwidth' 스로틀링을 준수하기 위해 슬립 상태로 대기한 총 시간입니다.
  • ProfileEvent_LocalReadThrottlerBytes (UInt64) — 'max_local_read_bandwidth_for_server'/'max_local_read_bandwidth' 스로틀러를 통과한 바이트입니다.
  • ProfileEvent_LocalReadThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_local_read_bandwidth_for_server'/'max_local_read_bandwidth' 스로틀링 한도를 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_LocalWriteThrottlerBytes (UInt64) — 'max_local_write_bandwidth_for_server'/'max_local_write_bandwidth' 스로틀러를 통해 전달된 바이트 수입니다.
  • ProfileEvent_LocalWriteThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_local_write_bandwidth_for_server'/'max_local_write_bandwidth' 스로틀링에 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_BackupThrottlerBytes (UInt64) — 'max_backup_bandwidth_for_server' 스로틀러를 통해 전달된 바이트 수입니다.
  • ProfileEvent_BackupThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_backup_bandwidth_for_server' 스로틀링에 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_MergesThrottlerBytes (UInt64) — 'max_merges_bandwidth_for_server' 스로틀러를 통해 전달된 바이트 수입니다.
  • ProfileEvent_MergesThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_merges_bandwidth_for_server' 스로틀링에 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_MutationsThrottlerBytes (UInt64) — 'max_mutations_bandwidth_for_server' 스로틀러를 통해 전달된 바이트 수.
  • ProfileEvent_MutationsThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_mutations_bandwidth_for_server' 스로틀링 기준을 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_UserThrottlerBytes (UInt64) — 'max_network_bandwidth_for_user' 스로틀러를 통해 전달된 바이트 수입니다.
  • ProfileEvent_UserThrottlerSleepMicroseconds (UInt64) — max_network_bandwidth_for_user 스로틀링에 맞추기 위해 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_AllUsersThrottlerBytes (UInt64) — 'max_network_bandwidth_for_all_users' 스로틀러를 통해 전달된 바이트 수.
  • ProfileEvent_AllUsersThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_network_bandwidth_for_all_users' 스로틀링에 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_QueryRemoteReadThrottlerBytes (UInt64) — 'max_remote_read_network_bandwidth' 스로틀러를 통해 전달된 바이트 수.
  • ProfileEvent_QueryRemoteReadThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_remote_read_network_bandwidth' 스로틀링에 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_QueryRemoteWriteThrottlerBytes (UInt64) — 'max_remote_write_network_bandwidth' 스로틀러를 거친 바이트 수입니다.
  • ProfileEvent_QueryRemoteWriteThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_remote_write_network_bandwidth' 스로틀링을 준수하기 위해 대기 상태로 있었던 총 시간입니다.
  • ProfileEvent_QueryLocalReadThrottlerBytes (UInt64) — 'max_local_read_bandwidth' 스로틀러를 거쳐 전달된 바이트 수.
  • ProfileEvent_QueryLocalReadThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_local_read_bandwidth' 스로틀링 한도를 준수하기 위해 대기한 총 시간입니다.
  • ProfileEvent_QueryLocalWriteThrottlerBytes (UInt64) — 'max_local_write_bandwidth' 스로틀러를 통해 전달된 바이트 수.
  • ProfileEvent_QueryLocalWriteThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_local_write_bandwidth' 스로틀링에 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_QueryBackupThrottlerBytes (UInt64) — 'max_backup_bandwidth' 스로틀러를 통해 전달된 바이트 수입니다.
  • ProfileEvent_QueryBackupThrottlerSleepMicroseconds (UInt64) — 쿼리가 max_backup_bandwidth 스로틀링을 맞추기 위해 대기한 총 시간입니다.
  • ProfileEvent_DistrCacheReadThrottlerBytes (UInt64) — 'max_distributed_cache_read_bandwidth_for_server' 스로틀러를 통해 전달된 바이트 수입니다.
  • ProfileEvent_DistrCacheReadThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_distributed_cache_read_bandwidth_for_server' 스로틀링을 준수하기 위해 일시 중지된 총 시간입니다.
  • ProfileEvent_DistrCacheWriteThrottlerBytes (UInt64) — 'max_distributed_cache_write_bandwidth_for_server' 스로틀러를 통해 전달된 바이트 수.
  • ProfileEvent_DistrCacheWriteThrottlerSleepMicroseconds (UInt64) — 쿼리가 'max_distributed_cache_write_bandwidth_for_server' 스로틀링에 맞추기 위해 대기 상태에 있던 총 시간입니다.
  • ProfileEvent_ThrottlerSleepMicroseconds (UInt64) — 모든 스로틀링 설정을 충족하기 위해 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_ReadTasksWithAppliedPatches (UInt64) — 패치 part가 하나라도 적용된 읽기 작업의 총개수
  • ProfileEvent_PatchesAppliedInAllReadTasks (UInt64) — 모든 읽기 작업에 걸쳐 적용된 패치 파트의 총개수
  • ProfileEvent_PatchesMergeAppliedInAllReadTasks (UInt64) — 모든 읽기 작업 전체에서 Merge 모드로 적용된 패치 파트의 총개수
  • ProfileEvent_PatchesJoinAppliedInAllReadTasks (UInt64) — 모든 읽기 작업에서 Join 모드로 적용된 패치 파트의 총개수
  • ProfileEvent_PatchesReadRows (UInt64) — 패치 파트에서 읽은 총 행 수
  • ProfileEvent_PatchesReadUncompressedBytes (UInt64) — 패치 파트에서 읽은 비압축 바이트의 총 개수
  • ProfileEvent_PatchesJoinRowsAddedToHashTable (UInt64) — Join 모드에서 패치 파트를 적용할 때 해시 테이블에 추가된 총 행 수
  • ProfileEvent_ApplyPatchesMicroseconds (UInt64) — 블록에 패치 파트를 적용하는 데 소요된 총 시간
  • ProfileEvent_ReadPatchesMicroseconds (UInt64) — 패치 파트를 읽는 데 걸린 총 시간
  • ProfileEvent_BuildPatchesMergeMicroseconds (UInt64) — Merge 모드에서 패치 파트 적용용 인덱스를 구축하는 데 소요된 총 시간
  • ProfileEvent_BuildPatchesJoinMicroseconds (UInt64) — Join 모드에서 패치 파트를 적용하기 위해 인덱스와 해시 테이블을 구축하는 데 소요된 총 시간
  • ProfileEvent_AnalyzePatchRangesMicroseconds (UInt64) — 패치 파트 인덱스 분석에 소요된 총 시간
  • ProfileEvent_ReadTasksWithAppliedMutationsOnFly (UInt64) — 실행 중에 뮤테이션이 적용된 읽기 작업의 총수
  • ProfileEvent_MutationsAppliedOnFlyInAllReadTasks (UInt64) — 모든 읽기 작업에서 즉시 적용된 뮤테이션의 총 개수
  • ProfileEvent_PatchesAcquireLockTries (UInt64) — 경량 업데이트를 실행하기 위해 잠금 획득을 시도한 총 횟수
  • ProfileEvent_PatchesAcquireLockMicroseconds (UInt64) — 경량 업데이트를 실행하기 위해 잠금을 획득하는 데 소요된 총 마이크로초 수
  • ProfileEvent_DiskObjectStorageWaitBlobRemovalMicroseconds (UInt64) — 메타데이터 트랜잭션 커밋 후 보류 중인 blob 제거를 대기하는 데 소요된 시간
  • ProfileEvent_SchedulerIOReadRequests (UInt64) — IO 읽기를 위해 스케줄러를 거친 리소스 요청 수입니다.
  • ProfileEvent_SchedulerIOReadBytes (UInt64) — 스케줄러를 거쳐 수행된 IO 읽기의 바이트 수입니다.
  • ProfileEvent_SchedulerIOReadWaitMicroseconds (UInt64) — 쿼리가 IO 읽기에 대한 리소스 요청을 대기한 총 시간입니다.
  • ProfileEvent_SchedulerIOWriteRequests (UInt64) — IO 쓰기를 위해 스케줄러를 거쳐 전달된 리소스 요청 수입니다.
  • ProfileEvent_SchedulerIOWriteBytes (UInt64) — 스케줄러를 통해 IO 쓰기에 전달된 바이트 수입니다.
  • ProfileEvent_SchedulerIOWriteWaitMicroseconds (UInt64) — 쿼리가 IO 쓰기용 리소스 요청을 기다리는 데 소요된 총 시간입니다.
  • ProfileEvent_QueryMaskingRulesMatch (UInt64) — 쿼리 마스킹 규칙이 성공적으로 일치한 횟수입니다.
  • ProfileEvent_ReplicatedPartFetches (UInt64) — ReplicatedMergeTree 테이블의 레플리카에서 데이터 파트를 다운로드한 횟수입니다.
  • ProfileEvent_ReplicatedPartFailedFetches (UInt64) — ReplicatedMergeTree 테이블의 레플리카에서 데이터 파트 다운로드에 실패한 횟수입니다.
  • ProfileEvent_ObsoleteReplicatedParts (UInt64) — 레플리카에서 가져온 다른 데이터 파트에 의해 데이터 파트가 덮여(즉, 덮인 데이터 파트를 더 이상 필요 없는 오래된 데이터 파트로 표시하여) 처리된 횟수입니다.
  • ProfileEvent_ReplicatedPartMerges (UInt64) — ReplicatedMergeTree 테이블의 데이터 파트가 성공적으로 병합된 횟수입니다.
  • ProfileEvent_ReplicatedPartFetchesOfMerged (UInt64) — 직접 병합을 수행하는 대신 ReplicatedMergeTree 테이블의 레플리카에서 이미 병합된 파트를 다운로드하도록 선택한 횟수입니다(일반적으로는 네트워크 트래픽을 줄이기 위해 직접 병합하는 방식을 선호합니다). 이는 병합을 수행하는 데 필요한 소스 파트를 모두 갖추지 못했거나 데이터 파트가 충분히 오래된 경우에 발생합니다.
  • ProfileEvent_ReplicatedPartMutations (UInt64) — ReplicatedMergeTree 테이블의 데이터 파트에 뮤테이션이 성공적으로 적용된 횟수입니다.
  • ProfileEvent_ReplicatedPartChecks (UInt64) — 레플리카에서 데이터 파트에 대해 고급 검색을 수행하거나, 기존 데이터 파트가 필요한지 확인해야 했던 횟수입니다.
  • ProfileEvent_ReplicatedPartChecksFailed (UInt64) — 레플리카에서 데이터 파트에 대한 고급 검색으로도 결과를 얻지 못했거나, 예기치 않은 파트가 발견되어 다른 위치로 이동된 횟수입니다.
  • ProfileEvent_ReplicatedDataLoss (UInt64) — 필요한 데이터 파트가 어떤 레플리카에도 존재하지 않는 횟수입니다(현재 오프라인인 레플리카까지 포함). 이러한 데이터 파트는 확실히 손실된 상태입니다. 이는 비동기 복제에서는 정상적으로 발생할 수 있습니다(quorum 삽입이 활성화되지 않은 경우). 즉, 데이터 파트가 기록된 레플리카에 장애가 발생한 뒤 다시 온라인 상태가 되었을 때 해당 데이터 파트를 가지고 있지 않은 경우입니다.
  • ProfileEvent_ReplicatedCoveredPartsInZooKeeperOnStart (UInt64) — 디버깅용입니다. ZooKeeper에 이를 포함하는 파트가 있지만 디스크에는 존재하지 않는 파트의 수입니다. 서버 시작 시 확인합니다.
  • ProfileEvent_QuorumParts (UInt64) — quorum으로 기록된 데이터 파트 수입니다. sync insert의 경우 1개의 파트로 계산되며, async inserts를 플러시하는 삽입의 경우 async inserts 수만큼 계산될 수도 있습니다.
  • ProfileEvent_QuorumWaitMicroseconds (UInt64) — 삽입 시 쿼럼을 기다리는 데 소요된 총 시간입니다.
  • ProfileEvent_QuorumFailedInserts (UInt64) — 仲裁 수를 충족하지 못해 실패한 삽입 횟수입니다.
  • ProfileEvent_InsertedRows (UInt64) — 모든 테이블에 INSERT된 행 수.
  • ProfileEvent_InsertedBytes (UInt64) — 모든 테이블에 INSERT된 바이트 수(압축되지 않은 값이며, 메모리에 저장된 상태의 컬럼 기준)입니다.
  • ProfileEvent_DelayedInserts (UInt64) — 파티션의 활성 데이터 파트 수가 많아 MergeTree 테이블에 블록을 INSERT할 때 스로틀링된 횟수입니다.
  • ProfileEvent_RejectedInserts (UInt64) — 파티션의 활성 데이터 파트 수가 너무 많아 블록을 MergeTree 테이블에 INSERT하는 작업이 '너무 많은 파트' 예외로 거부된 횟수입니다.
  • ProfileEvent_DelayedInsertsMilliseconds (UInt64) — 파티션의 활성 데이터 파트 수가 많아 MergeTree 테이블에 블록을 INSERT할 때 스로틀링으로 인해 소요된 총 밀리초 수입니다.
  • ProfileEvent_DelayedMutations (UInt64) — 해당 테이블에서 완료되지 않은 뮤테이션 수가 많아 MergeTree 테이블의 mutation이 스로틀링된 횟수입니다.
  • ProfileEvent_RejectedMutations (UInt64) — 테이블에 완료되지 않은 mutation이 너무 많아 'Too many mutations' 예외가 발생해 MergeTree 테이블의 mutation이 거부된 횟수입니다.
  • ProfileEvent_DelayedMutationsMilliseconds (UInt64) — 해당 테이블에 완료되지 않은 뮤테이션 수가 많아 MergeTree 테이블의 뮤테이션이 스로틀링되는 동안 소요된 총 밀리초 수입니다.
  • ProfileEvent_RejectedLightweightUpdates (UInt64) — 패치에 비압축 바이트가 너무 많아 경량 업데이트가 거부된 횟수입니다.
  • ProfileEvent_DistributedDelayedInserts (UInt64) — 대기 중인 바이트 수가 많아 Distributed 테이블에 블록을 INSERT하는 작업이 스로틀링된 횟수입니다.
  • ProfileEvent_DistributedRejectedInserts (UInt64) — 대기 중인 바이트 수가 많아 'Too many bytes' 예외로 인해 블록을 분산 테이블에 INSERT하려는 작업이 거부된 횟수입니다.
  • ProfileEvent_DistributedDelayedInsertsMilliseconds (UInt64) — 대기 중인 바이트 수가 많아 Distributed 테이블에 블록을 INSERT할 때 스로틀링으로 인해 소요된 총 밀리초 수입니다.
  • ProfileEvent_DuplicatedInsertedBlocks (UInt64) — *MergeTree 테이블에 대한 동기식 삽입이 중복 제거된 횟수입니다.
  • ProfileEvent_SelfDuplicatedAsyncInserts (UInt64) — ReplicatedMergeTree 테이블에 INSERT된 블록에서 자체적으로 중복 제거된 비동기 삽입 수입니다.
  • ProfileEvent_DuplicatedAsyncInserts (UInt64) — ReplicatedMergeTree 테이블에 INSERT된 블록에서 중복 제거된 async inserts의 수.
  • ProfileEvent_DuplicationElapsedMicroseconds (UInt64) — *MergeTree 계열 테이블에 INSERT된 블록의 중복 검사에 소요된 총 시간입니다.
  • ProfileEvent_ZooKeeperInit (UInt64) — ZooKeeper와 연결이 설정된 횟수입니다.
  • ProfileEvent_ZooKeeperTransactions (UInt64) — 읽기 및 쓰기 작업과 멀티 트랜잭션을 포함한 ZooKeeper 작업 수입니다.
  • ProfileEvent_ZooKeeperList (UInt64) — ZooKeeper에 대한 'list' (getChildren) 요청의 수입니다.
  • ProfileEvent_ZooKeeperListRecursive (UInt64) — ZooKeeper에 대한 'listRecursive' 요청의 수입니다.
  • ProfileEvent_ZooKeeperCreate (UInt64) — ZooKeeper에 대한 'create' 요청의 수입니다.
  • ProfileEvent_ZooKeeperRemove (UInt64) — ZooKeeper로 전송된 'remove' 요청 수.
  • ProfileEvent_ZooKeeperExists (UInt64) — ZooKeeper에 대한 'exists' 요청의 수입니다.
  • ProfileEvent_ZooKeeperGet (UInt64) — ZooKeeper에 대한 'get' 요청 횟수.
  • ProfileEvent_ZooKeeperSet (UInt64) — ZooKeeper에 대한 'set' 요청의 수입니다.
  • ProfileEvent_ZooKeeperMulti (UInt64) — ZooKeeper에 대한 'multi' 요청 횟수(트랜잭션).
  • ProfileEvent_ZooKeeperMultiRead (UInt64) — ZooKeeper의 읽기 'multi' 요청 수(트랜잭션).
  • ProfileEvent_ZooKeeperMultiWrite (UInt64) — ZooKeeper로 전송된 쓰기 'multi' 요청 수(트랜잭션).
  • ProfileEvent_ZooKeeperCheck (UInt64) — ZooKeeper에 대한 'check' 요청 수입니다. 일반적으로는 단독으로는 큰 의미가 없으며, 복잡한 트랜잭션의 일부일 때만 의미가 있습니다.
  • ProfileEvent_ZooKeeperSync (UInt64) — ZooKeeper에 대한 'sync' 요청 수입니다. 이러한 요청은 거의 필요하지도 않고 유용하지도 않습니다.
  • ProfileEvent_ZooKeeperReconfig (UInt64) — ZooKeeper로 전송된 'reconfig' 요청 수.
  • ProfileEvent_ZooKeeperClose (UInt64) — ZooKeeper와의 연결이 자발적으로 닫힌 횟수입니다.
  • ProfileEvent_ZooKeeperGetACL (UInt64) — ZooKeeper에 대한 'getACL' 요청의 수입니다.
  • ProfileEvent_ZooKeeperWatchResponse (UInt64) — ZooKeeper로부터 watch 알림을 받은 횟수입니다.
  • ProfileEvent_ZooKeeperUserExceptions (UInt64) — 데이터와 관련된 ZooKeeper 작업 중 발생한 예외 수입니다(노드 없음, 잘못된 버전 등).
  • ProfileEvent_ZooKeeperHardwareExceptions (UInt64) — 네트워크(연결 손실 등)와 관련된 ZooKeeper 작업 중 발생한 예외의 수입니다.
  • ProfileEvent_ZooKeeperOtherExceptions (UInt64) — ZooKeeperUserExceptions 및 ZooKeeperHardwareExceptions를 제외한, ZooKeeper 작업 중 발생한 예외 수입니다.
  • ProfileEvent_ZooKeeperWaitMicroseconds (UInt64) — 요청 생성 후 ZooKeeper의 응답을 기다리는 데 소요된 마이크로초 수이며, 모든 요청 스레드에 대해 합산한 값입니다.
  • ProfileEvent_ZooKeeperBytesSent (UInt64) — ZooKeeper와 통신하는 동안 네트워크를 통해 전송한 바이트 수입니다.
  • ProfileEvent_ZooKeeperBytesReceived (UInt64) — ZooKeeper와 통신하는 동안 네트워크를 통해 수신한 바이트 수입니다.
  • ProfileEvent_DistributedConnectionTries (UInt64) — 분산 연결을 시도한 총 횟수입니다.
  • ProfileEvent_DistributedConnectionUsable (UInt64) — 사용 가능한 서버(필수 테이블이 있지만 오래되었을 수 있음)로의 성공적인 분산 연결 총횟수입니다.
  • ProfileEvent_DistributedConnectionFailTry (UInt64) — 재시도 시 분산 연결이 실패한 총 횟수입니다.
  • ProfileEvent_DistributedConnectionMissingTable (UInt64) — 쿼리에 필요한 테이블이 없어 분산 쿼리에서 레플리카를 거부한 횟수입니다.
  • ProfileEvent_DistributedConnectionStaleReplica (UInt64) — 쿼리에 필요한 일부 테이블의 복제 지연이 설정된 임계값보다 높아 분산 쿼리에서 레플리카를 거부한 횟수입니다.
  • ProfileEvent_DistributedConnectionSkipReadOnlyReplica (UInt64) — 레플리카가 읽기 전용 상태여서 Distributed 테이블에 INSERT할 때 건너뛴 레플리카 수
  • ProfileEvent_DistributedConnectionFailAtAll (UInt64) — 모든 재시도가 완료된 후 분산 연결이 실패한 총 횟수입니다.
  • ProfileEvent_Shards (UInt64) — 쿼리에 관여한 세그먼트 수이며, 모든 분산 테이블과 테이블 함수에 걸쳐 합산한 값입니다. 단일 호스트가 여러 테이블에 나타나는 경우 여러 번 집계됩니다. 이 값은 예상되는 전체 세그먼트 수를 나타내며, skip_unavailable_shards 설정으로 건너뛴 세그먼트도 포함됩니다.
  • ProfileEvent_HedgedRequestsChangeReplica (UInt64) — 헤지드 요청에서 레플리카 변경 타임아웃이 만료된 총 횟수입니다.
  • ProfileEvent_SuspendSendingQueryToShard (UInt64) — async_query_sending_for_remote가 활성화된 경우 세그먼트로 쿼리를 보내는 작업이 일시 중단된 총 횟수입니다.
  • ProfileEvent_CompileFunction (UInt64) — 생성된 LLVM 코드의 컴파일(복잡한 표현식을 위한 결합 함수를 생성하기 위한)이 시작된 횟수입니다.
  • ProfileEvent_CompiledFunctionExecute (UInt64) — 컴파일된 함수가 실행된 횟수입니다.
  • ProfileEvent_CompileExpressionsMicroseconds (UInt64) — 표현식을 LLVM 코드로 컴파일하는 데 걸린 총 시간입니다.
  • ProfileEvent_CompileExpressionsBytes (UInt64) — 표현식 컴파일에 사용되는 바이트 수입니다.
  • ProfileEvent_ExecuteShellCommand (UInt64) — 셸 명령어가 실행된 횟수.
  • ProfileEvent_ExternalProcessingCompressedBytesTotal (UInt64) — 외부 처리(정렬/집계/조인)에서 기록한 압축 바이트 수
  • ProfileEvent_ExternalProcessingUncompressedBytesTotal (UInt64) — 외부 처리(정렬/집계/조인)에서 기록된 데이터의 양(비압축 상태, 압축 전)
  • ProfileEvent_ExternalProcessingFilesTotal (UInt64) — 외부 처리(정렬/집계/조인)에 사용되는 파일 수
  • ProfileEvent_ExternalSortWritePart (UInt64) — 외부 메모리 정렬 시 임시 파일을 디스크에 기록한 횟수입니다.
  • ProfileEvent_ExternalSortMerge (UInt64) — 외부 메모리에서 정렬하는 과정에서 임시 파일이 병합된 횟수입니다.
  • ProfileEvent_ExternalSortCompressedBytes (UInt64) — 외부 메모리에서 정렬 시 기록된 압축 바이트 수입니다.
  • ProfileEvent_ExternalSortUncompressedBytes (UInt64) — 외부 메모리에서 정렬할 때 기록되는 데이터의 양(비압축, 즉 압축 전 기준)입니다.
  • ProfileEvent_ExternalAggregationWritePart (UInt64) — 외부 메모리 집계를 위해 임시 파일을 디스크에 기록한 횟수입니다.
  • ProfileEvent_ExternalAggregationMerge (UInt64) — 외부 메모리에서 집계 처리 중 임시 파일이 병합된 횟수입니다.
  • ProfileEvent_ExternalAggregationCompressedBytes (UInt64) — 외부 메모리 집계를 위해 디스크에 기록된 바이트 수입니다.
  • ProfileEvent_ExternalAggregationUncompressedBytes (UInt64) — 외부 메모리 집계를 위해 디스크에 기록된 데이터 양(비압축, 즉 압축 전)입니다.
  • ProfileEvent_ExternalJoinWritePart (UInt64) — 외부 메모리를 사용하는 JOIN에서 임시 파일이 디스크에 기록된 횟수입니다.
  • ProfileEvent_ExternalJoinMerge (UInt64) — 외부 메모리에서 JOIN 처리 중 임시 파일이 병합된 횟수입니다.
  • ProfileEvent_ExternalJoinCompressedBytes (UInt64) — 외부 메모리에서 JOIN용으로 기록된 압축 바이트 수.
  • ProfileEvent_ExternalJoinUncompressedBytes (UInt64) — 외부 메모리에서 JOIN용으로 기록된 데이터의 양(압축되지 않은 상태, 즉 압축 전)입니다.
  • ProfileEvent_IcebergPartitionPrunedFiles (UInt64) — Iceberg 파티션 프루닝 중 건너뛴 파일의 수
  • ProfileEvent_IcebergTrivialCountOptimizationApplied (UInt64) — Iceberg에서 읽는 동안 단순 count 최적화가 적용되었습니다
  • ProfileEvent_IcebergVersionHintUsed (UInt64) — version-hint.text 사용 횟수입니다.
  • ProfileEvent_IcebergMinMaxIndexPrunedFiles (UInt64) — Iceberg에서 MinMax 인덱스를 사용해 제외된 파일 수
  • ProfileEvent_JoinBuildTableRowCount (UInt64) — JOIN 작업의 build 테이블에 있는 총 행 수입니다.
  • ProfileEvent_JoinProbeTableRowCount (UInt64) — JOIN 작업의 프로브 테이블에 있는 총행수입니다.
  • ProfileEvent_JoinResultRowCount (UInt64) — JOIN 작업 결과의 총 행 수입니다.
  • ProfileEvent_JoinNonJoinedTransformBlockCount (UInt64) — NonJoinedBlocksTransform에서 출력한 블록 수.
  • ProfileEvent_JoinNonJoinedTransformRowCount (UInt64) — NonJoinedBlocksTransform에서 출력된 조인되지 않은 행 수입니다.
  • ProfileEvent_JoinDelayedJoinedTransformBlockCount (UInt64) — DelayedJoinedBlocksWorkerTransform이 출력한 블록 수입니다.
  • ProfileEvent_JoinDelayedJoinedTransformRowCount (UInt64) — DelayedJoinedBlocksWorkerTransform에서 출력한 행 수입니다.
  • ProfileEvent_JoinSpillingHashJoinSwitchedToGraceJoin (UInt64) — SpillingHashJoin에서 메모리 한도에 도달해 (Concurrent)HashJoin이 GraceHashJoin으로 전환된 횟수입니다.
  • ProfileEvent_JoinReorderMicroseconds (UInt64) — JOIN 재정렬 알고리즘 실행에 소요된 총 시간입니다.
  • ProfileEvent_JoinOptimizeMicroseconds (UInt64) — JOIN 계획 최적화 실행에 소요된 총 시간입니다.
  • ProfileEvent_QueryPlanOptimizeMicroseconds (UInt64) — 쿼리 계획 최적화에 소요된 총 시간입니다.
  • ProfileEvent_DeltaLakePartitionPrunedFiles (UInt64) — DeltaLake 파티션 프루닝 과정에서 건너뛴 파일 수
  • ProfileEvent_DeltaLakeSnapshotInitializations (UInt64) — DeltaLake 테이블 스냅샷이 초기화된 횟수(객체 스토리지에서 로드됨)
  • ProfileEvent_DeltaLakeScannedFiles (UInt64) — DeltaLake 스캔 콜백 중 스캔한 파일 수
  • ProfileEvent_SlowRead (UInt64) — 파일에서 느리게 읽기가 발생한 횟수입니다. 이는 시스템 과부하를 나타냅니다. 임계값은 read_backoff_* 설정으로 제어됩니다.
  • ProfileEvent_ReadBackoff (UInt64) — 느린 읽기로 인해 쿼리 처리 스레드 수가 감소한 횟수입니다.
  • ProfileEvent_ReplicaPartialShutdown (UInt64) — ZooKeeper에서 세션이 만료되어 복제된 테이블(Replicated Table)이 상태를 해제해야 했던 횟수입니다. ZooKeeper를 다시 사용할 수 있게 될 때마다 상태는 다시 초기화됩니다.
  • ProfileEvent_IndexAnalysisRounds (UInt64) — 쿼리 내에서 인덱스 분석이 수행된 횟수입니다.
  • ProfileEvent_SelectedParts (UInt64) — MergeTree 테이블에서 읽을 대상으로 선택된 데이터 파트 수입니다.
  • ProfileEvent_SelectedPartsTotal (UInt64) — MergeTree 테이블에서 읽을 파트를 선택하기 전의 전체 데이터 파트 수입니다.
  • ProfileEvent_SelectedRanges (UInt64) — MergeTree 테이블에서 읽기 위해 선택된 모든 데이터 파트의 (인접하지 않은) 범위 수입니다.
  • ProfileEvent_SelectedMarks (UInt64) — MergeTree 테이블에서 읽기 위해 선택된 마크(인덱스 그래뉼) 수입니다.
  • ProfileEvent_SelectedMarksTotal (UInt64) — MergeTree 테이블에서 읽을 마크를 선택하기 전의 전체 마크 수(인덱스 그래뉼)입니다.
  • ProfileEvent_SelectedRows (UInt64) — 모든 테이블에서 SELECT된 행의 수입니다.
  • ProfileEvent_SelectedBytes (UInt64) — 모든 테이블에서 SELECT한 바이트 수입니다(비압축 기준이며, 메모리에 저장된 컬럼 기준).
  • ProfileEvent_RowsReadByMainReader (UInt64) — 메인 리더가 MergeTree 테이블에서 읽은 행의 수입니다(PREWHERE 단계 이후).
  • ProfileEvent_RowsReadByPrewhereReaders (UInt64) — prewhere reader가 MergeTree 테이블에서 읽은 행의 총개수입니다.
  • ProfileEvent_LoadedDataParts (UInt64) — 초기화 과정에서 MergeTree 테이블이 로드한 데이터 파트의 수입니다.
  • ProfileEvent_LoadedDataPartsMicroseconds (UInt64) — 초기화 중 MergeTree 테이블이 데이터 파트를 로드하는 데 소요한 마이크로초입니다.
  • ProfileEvent_FilteringMarksWithPrimaryKeyProcessedMarks (UInt64) — PK 분석 중 처리된 총 마크 수입니다.
  • ProfileEvent_FilteringMarksWithPrimaryKeyMicroseconds (UInt64) — PK를 사용해 파트를 필터링하는 데 소요된 시간입니다.
  • ProfileEvent_FilteringMarksWithSecondaryKeysMicroseconds (UInt64) — 스킵 인덱스를 사용해 파트를 필터링하는 데 소요된 시간입니다.
  • ProfileEvent_DistributedIndexAnalysisMicroseconds (UInt64) — 분산 인덱스 분석에 소요된 총 시간
  • ProfileEvent_DistributedIndexAnalysisScheduledReplicas (UInt64) — 분산 인덱스 분석이 예약된 레플리카 수(로컬 레플리카는 1회만 집계됨)
  • ProfileEvent_DistributedIndexAnalysisReplicaUnavailable (UInt64) — 대체 동작 없이 레플리카 하나에서 분산 인덱스 분석이 실패한 횟수(연결 시 실패)
  • ProfileEvent_DistributedIndexAnalysisReplicaFallback (UInt64) — 분산 인덱스 분석이 레플리카 중 하나에서 실패해 로컬 레플리카로 폴백한 횟수
  • ProfileEvent_DistributedIndexAnalysisParts (UInt64) — 분산 인덱스 분석을 위해 전송된 파트의 수
  • ProfileEvent_DistributedIndexAnalysisMissingParts (UInt64) — 분산 인덱스 분석 중 로컬에서 해결될 누락 파트 수
  • ProfileEvent_WaitMarksLoadMicroseconds (UInt64) — 마크를 로드하는 데 걸린 시간
  • ProfileEvent_BackgroundLoadingMarksTasks (UInt64) — 마크를 로드하는 백그라운드 작업 수
  • ProfileEvent_MarksTasksFromCache (UInt64) — 캐시에 이미 있었기 때문에 마크가 동기적으로 로드된 횟수입니다.
  • ProfileEvent_LoadingMarksTasksCanceled (UInt64) — 마크를 로드하는 백그라운드 작업이 취소된 횟수
  • ProfileEvent_LoadedMarksFiles (UInt64) — 불러온 마크 파일 수.
  • ProfileEvent_LoadedMarksCount (UInt64) — 로드된 마크 수(모든 컬럼에 걸친 총합).
  • ProfileEvent_LoadedMarksMemoryBytes (UInt64) — 메모리에 적재된 마크 표현의 크기.
  • ProfileEvent_MarkCacheEvictedBytes (UInt64) — 마크 캐시에서 제거된 바이트 수입니다.
  • ProfileEvent_MarkCacheEvictedMarks (UInt64) — 마크 캐시에서 제거된 마크의 수입니다.
  • ProfileEvent_MarkCacheEvictedFiles (UInt64) — 마크 캐시에서 제거된 마크 파일의 수.
  • ProfileEvent_LoadedPrimaryIndexFiles (UInt64) — 로드된 primary index 파일 수.
  • ProfileEvent_LoadedPrimaryIndexRows (UInt64) — 로드된 기본 키 행 수.
  • ProfileEvent_LoadedPrimaryIndexBytes (UInt64) — 로드된 기본 키 행 수입니다.
  • ProfileEvent_Merge (UInt64) — 실행된 백그라운드 머지 수.
  • ProfileEvent_MergeSourceParts (UInt64) — 병합 대상으로 예약된 원본 파트 수입니다.
  • ProfileEvent_MergedRows (UInt64) — 백그라운드 머지 시 읽은 행 수입니다. 머지 전 기준의 행 수입니다.
  • ProfileEvent_MergedColumns (UInt64) — 병합의 수평 단계에서 병합된 컬럼 개수입니다.
  • ProfileEvent_GatheredColumns (UInt64) — 병합의 수직 단계 동안 수집된 컬럼 수.
  • ProfileEvent_MergedProjections (UInt64) — MergeTree 머지 중 재구축되지 않고 병합된 프로젝션 수입니다.
  • ProfileEvent_RebuiltProjections (UInt64) — MergeTree 머지 중 처음부터 다시 구축된 프로젝션 수.
  • ProfileEvent_MergedUncompressedBytes (UInt64) — 백그라운드 머지를 위해 읽은 비압축 바이트 수(메모리에 저장된 컬럼 기준)입니다. 병합 전 기준 수치입니다.
  • ProfileEvent_MergeWrittenRows (UInt64) — 병합 중에 기록된 행 수입니다.
  • ProfileEvent_MergeTotalMilliseconds (UInt64) — 백그라운드 머지에 소요된 총 시간
  • ProfileEvent_MergeExecuteMilliseconds (UInt64) — 백그라운드 머지 실행에 소요된 총 처리 시간
  • ProfileEvent_MergeCommitMilliseconds (UInt64) — 병합 결과 커밋에 소요된 총 시간(파트 이름 변경, 체크섬 검증, ZooKeeper 업데이트)
  • ProfileEvent_MergeHorizontalStageTotalMilliseconds (UInt64) — 백그라운드 머지의 수평 단계에 소요된 총 시간
  • ProfileEvent_MergeHorizontalStageExecuteMilliseconds (UInt64) — 백그라운드 머지의 수평 단계 실행에 소요된 총 작업 시간
  • ProfileEvent_MergeVerticalStageTotalMilliseconds (UInt64) — 백그라운드 머지의 수직 단계에 걸린 총 시간
  • ProfileEvent_MergeVerticalStageExecuteMilliseconds (UInt64) — 백그라운드 머지의 수직 단계 실행에 사용된 총 작업 시간
  • ProfileEvent_MergeTextIndexStageTotalMilliseconds (UInt64) — 백그라운드 머지의 텍스트 인덱스 단계에 소요된 전체 시간
  • ProfileEvent_MergeTextIndexStageExecuteMilliseconds (UInt64) — 백그라운드 머지의 텍스트 인덱스 단계 실행에 소요된 총 작업 시간
  • ProfileEvent_MergeProjectionStageTotalMilliseconds (UInt64) — 백그라운드 머지의 프로젝션 단계에 소요된 전체 시간
  • ProfileEvent_MergeProjectionStageExecuteMilliseconds (UInt64) — 백그라운드 머지의 프로젝션 단계를 실행하는 데 소요된 총 작업 시간
  • ProfileEvent_MergePrewarmStageTotalMilliseconds (UInt64) — 백그라운드 머지의 예열 단계에 소요된 전체 시간
  • ProfileEvent_MergePrewarmStageExecuteMilliseconds (UInt64) — 백그라운드 머지의 예열 단계를 실행하는 데 소요된 총 작업 시간
  • ProfileEvent_MergesRejectedByMemoryLimit (UInt64) — 메모리 제한으로 인해 거부된 백그라운드 머지의 수
  • ProfileEvent_MergingSortedMilliseconds (UInt64) — 정렬된 컬럼 병합에 소요된 총 시간
  • ProfileEvent_AggregatingSortedMilliseconds (UInt64) — 정렬된 컬럼을 집계하는 데 소요된 총 시간
  • ProfileEvent_CoalescingSortedMilliseconds (UInt64) — 정렬된 컬럼을 병합하는 데 소요된 총 시간
  • ProfileEvent_CollapsingSortedMilliseconds (UInt64) — 정렬된 컬럼을 병합하는 동안 소요된 총 시간
  • ProfileEvent_ReplacingSortedMilliseconds (UInt64) — 정렬된 컬럼을 교체하는 데 소요된 총 시간
  • ProfileEvent_SummingSortedMilliseconds (UInt64) — 정렬된 컬럼을 합산하는 데 소요된 총 시간
  • ProfileEvent_VersionedCollapsingSortedMilliseconds (UInt64) — 정렬된 컬럼에 대해 버전 축소를 수행하는 데 소요된 총 시간
  • ProfileEvent_GatheringColumnMilliseconds (UInt64) — 수직 병합을 위해 컬럼을 수집하는 데 소요된 총 시간
  • ProfileEvent_MutationTotalParts (UInt64) — 뮤테이션 적용이 시도된 전체 파트 수
  • ProfileEvent_MutationUntouchedParts (UInt64) — 프레디케이트에 따라 완전히 건너뛰어져 실제로는 뮤테이션이 적용되지 않았지만, 적용이 시도된 전체 파트 수
  • ProfileEvent_MutationCreatedEmptyParts (UInt64) — mutation을 수행하는 대신 빈 파트로 대체된 전체 파트 수
  • ProfileEvent_MutatedRows (UInt64) — 뮤테이션을 위해 읽은 행 수입니다. 뮤테이션 적용 전의 행 수를 나타냅니다
  • ProfileEvent_MutatedUncompressedBytes (UInt64) — 뮤테이션을 위해 읽은 비압축 바이트 수(메모리에 저장된 컬럼 기준)입니다. 뮤테이션 적용 전의 수치입니다.
  • ProfileEvent_MutationAffectedRowsUpperBound (UInt64) — mutation의 영향을 받은 행 수의 상한입니다(예: UPDATE 또는 DELETE mutation의 프레디케이트를 만족하는 행 수). 실제 행 수는 이보다 약간 적을 수 있습니다
  • ProfileEvent_MutationTotalMilliseconds (UInt64) — 뮤테이션에 소요된 전체 시간입니다.
  • ProfileEvent_MutationExecuteMilliseconds (UInt64) — 뮤테이션 실행에 사용된 총 작업 시간.
  • ProfileEvent_MutationCommitMilliseconds (UInt64) — mutation 결과를 커밋하는 데 소요된 총 시간(part 이름 변경, 체크섬 검증, ZooKeeper 업데이트)
  • ProfileEvent_MutationAllPartColumns (UInt64) — 파트의 모든 컬럼에 대한 mutation 작업이 생성된 횟수
  • ProfileEvent_MutationSomePartColumns (UInt64) — 파트의 일부 컬럼에 대한 뮤테이션 작업이 생성된 횟수
  • ProfileEvent_MutateTaskProjectionsCalculationMicroseconds (UInt64) — 뮤테이션에서 프로젝션 계산에 소요된 시간
  • ProfileEvent_MergeTreeDataWriterRows (UInt64) — MergeTree 테이블에 INSERT된 행 수입니다.
  • ProfileEvent_MergeTreeDataWriterUncompressedBytes (UInt64) — MergeTree 테이블에 삽입된 비압축 바이트 수(컬럼이 메모리에 저장된 형태 기준)입니다.
  • ProfileEvent_MergeTreeDataWriterCompressedBytes (UInt64) — MergeTree 테이블에 INSERT된 데이터를 파일 시스템에 기록한 바이트 수입니다.
  • ProfileEvent_MergeTreeDataWriterBlocks (UInt64) — MergeTree 테이블에 INSERT된 블록의 개수입니다. 각 블록은 레벨 0의 데이터 파트를 이룹니다.
  • ProfileEvent_MergeTreeDataWriterBlocksAlreadySorted (UInt64) — 이미 정렬된 상태로 보이는 MergeTree 테이블에 삽입된 블록 수입니다.
  • ProfileEvent_MergeMutateBackgroundExecutorTaskExecuteStepMicroseconds (UInt64) — MergeMutate executor 작업에서 executeStep() 실행에 소요된 시간입니다.
  • ProfileEvent_MergeMutateBackgroundExecutorTaskCancelMicroseconds (UInt64) — MergeMutate executor 작업에서 cancel()에 소요된 시간입니다.
  • ProfileEvent_MergeMutateBackgroundExecutorTaskResetMicroseconds (UInt64) — MergeMutate executor의 작업 재설정에 소요된 시간.
  • ProfileEvent_MergeMutateBackgroundExecutorWaitMicroseconds (UInt64) — MergeMutate 실행기에서 완료될 때까지 대기하는 데 소요된 시간입니다.
  • ProfileEvent_MoveBackgroundExecutorTaskExecuteStepMicroseconds (UInt64) — Move executor 작업에서 executeStep()에 소요된 시간입니다.
  • ProfileEvent_MoveBackgroundExecutorTaskCancelMicroseconds (UInt64) — Move executor 작업에서 cancel()에 소요된 시간입니다.
  • ProfileEvent_MoveBackgroundExecutorTaskResetMicroseconds (UInt64) — Move 실행기의 작업 재설정에 소요된 시간입니다.
  • ProfileEvent_MoveBackgroundExecutorWaitMicroseconds (UInt64) — Move executor의 완료를 기다리는 데 소요된 시간입니다.
  • ProfileEvent_FetchBackgroundExecutorTaskExecuteStepMicroseconds (UInt64) — Fetch 실행기 작업의 executeStep() 실행에 소요된 시간입니다.
  • ProfileEvent_FetchBackgroundExecutorTaskCancelMicroseconds (UInt64) — Fetch 실행기 작업에서 cancel()을 수행하는 데 소요된 시간.
  • ProfileEvent_FetchBackgroundExecutorTaskResetMicroseconds (UInt64) — Fetch executor에서 작업을 재설정하는 데 소요된 시간입니다.
  • ProfileEvent_FetchBackgroundExecutorWaitMicroseconds (UInt64) — Fetch executor에서 완료될 때까지 대기한 시간입니다.
  • ProfileEvent_CommonBackgroundExecutorTaskExecuteStepMicroseconds (UInt64) — Common executor 작업에서 executeStep()에 소요된 시간입니다.
  • ProfileEvent_CommonBackgroundExecutorTaskCancelMicroseconds (UInt64) — Common executor 작업의 cancel()에 사용된 시간입니다.
  • ProfileEvent_CommonBackgroundExecutorTaskResetMicroseconds (UInt64) — Common executor에서 작업을 재설정하는 데 소요된 시간입니다.
  • ProfileEvent_CommonBackgroundExecutorWaitMicroseconds (UInt64) — Common executor의 완료를 기다리는 데 소요된 시간입니다.
  • ProfileEvent_MergeTreeDataWriterSkipIndicesCalculationMicroseconds (UInt64) — 스킵 인덱스 계산에 소요된 시간
  • ProfileEvent_MergeTreeDataWriterStatisticsCalculationMicroseconds (UInt64) — 통계 계산에 소요된 시간
  • ProfileEvent_MergeTreeDataWriterSortingBlocksMicroseconds (UInt64) — 블록을 정렬하는 데 소요된 시간
  • ProfileEvent_MergeTreeDataWriterMergingBlocksMicroseconds (UInt64) — 특수 MergeTree 엔진에서 입력 블록을 병합하는 데 소요된 시간
  • ProfileEvent_MergeTreeDataWriterProjectionsCalculationMicroseconds (UInt64) — 프로젝션 계산에 소요된 시간
  • ProfileEvent_MergeTreeDataProjectionWriterSortingBlocksMicroseconds (UInt64) — 블록 정렬에 소요된 시간입니다(프로젝션에서는 테이블의 정렬 키와 다른 키를 사용할 수 있습니다)
  • ProfileEvent_MergeTreeDataProjectionWriterMergingBlocksMicroseconds (UInt64) — 블록을 병합하는 데 소요된 시간
  • ProfileEvent_InsertedWideParts (UInt64) — Wide format으로 삽입된 파트의 수입니다.
  • ProfileEvent_InsertedCompactParts (UInt64) — Compact 포맷으로 삽입된 파트 수입니다.
  • ProfileEvent_MergedIntoWideParts (UInt64) — Wide format으로 병합된 파트 수입니다.
  • ProfileEvent_MergedIntoCompactParts (UInt64) — Compact 포맷으로 병합된 파트의 수입니다.
  • ProfileEvent_MergeTreeDataProjectionWriterRows (UInt64) — MergeTree 테이블의 프로젝션에 삽입된 행 수입니다.
  • ProfileEvent_MergeTreeDataProjectionWriterUncompressedBytes (UInt64) — MergeTree 테이블 프로젝션에 삽입된, 컬럼이 메모리에 저장된 상태 기준의 비압축 바이트 수입니다.
  • ProfileEvent_MergeTreeDataProjectionWriterCompressedBytes (UInt64) — MergeTree 테이블 프로젝션에 INSERT된 데이터를 파일 시스템에 기록한 바이트 수입니다.
  • ProfileEvent_MergeTreeDataProjectionWriterBlocks (UInt64) — MergeTree 테이블의 프로젝션에 삽입된 블록 수입니다. 각 블록은 레벨 0 데이터 파트를 형성합니다.
  • ProfileEvent_MergeTreeDataProjectionWriterBlocksAlreadySorted (UInt64) — 이미 정렬된 상태로 보이는 MergeTree 테이블 프로젝션에 INSERT된 블록 수입니다.
  • ProfileEvent_CannotRemoveEphemeralNode (UInt64) — 임시 노드를 제거하려는 중 오류가 발생한 횟수입니다. 이는 문제가 아닙니다. ZooKeeper 라이브러리 구현에서 세션 만료 후 노드가 제거되도록 보장하기 때문입니다.
  • ProfileEvent_RegexpWithMultipleNeedlesCreated (UInt64) — 여러 needle을 포함한 정규 표현식(VectorScan 라이브러리)이 컴파일된 횟수입니다.
  • ProfileEvent_RegexpWithMultipleNeedlesGlobalCacheHit (UInt64) — 전역 캐시에서 여러 needle을 사용하는 컴파일된 정규 표현식(VectorScan 라이브러리)을 가져온 횟수입니다.
  • ProfileEvent_RegexpWithMultipleNeedlesGlobalCacheMiss (UInt64) — multiple needles용으로 컴파일된 정규 표현식(VectorScan 라이브러리)을 전역 캐시에서 가져오지 못한 횟수입니다.
  • ProfileEvent_RegexpLocalCacheHit (UInt64) — 로컬 캐시에서 컴파일된 정규 표현식을 가져온 횟수입니다.
  • ProfileEvent_RegexpLocalCacheMiss (UInt64) — 로컬 캐시에서 컴파일된 정규 표현식을 가져오지 못한 횟수입니다.
  • ProfileEvent_ContextLock (UInt64) — Context 잠금을 획득했거나 획득하려고 시도한 횟수입니다. 이는 전역 잠금입니다.
  • ProfileEvent_ContextLockWaitMicroseconds (UInt64) — Context 잠금 대기 시간(마이크로초)
  • ProfileEvent_StorageBufferFlush (UInt64) — 'Buffer' 테이블의 버퍼가 플러시된 횟수입니다.
  • ProfileEvent_StorageBufferErrorOnFlush (UInt64) — 'Buffer' 테이블의 버퍼가 대상 테이블에 쓰는 중 오류가 발생해 플러시하지 못한 횟수입니다.
  • ProfileEvent_StorageBufferPassedAllMinThresholds (UInt64) — 'Buffer' 테이블에서 버퍼를 플러시하기 위한 최소 임계값 기준이 모두 충족된 횟수입니다.
  • ProfileEvent_StorageBufferPassedTimeMaxThreshold (UInt64) — 'Buffer' 테이블에서 버퍼를 플러시하기 위해 최대 시간 임계값 조건에 도달한 횟수입니다.
  • ProfileEvent_StorageBufferPassedRowsMaxThreshold (UInt64) — 'Buffer' 테이블에서 버퍼를 플러시하기 위한 최대 행 개수 임계값에 도달한 횟수입니다.
  • ProfileEvent_StorageBufferPassedBytesMaxThreshold (UInt64) — 'Buffer' 테이블에서 버퍼를 플러시하기 위한 최대 바이트 임계값에 도달한 횟수입니다.
  • ProfileEvent_StorageBufferPassedTimeFlushThreshold (UInt64) — 'Buffer' 테이블에서 버퍼를 플러시하기 위해 시간 기준의 백그라운드 전용 플러시 임계값에 도달한 횟수입니다. 이는 전문가 전용 메트릭입니다. 이 내용을 읽고 있는데 전문가가 아니라면, 더 이상 읽지 마십시오.
  • ProfileEvent_StorageBufferPassedRowsFlushThreshold (UInt64) — 'Buffer' 테이블에서 버퍼를 플러시하기 위해 행 기준 백그라운드 전용 플러시 임계값에 도달한 횟수입니다. 이는 전문가 전용 메트릭입니다. 이 설명을 읽고 있는데 전문가가 아니라면, 더 이상 읽지 마십시오.
  • ProfileEvent_StorageBufferPassedBytesFlushThreshold (UInt64) — 'Buffer' 테이블에서 버퍼를 플러시하기 위해 바이트 기준의 백그라운드 전용 플러시 임계값에 도달한 횟수입니다. 이 메트릭은 전문가만을 위한 것입니다. 이 내용을 읽고 있는데 전문가가 아니라면, 여기서 그만 읽으십시오.
  • ProfileEvent_StorageBufferLayerLockReadersWaitMilliseconds (UInt64) — 읽기 중 Buffer 레이어를 기다린 시간입니다.
  • ProfileEvent_StorageBufferLayerLockWritersWaitMilliseconds (UInt64) — 쓰기를 위해 사용 가능한 Buffer 레이어를 기다린 시간(Buffer 레이어를 튜닝하는 데 사용할 수 있습니다).
  • ProfileEvent_SystemLogErrorOnFlush (UInt64) — 시스템 로그 중 하나라도 해당 시스템 테이블(system table)로 플러시하지 못한 횟수입니다. 플러시 시도는 반복해서 수행됩니다.
  • ProfileEvent_DictCacheKeysRequested (UInt64) — 'cache' 타입 딕셔너리에 대해 데이터 소스에서 요청한 키 수입니다.
  • ProfileEvent_DictCacheKeysRequestedMiss (UInt64) — 'cache' 타입 딕셔너리에서 데이터 소스에 요청했지만 해당 데이터 소스에서 찾지 못한 키 수입니다.
  • ProfileEvent_DictCacheKeysRequestedFound (UInt64) — 'cache' 타입 딕셔너리에 대해 데이터 소스에 요청되어 데이터 소스에서 발견된 키의 수입니다.
  • ProfileEvent_DictCacheKeysExpired (UInt64) — 'cache' 타입의 딕셔너리에서 조회되었고 캐시에서 발견되었지만 더 이상 유효하지 않은 키 수입니다.
  • ProfileEvent_DictCacheKeysNotFound (UInt64) — 'cache' 타입의 딕셔너리에서 조회했지만 찾지 못한 키 수입니다.
  • ProfileEvent_DictCacheKeysHit (UInt64) — 'cache' 타입의 딕셔너리에서 조회한 키 중 캐시에서 발견된 키 수입니다.
  • ProfileEvent_DictCacheRequestTimeNs (UInt64) — 'cache' 타입 딕셔너리에 대해 외부 데이터 소스를 쿼리하는 데 소요된 나노초 수.
  • ProfileEvent_DictCacheRequests (UInt64) — cache 타입 딕셔너리에 대해 외부 데이터 소스에 수행한 일괄 요청 수입니다.
  • ProfileEvent_DictCacheLockWriteNs (UInt64) — 'cache' 타입 딕셔너리의 데이터를 업데이트하기 위해 쓰기 잠금을 기다리는 데 소요된 나노초 수.
  • ProfileEvent_DictCacheLockReadNs (UInt64) — 'cache' 타입 딕셔너리의 데이터를 조회할 때 읽기 잠금을 기다리는 데 소요된 나노초 수입니다.
  • ProfileEvent_DistributedSyncInsertionTimeoutExceeded (UInt64) — 분산 테이블에 동기 삽입하는 중 세그먼트를 기다리는 동안 타임아웃이 발생했습니다('distributed_foreground_insert' = 1)
  • ProfileEvent_DistributedAsyncInsertionFailures (UInt64) — 분산 테이블에 대한 비동기 삽입 실패 횟수 ('distributed_foreground_insert' = 0인 경우)
  • ProfileEvent_DataAfterMergeDiffersFromReplica (UInt64) — 병합 후 데이터가 다른 레플리카의 데이터와 바이트 단위까지 동일하지 않은 횟수입니다. 원인은 여러 가지가 있을 수 있습니다:
    1. 서버 업데이트 후 더 최신 버전의 압축 라이브러리를 사용함.
    2. 다른 압축 방식을 사용함.
    3. 비결정론적 압축 알고리즘(발생 가능성은 매우 낮음).
    4. 코드의 논리 오류로 인해 비결정론적으로 동작하는 병합 알고리즘.
    5. 코드 버그로 인한 메모리 내 데이터 손상.
    6. 하드웨어 문제로 인한 메모리 내 데이터 손상.
    7. 서버 시작 후 원본 데이터를 수동으로 수정함.
    8. ZooKeeper에 저장된 체크섬을 수동으로 수정함.
    9. 'enable_mixed_granularity_parts'와 같은 파트 형식 관련 설정이 레플리카마다 다름. 서버는 이 상황을 정상적으로 감지했으며, 바이트 단위로 동일한 결과를 강제하기 위해 레플리카에서 병합된 파트를 다운로드합니다.
  • ProfileEvent_DataAfterMutationDiffersFromReplica (UInt64) — mutation 이후 데이터가 다른 레플리카의 데이터와 바이트 단위로 동일하지 않은 횟수입니다. 'DataAfterMergeDiffersFromReplica'에 설명된 이유 외에도, 결정론적이지 않은 mutation으로 인해 발생할 수도 있습니다.
  • ProfileEvent_PolygonsAddedToPool (UInt64) — pointInPolygon 함수의 캐시(pool)에 폴리곤이 추가되었습니다.
  • ProfileEvent_PolygonsInPoolAllocatedBytes (UInt64) — pointInPolygon 함수의 캐시(pool)에 추가된 폴리곤이 차지하는 바이트 수입니다.
  • ProfileEvent_NaiveBayesClassifierModelsLoaded (UInt64) — 로드된 Naive Bayes Classifier 모델의 수입니다.
  • ProfileEvent_NaiveBayesClassifierModelsAllocatedBytes (UInt64) — Naive Bayes Classifier 모델에 할당된 바이트 수입니다.
  • ProfileEvent_USearchAddCount (UInt64) — usearch 인덱스에 추가된 벡터의 수입니다.
  • ProfileEvent_USearchAddVisitedMembers (UInt64) — usearch 인덱스에 벡터를 추가할 때 방문한 노드의 수입니다.
  • ProfileEvent_USearchAddComputedDistances (UInt64) — usearch 인덱스에 벡터를 추가할 때 거리가 계산된 총 횟수입니다.
  • ProfileEvent_USearchSearchCount (UInt64) — usearch 인덱스에서 수행한 검색 작업 수
  • ProfileEvent_USearchSearchVisitedMembers (UInt64) — usearch 인덱스 검색 시 방문한 노드 수입니다.
  • ProfileEvent_USearchSearchComputedDistances (UInt64) — usearch 인덱스를 검색할 때 거리 계산이 수행된 횟수입니다.
  • ProfileEvent_RWLockAcquiredReadLocks (UInt64) — 읽기 잠금을 획득한 횟수입니다(heavy RWLock에서).
  • ProfileEvent_RWLockAcquiredWriteLocks (UInt64) — 쓰기 잠금을 획득한 횟수(heavy RWLock에서).
  • ProfileEvent_RWLockReadersWaitMilliseconds (UInt64) — 읽기 잠금 획득을 위해 대기한 총 시간입니다(heavy RWLock에서).
  • ProfileEvent_RWLockWritersWaitMilliseconds (UInt64) — 쓰기 잠금을 획득할 때까지 대기한 총 시간입니다(heavy RWLock 기준).
  • ProfileEvent_DNSError (UInt64) — DNS 해석 오류의 총 개수
  • ProfileEvent_PartsLockHoldMicroseconds (UInt64) — MergeTree 테이블에서 데이터 파트 잠금을 유지한 총 시간
  • ProfileEvent_PartsLockWaitMicroseconds (UInt64) — MergeTree 테이블에서 데이터 파트 잠금을 기다리는 데 걸린 총 시간
  • ProfileEvent_PartsLocks (UInt64) — MergeTree 테이블에서 데이터 파트 잠금이 획득된 횟수
  • ProfileEvent_SharedPartsLockHoldMicroseconds (UInt64) — MergeTree 테이블에서 공유 데이터 파트 잠금을 유지한 총 시간
  • ProfileEvent_SharedPartsLockWaitMicroseconds (UInt64) — MergeTree 테이블에서 공유 데이터 파트 잠금 대기에 소요된 총 시간
  • ProfileEvent_SharedPartsLocks (UInt64) — MergeTree 테이블에서 공유 데이터 파트 잠금을 획득한 횟수
  • ProfileEvent_RealTimeMicroseconds (UInt64) — 처리 스레드(쿼리 및 기타 작업)에서 소요된 총(벽시계) 시간입니다(이 값은 합계라는 점에 유의하십시오).
  • ProfileEvent_UserTimeMicroseconds (UInt64) — 사용자 모드에서 CPU 명령어를 실행하는 스레드가 쿼리 및 기타 작업을 처리하는 데 소비한 총 시간입니다. 여기에는 메인 메모리 접근, 캐시 미스, 분기 예측 실패, 하이퍼스레딩 등으로 인해 CPU 파이프라인이 정체된 시간도 포함됩니다.
  • ProfileEvent_SystemTimeMicroseconds (UInt64) — OS 커널 모드에서 CPU 명령을 실행하는 처리(쿼리 및 기타 작업) 스레드가 사용한 총 시간입니다. 즉, syscall에 소요된 시간이며, blocking syscall 중 대기 시간은 제외됩니다.
  • ProfileEvent_MemoryOvercommitWaitTimeMicroseconds (UInt64) — OvercommitTracker에서 메모리가 해제될 때까지 대기한 총 시간입니다.
  • ProfileEvent_MemoryAllocatorPurge (UInt64) — 메모리 할당기의 purge가 요청된 총 횟수
  • ProfileEvent_MemoryAllocatorPurgeTimeMicroseconds (UInt64) — 메모리 할당자 정리에 걸린 총 시간
  • ProfileEvent_SoftPageFaults (UInt64) — 쿼리 실행 스레드에서 발생한 소프트 페이지 폴트 수입니다. 소프트 페이지 폴트는 일반적으로 메모리 할당자 캐시에서 미스가 발생했음을 의미하며, 이로 인해 OS에서 새로운 메모리 매핑을 수행한 뒤 물리 메모리 페이지를 할당해야 합니다.
  • ProfileEvent_HardPageFaults (UInt64) — 쿼리 실행 스레드에서 발생한 하드 페이지 폴트 수입니다. 값이 높으면 서버에서 swap을 비활성화하지 않았거나, 메모리 압박이 매우 높은 상황에서 ClickHouse 실행 파일의 메모리 페이지가 축출되었거나, 테이블 데이터에 mmap 읽기 메서드가 정상적으로 사용되고 있음을 나타냅니다.
  • ProfileEvent_OSIOWaitMicroseconds (UInt64) — OS 관점에서 스레드가 IO 작업 결과를 기다리며 소요한 총 시간입니다. 여기에는 페이지 캐시가 포함되지 않은 실제 IO만 해당합니다.
  • ProfileEvent_OSCPUWaitMicroseconds (UInt64) — 스레드가 실행 준비를 마쳤지만 OS가 스케줄링할 때까지 대기한 총 시간으로, OS 관점에서 본 값입니다.
  • ProfileEvent_OSCPUVirtualTimeMicroseconds (UInt64) — OS에서 측정된 CPU 시간입니다. 가상화로 인한 비자발적 대기 시간은 포함되지 않습니다.
  • ProfileEvent_OSReadBytes (UInt64) — 디스크 또는 블록 장치에서 읽은 바이트 수입니다. 페이지 캐시에서 읽은 바이트는 포함되지 않습니다. 블록 크기, readahead 등으로 인해 실제보다 많은 데이터가 포함될 수 있습니다.
  • ProfileEvent_OSWriteBytes (UInt64) — 디스크 또는 블록 장치에 기록된 바이트 수입니다. 페이지 캐시의 더티 페이지에 있는 바이트는 포함되지 않습니다. OS가 비동기적으로 기록한 데이터는 포함되지 않을 수 있습니다.
  • ProfileEvent_OSReadChars (UInt64) — 페이지 캐시와 네트워크 및 기타 파일을 포함해 파일 시스템에서 읽은 바이트 수입니다.
  • ProfileEvent_OSWriteChars (UInt64) — 페이지 캐시, 네트워크 및 기타 파일을 포함해 파일 시스템에 기록된 바이트 수입니다.
  • ProfileEvent_ParallelReplicasHandleRequestMicroseconds (UInt64) — 레플리카의 마크 요청을 처리하는 데 소요된 시간
  • ProfileEvent_ParallelReplicasHandleAnnouncementMicroseconds (UInt64) — 레플리카 간 알림 처리에 소요된 시간
  • ProfileEvent_ParallelReplicasAnnouncementMicroseconds (UInt64) — 알림 전송에 소요된 시간
  • ProfileEvent_ParallelReplicasReadRequestMicroseconds (UInt64) — 읽기 요청에 소요된 시간
  • ProfileEvent_ParallelReplicasReadAssignedMarks (UInt64) — 일관된 해시로 할당된 예정된 마크 수를 모든 레플리카에서 합산한 값
  • ProfileEvent_ParallelReplicasReadUnassignedMarks (UInt64) — 모든 레플리카에 걸쳐 예약된 미할당 마크 수의 합계
  • ProfileEvent_ParallelReplicasReadAssignedForStealingMarks (UInt64) — consistent hash를 통해 가로채기용으로 할당된 예정된 마크 수를 모든 레플리카에서 합산한 값
  • ProfileEvent_ParallelReplicasReadMarks (UInt64) — 해당 레플리카가 읽은 마크의 수
  • ProfileEvent_ParallelReplicasStealingByHashMicroseconds (UInt64) — hash 기반으로 스틸링할 세그먼트를 수집하는 데 소요된 시간
  • ProfileEvent_ParallelReplicasProcessingPartsMicroseconds (UInt64) — 데이터 파트 처리에 소요된 시간
  • ProfileEvent_ParallelReplicasStealingLeftoversMicroseconds (UInt64) — 고립된 세그먼트를 수집하는 데 소요된 시간
  • ProfileEvent_ParallelReplicasCollectingOwnedSegmentsMicroseconds (UInt64) — hash에 의해 할당된 세그먼트를 수집하는 데 소요된 시간
  • ProfileEvent_ParallelReplicasNumRequests (UInt64) — initiator로 보낸 요청 수.
  • ProfileEvent_ParallelReplicasDeniedRequests (UInt64) — initiator에 대한 요청 중 완전히 거부된 요청 수
  • ProfileEvent_CacheWarmerBytesDownloaded (UInt64) — 전용 백그라운드 스레드가 파일 시스템 캐시로 가져와 저장한 데이터 양입니다.
  • ProfileEvent_CacheWarmerDataPartsDownloaded (UInt64) — CacheWarmer가 완전히 가져온 데이터 파트 수입니다.
  • ProfileEvent_IgnoredColdParts (UInt64) — 설정 ignore_cold_parts_seconds를 참조하십시오. 읽기 쿼리가 아직 CacheWarmer에 의해 캐시로 가져와지지 않은 아주 최근의 파트를 무시한 횟수입니다.
  • ProfileEvent_PreferredWarmedUnmergedParts (UInt64) — 설정 prefer_warmed_unmerged_parts_seconds를 참조하십시오. 읽기 쿼리가 CacheWarmer에 의해 아직 캐시로 가져와지지 않은 병합된 파트 대신, 캐시에 있는 오래된 병합 전 파트를 사용한 횟수입니다.
  • ProfileEvent_PerfCPUCycles (UInt64) — 총 CPU 사이클 수입니다. CPU 주파수 스케일링 시 발생하는 변화에 유의하십시오.
  • ProfileEvent_PerfInstructions (UInt64) — 은퇴한 명령어 수입니다. 이 값은 여러 요인의 영향을 받을 수 있으므로 주의해야 하며, 특히 하드웨어 인터럽트 횟수의 영향을 크게 받을 수 있습니다.
  • ProfileEvent_PerfCacheReferences (UInt64) — 캐시 접근 횟수입니다. 일반적으로 최종 단계 캐시(Last Level Cache) 접근을 의미하지만, CPU에 따라 달라질 수 있습니다. 여기에는 prefetch 및 캐시 일관성 메시지가 포함될 수 있으며, 이 역시 CPU 설계에 따라 달라집니다.
  • ProfileEvent_PerfCacheMisses (UInt64) — 캐시 미스를 의미합니다. 일반적으로 Last Level Cache 미스를 나타내며, 캐시 미스율을 계산할 때 PERFCOUNTHWCACHEREFERENCES 이벤트와 함께 사용하도록 설계되었습니다.
  • ProfileEvent_PerfBranchInstructions (UInt64) — 폐기된 분기 명령어 수입니다. Linux 2.6.35 이전에는 AMD 프로세서에서 잘못된 이벤트가 사용되었습니다.
  • ProfileEvent_PerfBranchMisses (UInt64) — 분기 예측이 빗나간 명령어 수입니다.
  • ProfileEvent_PerfBusCycles (UInt64) — 총 사이클 수와 다를 수 있는 버스 사이클 수입니다.
  • ProfileEvent_PerfStalledCyclesFrontend (UInt64) — 명령어 발행 중 정체된 사이클 수.
  • ProfileEvent_PerfStalledCyclesBackend (UInt64) — 명령어 retire 중 정체된 사이클 수입니다.
  • ProfileEvent_PerfRefCPUCycles (UInt64) — 총 사이클 수이며 CPU 주파수 스케일링의 영향을 받지 않습니다.
  • ProfileEvent_PerfCPUClock (UInt64) — CPU 클록, 각 CPU별 고해상도 타이머
  • ProfileEvent_PerfTaskClock (UInt64) — 현재 실행 중인 작업에 대한 클록 카운트
  • ProfileEvent_PerfContextSwitches (UInt64) — 컨텍스트 스위치 수
  • ProfileEvent_PerfCPUMigrations (UInt64) — 프로세스가 새로운 CPU로 이동한 횟수
  • ProfileEvent_PerfAlignmentFaults (UInt64) — 정렬 불일치 오류의 수입니다. 이러한 오류는 정렬되지 않은 메모리 접근이 발생할 때 나타나며, 커널에서 처리할 수는 있지만 성능이 저하됩니다. 이는 일부 아키텍처에서만 발생합니다(x86에서는 발생하지 않습니다).
  • ProfileEvent_PerfEmulationFaults (UInt64) — 에뮬레이션 폴트 수입니다. 커널은 구현되지 않은 명령어를 만나면 때때로 트랩을 발생시키고, 이를 사용자 공간에서 실행할 수 있도록 에뮬레이션합니다. 이로 인해 성능에 부정적인 영향을 줄 수 있습니다.
  • ProfileEvent_PerfMinEnabledTime (UInt64) — 모든 이벤트에서 이벤트가 활성화된 최소 시간입니다. 이벤트 멀티플렉싱의 영향을 추적하는 데 사용됩니다
  • ProfileEvent_PerfMinEnabledRunningTime (UInt64) — 최소 활성화 시간으로 설정된 이벤트의 실행 시간입니다. 이벤트 멀티플렉싱 양을 추적하는 데 사용됩니다.
  • ProfileEvent_PerfDataTLBReferences (UInt64) — 데이터 TLB 참조 횟수
  • ProfileEvent_PerfDataTLBMisses (UInt64) — 데이터 TLB 미스 횟수
  • ProfileEvent_PerfInstructionTLBReferences (UInt64) — 명령어 TLB 참조 수
  • ProfileEvent_PerfInstructionTLBMisses (UInt64) — 명령어 TLB 미스 횟수
  • ProfileEvent_PerfLocalMemoryReferences (UInt64) — 로컬 NUMA 노드 메모리 읽기
  • ProfileEvent_PerfLocalMemoryMisses (UInt64) — 로컬 NUMA 노드 메모리 읽기 미스 횟수
  • ProfileEvent_CannotWriteToWriteBufferDiscard (UInt64) — 파이프가 가득 찼거나 파이프에 쓸 수 없어서 쿼리 프로파일러 또는 시그널 handler가 삭제한 스택 트레이스 수입니다.
  • ProfileEvent_QueryProfilerSignalOverruns (UInt64) — 오버런으로 인해 쿼리 프로파일러 신호 처리를 건너뛴 횟수와, 오버런으로 인해 OS가 전달하지 못한 신호 수의 합계입니다.
  • ProfileEvent_QueryProfilerConcurrencyOverruns (UInt64) — 다른 스레드에서 동시에 실행 중인 쿼리 프로파일러가 너무 많아 과부하 상태를 나타낼 수 있어 쿼리 프로파일러 신호 처리를 중단한 횟수입니다.
  • ProfileEvent_QueryProfilerRuns (UInt64) — QueryProfiler가 실행된 횟수입니다.
  • ProfileEvent_QueryProfilerErrors (UInt64) — 비동기 스택 언와인딩 중 발생한 유효하지 않은 메모리 접근.
  • ProfileEvent_CreatedLogEntryForMerge (UInt64) — ReplicatedMergeTree에서 파트를 병합하기 위한 로그 엔트리를 성공적으로 생성했습니다.
  • ProfileEvent_NotCreatedLogEntryForMerge (UInt64) — 다른 레플리카가 로그를 동시에 업데이트하여 ReplicatedMergeTree에서 파트를 병합하기 위한 로그 엔트리가 생성되지 않았습니다.
  • ProfileEvent_CreatedLogEntryForMutation (UInt64) — ReplicatedMergeTree에서 파트에 mutation을 적용하기 위한 로그 항목을 성공적으로 생성했습니다.
  • ProfileEvent_NotCreatedLogEntryForMutation (UInt64) — 다른 레플리카의 동시 로그 업데이트로 인해 ReplicatedMergeTree에서 파트 mutation용 로그 항목이 생성되지 않음.
  • ProfileEvent_S3ReadMicroseconds (UInt64) — S3 스토리지에 대한 GET 및 HEAD 요청에 걸린 시간입니다.
  • ProfileEvent_S3ReadRequestsCount (UInt64) — S3 storage에 대한 GET 및 HEAD 요청 수입니다.
  • ProfileEvent_S3ReadRequestsErrors (UInt64) — S3 storage에 대한 GET 및 HEAD 요청의 비스로틀링 오류 수입니다.
  • ProfileEvent_S3ReadRequestsThrottling (UInt64) — S3 스토리지에 대한 GET 및 HEAD 요청에서 발생한 429 및 503 오류의 수입니다.
  • ProfileEvent_S3ReadRequestsRedirects (UInt64) — S3 스토리지에 대한 GET 및 HEAD 요청의 리디렉션 수입니다.
  • ProfileEvent_S3ReadRequestAttempts (UInt64) — GET 및 HEAD 요청의 시도 횟수입니다. 최초 시도와 모든 재시도를 포함하지만, S3 재시도 전략에서 내부적으로 수행되는 재시도는 제외합니다
  • ProfileEvent_S3ReadRequestRetryableErrors (UInt64) — S3 retry strategy에 의해 내부적으로 수행된 재시도를 제외한 GET 및 HEAD 요청의 재시도 가능 오류 수
  • ProfileEvent_S3WriteMicroseconds (UInt64) — S3 storage에 대한 POST, DELETE, PUT 및 PATCH 요청에 걸린 시간입니다.
  • ProfileEvent_S3WriteRequestsCount (UInt64) — S3 스토리지로 전송된 POST, DELETE, PUT 및 PATCH 요청 수.
  • ProfileEvent_S3WriteRequestsErrors (UInt64) — S3 storage에 대한 POST, DELETE, PUT 및 PATCH 요청에서 발생한 스로틀링 이외의 오류 수입니다.
  • ProfileEvent_S3WriteRequestsThrottling (UInt64) — S3 storage로 전송되는 POST, DELETE, PUT 및 PATCH 요청에서 발생한 429 및 503 오류의 수입니다.
  • ProfileEvent_S3WriteRequestsRedirects (UInt64) — S3 storage로 전송된 POST, DELETE, PUT 및 PATCH 요청에서 발생한 리디렉션 수.
  • ProfileEvent_S3WriteRequestAttempts (UInt64) — POST, DELETE, PUT 및 PATCH 요청의 시도 횟수로, 초기 시도와 모든 재시도를 포함하지만 재시도 전략에 의해 내부적으로 수행된 재시도는 제외합니다
  • ProfileEvent_S3WriteRequestRetryableErrors (UInt64) — POST, DELETE, PUT 및 PATCH 요청의 재시도 가능 오류 수로, 재시도 전략에서 내부적으로 수행한 재시도는 제외합니다
  • ProfileEvent_DiskS3ReadMicroseconds (UInt64) — DiskS3 storage에 대한 GET 및 HEAD 요청에 걸린 시간입니다.
  • ProfileEvent_DiskS3ReadRequestsCount (UInt64) — DiskS3 저장소에 대한 GET 및 HEAD 요청 수입니다.
  • ProfileEvent_DiskS3ReadRequestsErrors (UInt64) — DiskS3 저장소에 대한 GET 및 HEAD 요청에서 발생한 스로틀링을 제외한 오류 수입니다.
  • ProfileEvent_DiskS3ReadRequestsThrottling (UInt64) — DiskS3 storage에 대한 GET 및 HEAD 요청에서 발생한 429 및 503 오류의 수입니다.
  • ProfileEvent_DiskS3ReadRequestsRedirects (UInt64) — DiskS3 storage의 GET 및 HEAD 요청에서 발생한 리디렉션 수입니다.
  • ProfileEvent_DiskS3ReadRequestAttempts (UInt64) — 초기 시도와 모든 재시도를 포함하되, S3 재시도 전략에 따라 내부적으로 수행되는 재시도는 제외한 DiskS3 스토리지에 대한 GET 및 HEAD 요청 시도 횟수
  • ProfileEvent_DiskS3ReadRequestRetryableErrors (UInt64) — S3 재시도 전략에서 내부적으로 수행한 재시도를 제외한, DiskS3 스토리지에 대한 GET 및 HEAD 요청의 재시도 가능한 오류 수
  • ProfileEvent_DiskS3WriteMicroseconds (UInt64) — DiskS3 storage에 대한 POST, DELETE, PUT 및 PATCH 요청에 소요된 시간입니다.
  • ProfileEvent_DiskS3WriteRequestsCount (UInt64) — DiskS3 스토리지로의 POST, DELETE, PUT 및 PATCH 요청 수입니다.
  • ProfileEvent_DiskS3WriteRequestsErrors (UInt64) — DiskS3 storage에 대한 POST, DELETE, PUT 및 PATCH 요청에서 발생한 스로틀링이 아닌 오류 수입니다.
  • ProfileEvent_DiskS3WriteRequestsThrottling (UInt64) — DiskS3 storage로 전송된 POST, DELETE, PUT 및 PATCH 요청에서 발생한 429 및 503 오류 수입니다.
  • ProfileEvent_DiskS3WriteRequestsRedirects (UInt64) — DiskS3 스토리지로 전송된 POST, DELETE, PUT 및 PATCH 요청에서 발생한 리디렉션 수입니다.
  • ProfileEvent_DiskS3WriteRequestAttempts (UInt64) — DiskS3 storage에 대한 POST, DELETE, PUT 및 PATCH 요청의 시도 횟수입니다. 초기 시도와 모든 재시도를 포함하지만, retry strategy 내부에서 수행되는 재시도는 제외됩니다.
  • ProfileEvent_DiskS3WriteRequestRetryableErrors (UInt64) — 재시도 전략에서 내부적으로 수행한 재시도를 제외한, DiskS3 스토리지에 대한 POST, DELETE, PUT 및 PATCH 요청의 재시도 가능한 오류 수
  • ProfileEvent_S3DeleteObjects (UInt64) — S3 API DeleteObject(s) 호출 수.
  • ProfileEvent_S3CopyObject (UInt64) — S3 API CopyObject 호출 수입니다.
  • ProfileEvent_S3ListObjects (UInt64) — S3 API ListObjects 호출 횟수입니다.
  • ProfileEvent_S3HeadObject (UInt64) — S3 API HeadObject 호출 횟수입니다.
  • ProfileEvent_S3GetObjectTagging (UInt64) — S3 API GetObjectTagging 호출 수입니다.
  • ProfileEvent_S3CreateMultipartUpload (UInt64) — S3 API CreateMultipartUpload 호출 수입니다.
  • ProfileEvent_S3UploadPartCopy (UInt64) — S3 API UploadPartCopy 호출 수입니다.
  • ProfileEvent_S3UploadPart (UInt64) — S3 API UploadPart 호출 수입니다.
  • ProfileEvent_S3AbortMultipartUpload (UInt64) — S3 API AbortMultipartUpload 호출 수입니다.
  • ProfileEvent_S3CompleteMultipartUpload (UInt64) — S3 API CompleteMultipartUpload 호출 수입니다.
  • ProfileEvent_S3PutObject (UInt64) — S3 API PutObject 호출 수입니다.
  • ProfileEvent_S3GetObject (UInt64) — S3 API GetObject 호출 수입니다.
  • ProfileEvent_DiskS3DeleteObjects (UInt64) — DiskS3 API DeleteObject(s) 호출 수입니다.
  • ProfileEvent_DiskS3CopyObject (UInt64) — DiskS3 API CopyObject 호출 횟수입니다.
  • ProfileEvent_DiskS3ListObjects (UInt64) — DiskS3 API의 ListObjects 호출 횟수.
  • ProfileEvent_DiskS3HeadObject (UInt64) — DiskS3 API의 HeadObject 호출 횟수입니다.
  • ProfileEvent_DiskS3GetObjectTagging (UInt64) — DiskS3 API의 GetObjectTagging 호출 횟수.
  • ProfileEvent_DiskS3CreateMultipartUpload (UInt64) — DiskS3 API의 CreateMultipartUpload 호출 횟수입니다.
  • ProfileEvent_DiskS3UploadPartCopy (UInt64) — DiskS3 API의 UploadPartCopy 호출 수.
  • ProfileEvent_DiskS3UploadPart (UInt64) — DiskS3 API의 UploadPart 호출 수입니다.
  • ProfileEvent_DiskS3AbortMultipartUpload (UInt64) — DiskS3 API의 AbortMultipartUpload 호출 횟수.
  • ProfileEvent_DiskS3CompleteMultipartUpload (UInt64) — DiskS3 API의 CompleteMultipartUpload 호출 횟수입니다.
  • ProfileEvent_DiskS3PutObject (UInt64) — DiskS3 API PutObject 호출 횟수입니다.
  • ProfileEvent_DiskS3GetObject (UInt64) — DiskS3 API의 GetObject 호출 횟수입니다.
  • ProfileEvent_DiskPlainRewritableAzureDirectoryCreated (UInt64) — AzureObjectStorage의 'plain_rewritable' 메타데이터 저장소에서 생성된 디렉터리 수입니다.
  • ProfileEvent_DiskPlainRewritableAzureDirectoryRemoved (UInt64) — AzureObjectStorage용 'plain_rewritable' 메타데이터 저장소에서 제거된 디렉터리 수입니다.
  • ProfileEvent_DiskPlainRewritableLocalDirectoryCreated (UInt64) — LocalObjectStorage용 'plain_rewritable' 메타데이터 저장소가 생성한 디렉터리 수.
  • ProfileEvent_DiskPlainRewritableLocalDirectoryRemoved (UInt64) — LocalObjectStorage용 'plain_rewritable' 메타데이터 저장소에서 제거한 디렉터리 수.
  • ProfileEvent_DiskPlainRewritableS3DirectoryCreated (UInt64) — S3ObjectStorage용 'plain_rewritable' 메타데이터 저장소가 생성한 디렉터리 수입니다.
  • ProfileEvent_DiskPlainRewritableS3DirectoryRemoved (UInt64) — S3ObjectStorage용 plain_rewritable 메타데이터 저장소에 의해 제거된 디렉터리 수입니다.
  • ProfileEvent_DiskPlainRewritableLegacyLayoutDiskCount (UInt64) — 레거시 레이아웃의 'plain_rewritable' 디스크 개수.
  • ProfileEvent_S3Clients (UInt64) — 생성된 S3 클라이언트의 수.
  • ProfileEvent_TinyS3Clients (UInt64) — 다른 클라이언트의 기존 auth provider를 재사용하는 S3 클라이언트 복사본 수입니다.
  • ProfileEvent_EngineFileLikeReadFiles (UInt64) — 파일을 사용하는 테이블 엔진(File/S3/URL/HDFS 등)에서 읽은 파일 수.
  • ProfileEvent_ReadBufferFromS3Microseconds (UInt64) — S3에서 읽기에 소요된 시간입니다.
  • ProfileEvent_ReadBufferFromS3InitMicroseconds (UInt64) — S3 연결을 초기화하는 데 소요된 시간입니다.
  • ProfileEvent_ReadBufferFromS3Bytes (UInt64) — S3에서 읽어 들인 바이트 수입니다.
  • ProfileEvent_ReadBufferFromS3RequestsErrors (UInt64) — S3에서 읽는 중 발생한 예외 수입니다.
  • ProfileEvent_WriteBufferFromS3Microseconds (UInt64) — S3에 쓰는 데 걸린 시간입니다.
  • ProfileEvent_WriteBufferFromS3Bytes (UInt64) — S3에 기록된 바이트 수.
  • ProfileEvent_WriteBufferFromS3RequestsErrors (UInt64) — S3에 쓰는 중 발생한 예외 수입니다.
  • ProfileEvent_WriteBufferFromS3WaitInflightLimitMicroseconds (UInt64) — 현재 요청 수가 s3_max_inflight_parts_for_one_file에 정의된 한도에 도달했을 때, 현재 진행 중인 요청 일부가 완료될 때까지 대기하는 데 소요된 시간입니다.
  • ProfileEvent_QueryMemoryLimitExceeded (UInt64) — 쿼리의 메모리 제한을 초과한 횟수.
  • ProfileEvent_MemoryAllocatedWithoutCheck (UInt64) — 메모리 제약 조건을 확인하지 않고 메모리를 할당한 횟수입니다.
  • ProfileEvent_MemoryAllocatedWithoutCheckBytes (UInt64) — 메모리 제약 조건을 확인하지 않고 할당된 바이트 양입니다.
  • ProfileEvent_AzureGetObject (UInt64) — Azure API GetObject 호출 수입니다.
  • ProfileEvent_AzureUpload (UInt64) — Azure Blob Storage API Upload 호출 수
  • ProfileEvent_AzureStageBlock (UInt64) — Azure Blob Storage API StageBlock 호출 수
  • ProfileEvent_AzureCommitBlockList (UInt64) — Azure Blob Storage API CommitBlockList 호출 수
  • ProfileEvent_AzureCopyObject (UInt64) — Azure Blob Storage API CopyObject 호출 수
  • ProfileEvent_AzureDeleteObjects (UInt64) — Azure Blob Storage API DeleteObject(s) 호출 횟수.
  • ProfileEvent_AzureListObjects (UInt64) — Azure Blob Storage API ListObjects 호출 수.
  • ProfileEvent_AzureGetProperties (UInt64) — Azure Blob Storage API GetProperties 호출 수입니다.
  • ProfileEvent_AzureCreateContainer (UInt64) — Azure Blob Storage API CreateContainer 호출 수.
  • ProfileEvent_DiskAzureGetObject (UInt64) — Disk Azure API의 GetObject 호출 횟수.
  • ProfileEvent_DiskAzureUpload (UInt64) — 디스크 Azure Blob Storage API Upload 호출 횟수
  • ProfileEvent_DiskAzureStageBlock (UInt64) — Disk Azure Blob Storage API StageBlock 호출 횟수
  • ProfileEvent_DiskAzureCommitBlockList (UInt64) — 디스크 Azure Blob Storage API의 CommitBlockList 호출 수
  • ProfileEvent_DiskAzureCopyObject (UInt64) — 디스크 Azure Blob Storage API CopyObject 호출 횟수
  • ProfileEvent_DiskAzureListObjects (UInt64) — Disk Azure Blob Storage API ListObjects 호출 수입니다.
  • ProfileEvent_DiskAzureDeleteObjects (UInt64) — Azure Blob Storage API DeleteObject 호출 횟수.
  • ProfileEvent_DiskAzureGetProperties (UInt64) — Disk Azure Blob Storage API의 GetProperties 호출 수.
  • ProfileEvent_DiskAzureCreateContainer (UInt64) — Disk Azure Blob Storage API의 CreateContainer 호출 횟수.
  • ProfileEvent_ReadBufferFromAzureMicroseconds (UInt64) — Azure에서 읽기에 소요된 시간입니다.
  • ProfileEvent_ReadBufferFromAzureInitMicroseconds (UInt64) — Azure 연결을 초기화하는 데 걸린 시간입니다.
  • ProfileEvent_ReadBufferFromAzureBytes (UInt64) — Azure에서 읽은 바이트 수
  • ProfileEvent_ReadBufferFromAzureRequestsErrors (UInt64) — Azure에서 읽는 중 발생한 예외 수
  • ProfileEvent_CachedReadBufferReadFromCacheHits (UInt64) — 파일 시스템 캐시에서 읽을 때 캐시에 적중한 횟수입니다.
  • ProfileEvent_CachedReadBufferReadFromCacheMisses (UInt64) — 파일 시스템 캐시에서 읽을 때 캐시 미스가 발생한 횟수입니다.
  • ProfileEvent_CachedReadBufferReadFromSourceMicroseconds (UInt64) — 파일 시스템 캐시 소스(원격 파일 시스템 등)에서 읽기에 소요된 시간
  • ProfileEvent_CachedReadBufferWaitReadBufferMicroseconds (UInt64) — 내부 읽기 버퍼를 기다리는 데 소요된 시간(캐시 대기 포함)
  • ProfileEvent_CachedReadBufferPredownloadedFromSourceMicroseconds (UInt64) — 사전 다운로드를 위해 파일 시스템 캐시 소스(원격 파일 시스템 등)에서 읽는 데 걸린 시간
  • ProfileEvent_CachedReadBufferReadFromCacheMicroseconds (UInt64) — 파일 시스템 캐시에서 읽는 데 걸린 시간
  • ProfileEvent_CachedReadBufferReadFromSourceBytes (UInt64) — 파일 시스템 캐시 소스(원격 fs 등)에서 읽은 바이트 수
  • ProfileEvent_CachedReadBufferPredownloadedFromSourceBytes (UInt64) — 사전 다운로드를 위해 파일 시스템 캐시 소스(원격 fs 등)에서 읽어 온 바이트 수
  • ProfileEvent_CachedReadBufferReadFromCacheBytes (UInt64) — 파일 시스템 캐시에서 읽은 바이트 수
  • ProfileEvent_CachedReadBufferPredownloadedBytes (UInt64) — 파일 시스템 캐시 소스에서 읽은 바이트 수입니다. 캐시 세그먼트는 전체를 왼쪽에서 오른쪽으로 순차적으로 읽기 때문에, 필요한 데이터에 도달하기 위해 현재 작업과 무관한 세그먼트 일부를 미리 다운로드해야 할 수 있습니다.
  • ProfileEvent_CachedReadBufferCacheWriteBytes (UInt64) — 소스(원격 fs 등)에서 파일 시스템 캐시에 기록된 바이트 수
  • ProfileEvent_CachedReadBufferCacheWriteMicroseconds (UInt64) — 파일 시스템 캐시에 데이터를 쓰는 데 걸린 시간
  • ProfileEvent_CachedReadBufferCreateBufferMicroseconds (UInt64) — 버퍼 준비 시간
  • ProfileEvent_CachedWriteBufferCacheWriteBytes (UInt64) — 소스(원격 fs 등)에서 파일 시스템 캐시로 기록된 바이트 수
  • ProfileEvent_CachedWriteBufferCacheWriteMicroseconds (UInt64) — 파일 시스템 캐시에 데이터를 쓰는 데 걸린 시간
  • ProfileEvent_FilesystemCacheLoadMetadataMicroseconds (UInt64) — 파일 시스템 캐시 메타데이터를 로드하는 데 걸린 시간
  • ProfileEvent_FilesystemCacheEvictedBytes (UInt64) — 파일 시스템 캐시에서 제거된 바이트 수
  • ProfileEvent_FilesystemCacheCreatedKeyDirectories (UInt64) — 생성된 키 디렉터리의 수
  • ProfileEvent_FilesystemCacheEvictedFileSegments (UInt64) — 파일 시스템 캐시에서 제거된 파일 세그먼트 수
  • ProfileEvent_FilesystemCacheEvictedFileSegmentsDuringPriorityIncrease (UInt64) — 파일 세그먼트의 우선순위를 높일 때 파일 시스템 캐시에서 제거되는 파일 세그먼트 수(SLRU 캐시 정책에 적용)
  • ProfileEvent_FilesystemCacheBackgroundDownloadQueuePush (UInt64) — 파일 시스템 캐시에서 백그라운드 다운로드를 위해 전송된 파일 세그먼트 수
  • ProfileEvent_FilesystemCacheEvictionSkippedFileSegments (UInt64) — 해제할 수 없는 상태이므로 제거 대상에서 제외된 파일 세그먼트 수
  • ProfileEvent_FilesystemCacheEvictionSkippedEvictingFileSegments (UInt64) — 이미 축출 중인 상태여서 축출 대상에서 제외된 파일 세그먼트 수
  • ProfileEvent_FilesystemCacheEvictionSkippedMovingFileSegments (UInt64) — 이동 상태여서 축출되지 않고 건너뛴 파일 세그먼트 수
  • ProfileEvent_FilesystemCacheEvictionTries (UInt64) — 파일 시스템 캐시 축출 시도 횟수
  • ProfileEvent_FilesystemCacheEvictionReusedIterator (UInt64) — 파일 시스템 캐시 반복자의 재사용 횟수
  • ProfileEvent_FilesystemCacheLockKeyMicroseconds (UInt64) — 캐시 키 잠금 소요 시간
  • ProfileEvent_FilesystemCacheLockMetadataMicroseconds (UInt64) — 파일 시스템 캐시 메타데이터를 잠그는 데 걸린 시간
  • ProfileEvent_FilesystemCachePriorityWriteLockMicroseconds (UInt64) — 우선순위 큐에 쓰기 위해 파일 시스템 캐시를 잠그는 시간
  • ProfileEvent_FilesystemCachePriorityReadLockMicroseconds (UInt64) — 우선순위 큐에서 읽기 위해 파일 시스템 캐시를 잠그는 데 걸린 시간
  • ProfileEvent_FilesystemCacheStateLockMicroseconds (UInt64) — 상태 잠금을 위한 파일 시스템 캐시 잠금 시간
  • ProfileEvent_FilesystemCacheReserveMicroseconds (UInt64) — 파일 시스템 캐시 공간 예약에 걸린 시간
  • ProfileEvent_FilesystemCacheReserveAttempts (UInt64) — 파일 시스템 캐시 공간 예약 시도 횟수
  • ProfileEvent_FilesystemCacheEvictMicroseconds (UInt64) — 파일 시스템 캐시 축출 시간
  • ProfileEvent_FilesystemCacheGetOrSetMicroseconds (UInt64) — 파일 시스템 캐시 getOrSet() 소요 시간
  • ProfileEvent_FilesystemCacheGetMicroseconds (UInt64) — 파일 시스템 캐시 get() 소요 시간
  • ProfileEvent_FilesystemCacheBackgroundEvictedFileSegments (UInt64) — 백그라운드 스레드가 축출한 파일 세그먼트 수
  • ProfileEvent_FilesystemCacheBackgroundEvictedBytes (UInt64) — 백그라운드 스레드가 축출한 바이트 수
  • ProfileEvent_FilesystemCacheCheckCorrectness (UInt64) — FileCache::assertCacheCorrectness가 호출된 총 횟수
  • ProfileEvent_FilesystemCacheCheckCorrectnessMicroseconds (UInt64) — FileCache::assertCacheCorrectness에 소요되는 시간
  • ProfileEvent_FileSegmentWaitMicroseconds (UInt64) — DOWNLOADING 상태에서의 대기
  • ProfileEvent_FileSegmentCompleteMicroseconds (UInt64) — 파일 시스템 캐시에서 FileSegment::complete()의 실행 시간
  • ProfileEvent_FileSegmentLockMicroseconds (UInt64) — 파일 세그먼트를 잠그는 시간
  • ProfileEvent_FileSegmentWriteMicroseconds (UInt64) — 파일 세그먼트 write() 소요 시간
  • ProfileEvent_FileSegmentIncreasePriorityMicroseconds (UInt64) — 파일 세그먼트의 우선순위를 높이는 데 걸린 시간
  • ProfileEvent_FileSegmentRemoveMicroseconds (UInt64) — 파일 세그먼트 remove() 소요 시간
  • ProfileEvent_FileSegmentHolderCompleteMicroseconds (UInt64) — 파일 세그먼트 홀더의 complete() 소요 시간
  • ProfileEvent_FileSegmentFailToIncreasePriority (UInt64) — cache 잠금에서 경합이 심해 우선순위를 높이지 못한 횟수
  • ProfileEvent_FilesystemCacheFailToReserveSpaceBecauseOfLockContention (UInt64) — 캐시 잠금 경합이 높아 공간 예약을 건너뛴 횟수
  • ProfileEvent_FilesystemCacheFailToReserveSpaceBecauseOfCacheResize (UInt64) — 캐시 크기 조정 중 공간 예약을 건너뛴 횟수
  • ProfileEvent_FilesystemCacheHoldFileSegments (UInt64) — 유지 중인 파일 시스템 캐시 파일 세그먼트 수
  • ProfileEvent_FilesystemCacheUnusedHoldFileSegments (UInt64) — 보유되었지만 사용되지 않은(seek 또는 LIMIT n 등으로 인해) 파일 시스템 캐시 파일 세그먼트 수
  • ProfileEvent_FilesystemCacheFreeSpaceKeepingThreadRun (UInt64) — 백그라운드 스레드가 여유 공간을 유지하는 작업을 실행한 횟수
  • ProfileEvent_FilesystemCacheFreeSpaceKeepingThreadWorkMilliseconds (UInt64) — 백그라운드 스레드가 여유 공간 유지 작업을 수행하는 데 소요된 시간
  • ProfileEvent_FilesystemCacheFailedEvictionCandidates (UInt64) — 동적 파일 시스템 캐시 축출 중 예기치 않게 축출에 실패한 파일 세그먼트 수
  • ProfileEvent_RemoteFSSeeks (UInt64) — 비동기 버퍼에 대한 seek의 총 횟수
  • ProfileEvent_RemoteFSPrefetches (UInt64) — 원격 파일 시스템에서 비동기 읽기를 통해 수행된 사전 읽기 횟수
  • ProfileEvent_RemoteFSCancelledPrefetches (UInt64) — seek로 인해 취소된 사전 읽기 횟수
  • ProfileEvent_RemoteFSUnusedPrefetches (UInt64) — 버퍼가 소멸될 때 대기 중인 프리페치 수
  • ProfileEvent_RemoteFSPrefetchedReads (UInt64) — 미리 읽기(prefetch) 버퍼에서 읽은 횟수
  • ProfileEvent_RemoteFSPrefetchedBytes (UInt64) — 미리 읽기(prefetch) 버퍼의 바이트 수
  • ProfileEvent_RemoteFSUnprefetchedReads (UInt64) — 미리 읽기(prefetch)되지 않은 버퍼에서 읽은 횟수
  • ProfileEvent_RemoteFSUnprefetchedBytes (UInt64) — 미리 읽기(prefetch)되지 않은 버퍼의 바이트 수
  • ProfileEvent_RemoteFSLazySeeks (UInt64) — 지연 seek 횟수
  • ProfileEvent_RemoteFSSeeksWithReset (UInt64) — 새 연결이 생성되는 seek 작업 수
  • ProfileEvent_RemoteFSBuffers (UInt64) — 원격 파일 시스템에서 비동기적으로 읽기 위해 생성된 버퍼의 수
  • ProfileEvent_MergeTreePrefetchedReadPoolInit (UInt64) — MergeTreePrefetchedReadPool에서 작업 준비에 소요된 시간
  • ProfileEvent_WaitPrefetchTaskMicroseconds (UInt64) — 미리 읽기(prefetch) reader를 기다리는 데 소요된 시간
  • ProfileEvent_ThreadpoolReaderTaskMicroseconds (UInt64) — 비동기 읽기에서 데이터를 가져오는 데 걸린 시간
  • ProfileEvent_ThreadpoolReaderPrepareMicroseconds (UInt64) — 준비 작업에 소요된 시간(예: reader seek() 메서드 호출)
  • ProfileEvent_ThreadpoolReaderReadBytes (UInt64) — 비동기 읽기 시 스레드 풀 작업에서 읽은 바이트 수
  • ProfileEvent_ThreadpoolReaderSubmit (UInt64) — 비동기 읽기 중 스레드 풀 작업에서 읽은 바이트 수
  • ProfileEvent_ThreadpoolReaderSubmitReadSynchronously (UInt64) — 스레드 풀에 작업을 예약하지 않고 대신 동기적으로 읽기를 수행한 횟수
  • ProfileEvent_ThreadpoolReaderSubmitReadSynchronouslyBytes (UInt64) — 동기적으로 읽은 바이트의 수
  • ProfileEvent_ThreadpoolReaderSubmitReadSynchronouslyMicroseconds (UInt64) — 동기식 읽기에 소요된 시간
  • ProfileEvent_ThreadpoolReaderSubmitLookupInCacheMicroseconds (UInt64) — 콘텐츠가 캐시에 저장되어 있는지 확인하는 데 소요된 시간
  • ProfileEvent_AsynchronousReaderIgnoredBytes (UInt64) — 비동기 읽기 과정에서 무시된 바이트 수
  • ProfileEvent_ReadBufferSeekCancelConnection (UInt64) — 새 연결(s3, http)을 유발하는 seek 횟수
  • ProfileEvent_SleepFunctionCalls (UInt64) — sleep function(sleep, sleepEachRow)이 호출된 총 횟수입니다.
  • ProfileEvent_SleepFunctionMicroseconds (UInt64) — sleep function(sleep, sleepEachRow)에서 대기하도록 설정된 시간입니다.
  • ProfileEvent_SleepFunctionElapsedMicroseconds (UInt64) — sleep function(sleep, sleepEachRow)에서 대기하는 데 소요된 시간입니다.
  • ProfileEvent_ThreadPoolReaderPageCacheHit (UInt64) — ThreadPoolReader 내부에서 읽기가 페이지 캐시를 통해 수행된 횟수입니다.
  • ProfileEvent_ThreadPoolReaderPageCacheHitBytes (UInt64) — ThreadPoolReader 내부에서 페이지 캐시를 통해 읽기가 수행될 때 읽은 바이트 수입니다.
  • ProfileEvent_ThreadPoolReaderPageCacheHitElapsedMicroseconds (UInt64) — ThreadPoolReader에서 페이지 캐시에서 데이터를 읽는 데 소요된 시간입니다.
  • ProfileEvent_ThreadPoolReaderPageCacheMiss (UInt64) — ThreadPoolReader 내부에서의 읽기가 페이지 캐시에서 처리되지 않고 스레드 풀로 전달된 횟수입니다.
  • ProfileEvent_ThreadPoolReaderPageCacheMissBytes (UInt64) — 읽기가 페이지 캐시에서 수행되지 않아 스레드 풀로 전달되었을 때 ThreadPoolReader 내부에서 읽은 바이트 수입니다.
  • ProfileEvent_ThreadPoolReaderPageCacheMissElapsedMicroseconds (UInt64) — ThreadPoolReader의 비동기 작업 내에서 페이지 캐시가 아닌 곳에서 데이터를 읽을 때 소요된 시간입니다.
  • ProfileEvent_AsynchronousReadWaitMicroseconds (UInt64) — 비동기 로컬 읽기 중 비동기 읽기를 기다리는 데 소요된 시간입니다.
  • ProfileEvent_SynchronousReadWaitMicroseconds (UInt64) — 비동기 로컬 읽기에서 동기 읽기를 대기하는 데 소요된 시간.
  • ProfileEvent_AsynchronousRemoteReadWaitMicroseconds (UInt64) — 비동기 원격 읽기를 대기하는 데 소요된 시간입니다.
  • ProfileEvent_SynchronousRemoteReadWaitMicroseconds (UInt64) — 동기식 원격 읽기를 대기하는 데 소요된 시간입니다.
  • ProfileEvent_ExternalDataSourceLocalCacheReadBytes (UInt64) — RemoteReadBufferCache의 로컬 캐시 버퍼에서 읽어들인 바이트 수
  • ProfileEvent_MainConfigLoads (UInt64) — 기본 설정을 다시 로드한 횟수입니다.
  • ProfileEvent_AggregationPreallocatedElementsInHashTables (UInt64) — 집계를 위해 해시 테이블에 미리 할당된 요소 수입니다.
  • ProfileEvent_AggregationHashTablesInitializedAsTwoLevel (UInt64) — 집계를 위해 2단계 해시 테이블로 초기화된 횟수입니다.
  • ProfileEvent_AggregationOptimizedEqualRangesOfKeys (UInt64) — 동일한 키 범위에 대한 최적화가 적용된 블록 수
  • ProfileEvent_HashJoinPreallocatedElementsInHashTables (UInt64) — 해시 조인을 위해 해시 테이블에 미리 할당된 요소 수입니다.
  • ProfileEvent_MetadataFromKeeperCacheHit (UInt64) — Keeper에 요청을 보내지 않고 캐시에서 객체 스토리지 메타데이터 요청을 처리한 횟수
  • ProfileEvent_MetadataFromKeeperCacheMiss (UInt64) — 객체 스토리지 메타데이터 요청에 대해 Keeper가 응답해야 했던 횟수
  • ProfileEvent_MetadataFromKeeperCacheTooManyInvalidated (UInt64) — 파일 시스템 캐시가 무효화된 항목을 과도하게 많이 반환한 횟수
  • ProfileEvent_MetadataFromKeeperCacheUpdateMicroseconds (UInt64) — Keeper의 응답 대기 시간을 포함해 캐시 업데이트에 소요된 총 시간
  • ProfileEvent_MetadataFromKeeperUpdateCacheOneLevel (UInt64) — 디렉터리 트리의 한 단계에 대해 캐시 업데이트가 수행된 횟수
  • ProfileEvent_MetadataFromKeeperTransactionCommit (UInt64) — 메타데이터 트랜잭션 커밋 시도 횟수
  • ProfileEvent_MetadataFromKeeperTransactionCommitRetry (UInt64) — 메타데이터 트랜잭션 커밋 재시도 횟수
  • ProfileEvent_MetadataFromKeeperCleanupTransactionCommit (UInt64) — 삭제된 객체 정리를 위한 메타데이터 트랜잭션 커밋을 시도한 횟수
  • ProfileEvent_MetadataFromKeeperCleanupTransactionCommitRetry (UInt64) — 삭제된 객체 정리를 위한 메타데이터 트랜잭션 커밋을 재시도한 횟수
  • ProfileEvent_MetadataFromKeeperOperations (UInt64) — Keeper에 요청을 보낸 횟수
  • ProfileEvent_MetadataFromKeeperIndividualOperations (UInt64) — Keeper로 전송된 단일 또는 다중 요청으로 읽거나 기록된 경로 수
  • ProfileEvent_MetadataFromKeeperIndividualOperationsMicroseconds (UInt64) — Keeper에 대한 단일 또는 다중 요청을 처리하는 동안 소요된 시간
  • ProfileEvent_MetadataFromKeeperReconnects (UInt64) — Keeper에 재연결한 횟수
  • ProfileEvent_MetadataFromKeeperBackgroundCleanupObjects (UInt64) — 백그라운드 작업에 의해 오래전에 삭제된 객체 정리가 수행된 횟수
  • ProfileEvent_MetadataFromKeeperBackgroundCleanupTransactions (UInt64) — 백그라운드 작업으로 오래된 트랜잭션 멱등성 토큰이 정리된 횟수
  • ProfileEvent_MetadataFromKeeperBackgroundCleanupBlobs (UInt64) — 백그라운드 작업으로 빈 blob 레이아웃 파트를 정리한 횟수
  • ProfileEvent_MetadataFromKeeperBackgroundCleanupErrors (UInt64) — 백그라운드 정리 작업에서 오류가 발생한 총 횟수
  • ProfileEvent_BlobKillerThreadRuns (UInt64) — BlobKiller 스레드가 실행된 횟수
  • ProfileEvent_BlobKillerThreadLockedBlobs (UInt64) — 메타데이터 스토리지에서 반환된 blob의 수
  • ProfileEvent_BlobKillerThreadRemoveTasks (UInt64) — BlobKiller가 생성한 제거 작업의 수
  • ProfileEvent_BlobKillerThreadRemovedBlobs (UInt64) — BlobKiller가 제거한 blob의 개수
  • ProfileEvent_BlobKillerThreadRecordedBlobs (UInt64) — BlobKiller에 의한 삭제가 메타데이터 저장소에 기록된 blob의 수
  • ProfileEvent_BlobKillerThreadLockBlobsErrors (UInt64) — BlobKiller 실행 중 발생한 blob 잠금 오류 횟수
  • ProfileEvent_BlobKillerThreadRemoveBlobsErrors (UInt64) — BlobKiller 실행 중 blob 제거 과정에서 발생한 오류 수
  • ProfileEvent_BlobKillerThreadRecordBlobsErrors (UInt64) — BlobKiller 실행 중 blob 기록 과정에서 발생한 오류 수
  • ProfileEvent_BlobCopierThreadRuns (UInt64) — BlobCopier 스레드의 실행 횟수
  • ProfileEvent_BlobCopierThreadLockedBlobs (UInt64) — 메타데이터 저장소에서 반환된 blob의 수
  • ProfileEvent_BlobCopierThreadReplicatedBlobs (UInt64) — BlobCopier가 복제한 blob의 수
  • ProfileEvent_BlobCopierThreadRecordedBlobs (UInt64) — 메타데이터 스토리지에 BlobCopier에 의한 복제가 기록된 blob의 수
  • ProfileEvent_BlobCopierThreadLockBlobsErrors (UInt64) — BlobCopier 실행 중 발생한 blob 잠금 오류 수
  • ProfileEvent_BlobCopierThreadReplicateBlobsErrors (UInt64) — BlobCopier 실행 중 발생한 blob 복제 오류의 수
  • ProfileEvent_BlobCopierThreadRecordBlobsErrors (UInt64) — BlobCopier 실행 중 기록 오류가 발생한 blob 수
  • ProfileEvent_SharedMergeTreeMetadataCacheHintLoadedFromCache (UInt64) — Keeper에 접근하지 않고 메타데이터 캐시 힌트를 찾은 횟수
  • ProfileEvent_KafkaRebalanceRevocations (UInt64) — 파티션 할당 해제 횟수(consumer group 리밸런싱의 첫 번째 단계)
  • ProfileEvent_KafkaRebalanceAssignments (UInt64) — 파티션 할당 횟수(컨슈머 그룹 리밸런스의 마지막 단계)
  • ProfileEvent_KafkaRebalanceErrors (UInt64) — 컨슈머 그룹 리밸런스 실패 횟수
  • ProfileEvent_KafkaMessagesPolled (UInt64) — librdkafka에서 ClickHouse로 폴링해 온 Kafka 메시지 수
  • ProfileEvent_KafkaMessagesRead (UInt64) — ClickHouse에서 이미 처리된 Kafka 메시지 수
  • ProfileEvent_KafkaMessagesFailed (UInt64) — ClickHouse가 파싱하지 못한 Kafka 메시지 수
  • ProfileEvent_KafkaRowsRead (UInt64) — Kafka 메시지에서 파싱된 행 수
  • ProfileEvent_KafkaRowsRejected (UInt64) — 파싱되었지만 이후 거부된 행 수입니다(리밸런싱, 오류 또는 이와 유사한 이유로). 해당 행은 리밸런싱 후 다시 소비됩니다.
  • ProfileEvent_KafkaDirectReads (UInt64) — 서버 시작 이후 Kafka 테이블에 직접 실행된 SELECT 쿼리 수
  • ProfileEvent_KafkaBackgroundReads (UInt64) — 서버 시작 이후 Kafka에서 materialized view를 채우기 위해 수행된 백그라운드 읽기 횟수
  • ProfileEvent_KafkaCommits (UInt64) — Kafka에 대해 소비된 오프셋을 성공적으로 커밋한 횟수(일반적으로 KafkaBackgroundReads와 동일해야 합니다)
  • ProfileEvent_KafkaCommitFailures (UInt64) — Kafka에 소비된 오프셋을 커밋하지 못한 횟수(일반적으로 일부 데이터가 중복되었다는 징후입니다)
  • ProfileEvent_KafkaConsumerErrors (UInt64) — poll 중 librdkafka에서 보고된 오류 수
  • ProfileEvent_KafkaMVNotReady (UInt64) — 준비되지 않은 materialized view로 데이터를 스트리밍하려다 실패한 횟수
  • ProfileEvent_KafkaWrites (UInt64) — Kafka 테이블에 쓰기(삽입)한 횟수
  • ProfileEvent_KafkaRowsWritten (UInt64) — Kafka 테이블에 삽입된 행의 수
  • ProfileEvent_KafkaProducerFlushes (UInt64) — Kafka 프로듀서의 명시적 플러시 횟수
  • ProfileEvent_KafkaMessagesProduced (UInt64) — Kafka로 전송된 메시지 수
  • ProfileEvent_KafkaProducerErrors (UInt64) — Kafka로 메시지를 전송하는 동안 발생한 오류 수
  • ProfileEvent_ScalarSubqueriesGlobalCacheHit (UInt64) — 전역 캐시를 사용해 스칼라 서브쿼리에서 읽은 횟수
  • ProfileEvent_ScalarSubqueriesLocalCacheHit (UInt64) — 로컬 캐시를 사용해 스칼라 서브쿼리에서 읽은 횟수
  • ProfileEvent_ScalarSubqueriesCacheMiss (UInt64) — 스칼라 서브쿼리에서 값을 읽을 때 캐시에 저장되어 있지 않아 전체를 다시 계산해야 했던 횟수
  • ProfileEvent_SchemaInferenceCacheHits (UInt64) — 요청한 source를 schema cache에서 찾은 횟수
  • ProfileEvent_SchemaInferenceCacheSchemaHits (UInt64) — 스키마 추론 중 schema cache에서 schema를 찾은 횟수
  • ProfileEvent_SchemaInferenceCacheNumRowsHits (UInt64) — 파일에서 count를 수행하는 동안 schema 캐시에서 행 수를 찾은 횟수
  • ProfileEvent_SchemaInferenceCacheMisses (UInt64) — 요청한 소스가 schema 캐시에 없었던 횟수
  • ProfileEvent_SchemaInferenceCacheSchemaMisses (UInt64) — 스키마 추론 중 요청된 소스는 캐시에 있지만 schema는 캐시에 없는 횟수
  • ProfileEvent_SchemaInferenceCacheNumRowsMisses (UInt64) — 요청된 source는 cache에 있지만, 파일에서 개수를 계산할 때 행 수는 cache에 없는 횟수
  • ProfileEvent_SchemaInferenceCacheEvictions (UInt64) — 오버플로로 인해 캐시에서 schema가 제거된 횟수
  • ProfileEvent_SchemaInferenceCacheInvalidations (UInt64) — 데이터 변경으로 인해 캐시에 있는 schema가 무효화된 횟수
  • ProfileEvent_KeeperPacketsSent (UInt64) — Keeper 서버가 전송한 패킷 수
  • ProfileEvent_KeeperPacketsReceived (UInt64) — Keeper 서버에서 수신한 패킷 수
  • ProfileEvent_KeeperRequestTotal (UInt64) — Keeper 서버의 전체 요청 수
  • ProfileEvent_KeeperRequestTotalWithSubrequests (UInt64) — 다중 요청 내 각 하위 요청까지 포함해 계산한 Keeper 서버의 총 요청 수
  • ProfileEvent_KeeperLatency (UInt64) — Keeper 지연 시간
  • ProfileEvent_KeeperTotalElapsedMicroseconds (UInt64) — 단일 요청의 Keeper 총 지연 시간
  • ProfileEvent_KeeperProcessElapsedMicroseconds (UInt64) — 단일 요청에 대한 Keeper 커밋 지연 시간
  • ProfileEvent_KeeperPreprocessElapsedMicroseconds (UInt64) — 단일 요청의 Keeper 전처리 지연 시간
  • ProfileEvent_KeeperStorageLockWaitMicroseconds (UInt64) — Keeper 스토리지 잠금을 획득하기 위해 대기한 시간
  • ProfileEvent_KeeperStorageSharedLockWaitMicroseconds (UInt64) — Keeper 스토리지 공유 잠금 획득을 기다리는 데 소요된 시간
  • ProfileEvent_KeeperChangelogLockWaitMicroseconds (UInt64) — Keeper changelog 잠금을 획득할 때까지 대기한 시간
  • ProfileEvent_KeeperServerWriteLockWaitMicroseconds (UInt64) — Keeper 서버 쓰기 잠금을 획득할 때까지 대기한 시간
  • ProfileEvent_KeeperSessionCallbackLockWaitMicroseconds (UInt64) — Keeper 세션 콜백 잠금을 획득하기 위해 대기한 시간
  • ProfileEvent_KeeperReadRequestQueueLockWaitMicroseconds (UInt64) — Keeper 읽기 요청 큐 잠금을 획득하기 위해 대기한 시간
  • ProfileEvent_KeeperProcessAndResponsesLockWaitMicroseconds (UInt64) — Keeper 프로세스 및 응답 잠금을 획득할 때까지 대기한 시간
  • ProfileEvent_KeeperCommitWaitElapsedMicroseconds (UInt64) — 특정 로그의 커밋을 기다리는 데 소요된 시간
  • ProfileEvent_KeeperBatchMaxCount (UInt64) — 배치 크기가 수량 제한에 도달한 횟수
  • ProfileEvent_KeeperBatchMaxTotalSize (UInt64) — 배치 크기가 총 바이트 수에 의해 제한된 횟수
  • ProfileEvent_KeeperReadBatchCount (UInt64) — Keeper에서 처리한 읽기 요청 배치 수
  • ProfileEvent_KeeperReadBatchTotalRequests (UInt64) — Keeper에서 배치 단위로 처리된 읽기 요청의 총개수
  • ProfileEvent_KeeperCommits (UInt64) — 성공적으로 커밋된 횟수
  • ProfileEvent_KeeperCommitsFailed (UInt64) — 실패한 커밋 횟수
  • ProfileEvent_KeeperSnapshotCreations (UInt64) — 스냅샷 생성 횟수
  • ProfileEvent_KeeperSnapshotCreationsFailed (UInt64) — 스냅샷 생성에 실패한 횟수
  • ProfileEvent_KeeperSnapshotApplys (UInt64) — 스냅샷 적용 횟수
  • ProfileEvent_KeeperSnapshotApplysFailed (UInt64) — 스냅샷 적용 실패 횟수
  • ProfileEvent_KeeperReadSnapshot (UInt64) — 완료된 스냅샷 읽기 횟수
  • ProfileEvent_KeeperReadSnapshotObject (UInt64) — 팔로워로 전송된 스냅샷 객체 수
  • ProfileEvent_KeeperReadSnapshotFailed (UInt64) — 스냅샷 읽기 실패 횟수
  • ProfileEvent_KeeperSnapshotRemoteLoaderErrors (UInt64) — 팔로워에 스냅샷을 제공하는 중 RemoteSnapshotLoader에서 발생한 원격 읽기 오류 수
  • ProfileEvent_KeeperSaveSnapshotObject (UInt64) — 리더로부터 받은 스냅샷 객체 수
  • ProfileEvent_KeeperSaveSnapshotFailed (UInt64) — 스냅샷 저장에 실패한 횟수
  • ProfileEvent_KeeperSaveSnapshot (UInt64) — 스냅샷 저장 횟수
  • ProfileEvent_KeeperCreateRequest (UInt64) — 생성 요청 수
  • ProfileEvent_KeeperRemoveRequest (UInt64) — 삭제 요청 수
  • ProfileEvent_KeeperSetRequest (UInt64) — Set 요청 수
  • ProfileEvent_KeeperReconfigRequest (UInt64) — 재구성 요청 횟수
  • ProfileEvent_KeeperCheckRequest (UInt64) — 체크 요청 수
  • ProfileEvent_KeeperMultiRequest (UInt64) — 다중 요청 수
  • ProfileEvent_KeeperMultiReadRequest (UInt64) — 다중 읽기 요청 수
  • ProfileEvent_KeeperGetRequest (UInt64) — get 요청 개수
  • ProfileEvent_KeeperListRequest (UInt64) — 목록 요청의 수
  • ProfileEvent_KeeperListRecursiveRequest (UInt64) — get children 재귀 요청 횟수
  • ProfileEvent_KeeperExistsRequest (UInt64) — exists 요청 횟수
  • ProfileEvent_KeeperSetWatchesRequest (UInt64) — watch 설정 요청 개수
  • ProfileEvent_KeeperAddWatchRequest (UInt64) — watch 추가 요청 횟수
  • ProfileEvent_KeeperRemoveWatchRequest (UInt64) — watch 제거 요청 횟수
  • ProfileEvent_KeeperCheckWatchRequest (UInt64) — watch 제거 요청의 수
  • ProfileEvent_KeeperRequestRejectedDueToSoftMemoryLimitCount (UInt64) — 소프트 메모리 제한 초과로 인해 거부된 요청 수
  • ProfileEvent_KeeperStaleRequestsSkipped (UInt64) — 세션이 더 이상 유효하지 않아 건너뛴 Keeper 요청 수
  • ProfileEvent_KeeperLiveSessionsLockWaitMicroseconds (UInt64) — Keeper 활성 세션 잠금을 획득할 때까지 대기한 시간
  • ProfileEvent_OverflowBreak (UInt64) — setting '*_overflow_mode' = 'break'일 때 쿼리 복잡도 제한으로 인해 데이터 처리가 중단되어 결과가 불완전해진 횟수입니다.
  • ProfileEvent_OverflowThrow (UInt64) — 설정 '*_overflow_mode' = 'throw'로 인해 쿼리 복잡도 제한에 걸려 데이터 처리가 취소되고 예외가 발생한 횟수입니다.
  • ProfileEvent_OverflowAny (UInt64) — 근사 GROUP BY가 적용된 횟수입니다. 즉, 집계가 처음 'max_rows_to_group_by'개의 고유 키에 대해서만 수행되고, 'group_by_overflow_mode' = 'any'로 인해 나머지 키가 무시된 경우를 뜻합니다.
  • ProfileEvent_S3QueueSetFileProcessingMicroseconds (UInt64) — 파일을 처리 중 상태로 설정하는 데 소요된 시간
  • ProfileEvent_S3QueueSetFileProcessedMicroseconds (UInt64) — 파일을 처리 완료로 설정하는 데 소요된 시간
  • ProfileEvent_S3QueueSetFileFailedMicroseconds (UInt64) — 파일을 실패 상태로 표시하는 데 걸린 시간
  • ProfileEvent_ObjectStorageQueueFailedFiles (UInt64) — 처리하지 못한 파일 수
  • ProfileEvent_ObjectStorageQueueProcessedFiles (UInt64) — 처리된 파일의 수
  • ProfileEvent_ObjectStorageQueueCleanupMaxSetSizeOrTTLMicroseconds (UInt64) — 파일을 실패 상태로 설정하는 데 소요된 시간
  • ProfileEvent_ObjectStorageQueuePullMicroseconds (UInt64) — 파일 데이터 읽기에 소요된 시간
  • ProfileEvent_ObjectStorageQueueFailedToBatchSetProcessing (UInt64) — 배치 처리중 상태 설정 요청 실패 횟수
  • ProfileEvent_ObjectStorageQueueTrySetProcessingRequests (UInt64) — 처리 중 상태 요청 설정을 시도한 횟수
  • ProfileEvent_ObjectStorageQueueTrySetProcessingSucceeded (UInt64) — 파일을 처리 중 상태로 설정하는 데 성공한 횟수
  • ProfileEvent_ObjectStorageQueueTrySetProcessingFailed (UInt64) — 파일을 처리 중 상태로 설정하려 했지만 실패한 횟수
  • ProfileEvent_ObjectStorageQueueListedFiles (UInt64) — StorageS3(Azure)Queue에 나열된 파일의 수
  • ProfileEvent_ObjectStorageQueueFilteredFiles (UInt64) — StorageS3(Azure)Queue에서 필터링된 파일의 수
  • ProfileEvent_ObjectStorageQueueReadFiles (UInt64) — 읽은 파일 수(실제로 삽입된 파일 수와는 다름)
  • ProfileEvent_ObjectStorageQueueReadRows (UInt64) — 읽은 행 수(실제로 삽입된 행 수와 일치하지 않음)
  • ProfileEvent_ObjectStorageQueueReadBytes (UInt64) — 읽은 바이트 수(실제로 삽입된 바이트 수와 일치하지 않음)
  • ProfileEvent_ObjectStorageQueueExceptionsDuringRead (UInt64) — S3(Azure)Queue 읽기 중 발생한 예외 수
  • ProfileEvent_ObjectStorageQueueExceptionsDuringInsert (UInt64) — S3(Azure)Queue에서 삽입 중 발생한 예외의 수
  • ProfileEvent_ObjectStorageQueueMovedObjects (UInt64) — after_processing = move에 따라 이동된 객체 수
  • ProfileEvent_ObjectStorageQueueRemovedObjects (UInt64) — after_processing = delete 설정에 따라 제거된 객체 수
  • ProfileEvent_ObjectStorageQueueTaggedObjects (UInt64) — after_processing = tag로 태그된 객체 수
  • ProfileEvent_ObjectStorageQueueInsertIterations (UInt64) — 삽입 반복 횟수
  • ProfileEvent_ObjectStorageQueueCommitRequests (UInt64) — 파일을 실패 또는 처리 완료 상태로 커밋하는 Keeper 요청 수
  • ProfileEvent_ObjectStorageQueueSuccessfulCommits (UInt64) — 성공적으로 완료된 Keeper 커밋 수
  • ProfileEvent_ObjectStorageQueueUnsuccessfulCommits (UInt64) — 실패한 Keeper 커밋 수
  • ProfileEvent_ObjectStorageQueueCancelledFiles (UInt64) — StorageS3(Azure)Queue에서 취소된 파일의 수
  • ProfileEvent_ObjectStorageQueueProcessedRows (UInt64) — StorageS3(Azure)Queue에서 처리된 행의 수
  • ProfileEvent_ObjectStorageListedObjects (UInt64) — 필터링 전에 객체 스토리지 목록 조회 API에서 반환된 총 객체 수입니다.
  • ProfileEvent_ObjectStorageGlobFilteredObjects (UInt64) — glob 또는 Regex 패턴과 일치하지 않아 목록 조회 중 건너뛴 객체 수입니다.
  • ProfileEvent_ObjectStoragePredicateFilteredObjects (UInt64) — _path/_file에 대한 가상 컬럼 프레디케이트 필터링으로 제외된 객체 수입니다.
  • ProfileEvent_ObjectStorageReadObjects (UInt64) — 객체 스토리지 소스가 읽기 위해 실제로 연 객체 수입니다.
  • ProfileEvent_ServerStartupMilliseconds (UInt64) — 서버 시작 후 소켓 수신 대기를 시작할 때까지의 경과 시간(밀리초)
  • ProfileEvent_IOUringSQEsSubmitted (UInt64) — 제출된 io_uring SQE의 총 개수
  • ProfileEvent_IOUringSQEsResubmitsAsync (UInt64) — 수행된 비동기 io_uring SQE 재제출의 총 수
  • ProfileEvent_IOUringSQEsResubmitsSync (UInt64) — 수행된 동기식 io_uring SQE 재제출의 총 개수
  • ProfileEvent_IOUringCQEsCompleted (UInt64) — 성공적으로 완료된 io_uring CQE의 총 개수
  • ProfileEvent_IOUringCQEsFailed (UInt64) — 실패한 완료 io_uring CQE의 총 개수
  • ProfileEvent_BackupsOpenedForRead (UInt64) — 읽기용으로 열린 백업 수
  • ProfileEvent_BackupsOpenedForWrite (UInt64) — 쓰기를 위해 열린 백업 수
  • ProfileEvent_BackupsOpenedForUnlock (UInt64) — 잠금 해제를 위해 열린 백업의 수
  • ProfileEvent_BackupReadMetadataMicroseconds (UInt64) — .backup 파일에서 백업 메타데이터를 읽는 데 걸린 시간
  • ProfileEvent_BackupWriteMetadataMicroseconds (UInt64) — .backup 파일에 백업 메타데이터를 기록하는 데 소요된 시간
  • ProfileEvent_BackupEntriesCollectorMicroseconds (UInt64) — 백업 항목을 만드는 데 소요된 시간
  • ProfileEvent_BackupEntriesCollectorForTablesDataMicroseconds (UInt64) — 테이블 데이터의 백업 항목 생성에 소요된 시간
  • ProfileEvent_BackupEntriesCollectorRunPostTasksMicroseconds (UInt64) — 백업 엔트리를 생성한 후 후속 작업 실행에 소요된 시간
  • ProfileEvent_BackupPreparingFileInfosMicroseconds (UInt64) — 백업 항목용 파일 정보를 준비하는 데 소요된 시간
  • ProfileEvent_BackupReadLocalFilesToCalculateChecksums (UInt64) — 백업 항목의 체크섬 계산을 위해 로컬에서 읽은 파일 수
  • ProfileEvent_BackupReadLocalBytesToCalculateChecksums (UInt64) — 백업 항목의 체크섬 계산을 위해 로컬에서 읽은 파일의 총 크기
  • ProfileEvent_BackupReadRemoteFilesToCalculateChecksums (UInt64) — 백업 항목의 체크섬 계산을 위해 원격 디스크에서 읽은 파일 수
  • ProfileEvent_BackupReadRemoteBytesToCalculateChecksums (UInt64) — 백업 항목의 체크섬을 계산하기 위해 원격 디스크에서 읽어 온 파일의 총 크기
  • ProfileEvent_BackupLockFileReads (UInt64) — 백업을 만드는 동안 '.lock' 파일을 읽은 횟수
  • ProfileEvent_RestorePartsSkippedFiles (UInt64) — 파트를 복원하는 동안 건너뛴 파일 수
  • ProfileEvent_RestorePartsSkippedBytes (UInt64) — 파트 복원 중 건너뛴 파일의 총 크기
  • ProfileEvent_ReadTaskRequestsReceived (UInt64) — 읽기 작업을 선택하기 위해 원격 서버가 initiator 서버로 다시 요청한 콜백 수입니다(s3Cluster 테이블 함수 및 이와 유사한 경우). initiator 서버 측에서 측정됩니다.
  • ProfileEvent_MergeTreeReadTaskRequestsReceived (UInt64) — 읽기 작업을 선택하기 위해 원격 서버에서 initiator 서버로 요청한 콜백 수입니다(MergeTree 테이블 기준). initiator 서버 측에서 측정됩니다.
  • ProfileEvent_ReadTaskRequestsSent (UInt64) — 읽기 작업을 선택할 때 원격 서버에서 initiator 서버로 다시 보내도록 요청된 콜백 수입니다(s3Cluster 테이블 함수 및 유사한 경우). 원격 서버 측에서 측정됩니다.
  • ProfileEvent_MergeTreeReadTaskRequestsSent (UInt64) — 읽기 작업을 선택하기 위해 원격 서버가 initiator 서버로 다시 보내도록 요청받은 콜백 수입니다(MergeTree 테이블용). 원격 서버 측에서 측정됩니다.
  • ProfileEvent_MergeTreeAllRangesAnnouncementsSent (UInt64) — 데이터 파트 집합과 관련해 원격 서버에서 initiator 서버로 전송한 알림 수입니다(MergeTree 테이블 기준). 원격 서버 측에서 측정됩니다.
  • ProfileEvent_ReadTaskRequestsSentElapsedMicroseconds (UInt64) — 읽기 작업을 선택하기 위해 원격 서버에서 initiator 서버로 다시 보내도록 요청한 콜백에 소요된 시간입니다(s3Cluster 테이블 함수 및 유사한 경우). 원격 서버 측에서 측정됩니다.
  • ProfileEvent_MergeTreeReadTaskRequestsSentElapsedMicroseconds (UInt64) — 읽기 작업을 선택하기 위해 원격 서버가 initiator 서버에 다시 요청하는 콜백에 소요된 시간입니다(MergeTree 테이블용). 원격 서버 측에서 측정됩니다.
  • ProfileEvent_MergeTreeAllRangesAnnouncementsSentElapsedMicroseconds (UInt64) — 데이터 파트 집합에 대한 알림을 원격 서버에서 initiator 서버로 전송하는 데 소요된 시간입니다(MergeTree 테이블 기준). 원격 서버 측에서 측정됩니다.
  • ProfileEvent_MergerMutatorsGetPartsForMergeElapsedMicroseconds (UInt64) — 데이터 파트의 스냅샷을 가져와 이를 기반으로 범위를 구축하는 데 소요된 시간입니다.
  • ProfileEvent_MergerMutatorPrepareRangesForMergeElapsedMicroseconds (UInt64) — merge 프레디케이트에 따라 병합 가능한 파트 범위를 준비하는 데 소요된 시간입니다.
  • ProfileEvent_MergerMutatorSelectPartsForMergeElapsedMicroseconds (UInt64) — 병합할 수 있는 범위에서 파트를 선택하는 데 걸린 시간입니다.
  • ProfileEvent_MergerMutatorRangesForMergeCount (UInt64) — 병합을 위한 후보 범위 수
  • ProfileEvent_MergerMutatorPartsInRangesForMergeCount (UInt64) — 병합 후보 파트 수
  • ProfileEvent_MergerMutatorSelectRangePartsCount (UInt64) — 병합을 위해 선택한 범위 내 파트 수
  • ProfileEvent_ConnectionPoolIsFullMicroseconds (UInt64) — 연결 풀의 슬롯을 기다리는 데 소요된 총 시간입니다.
  • ProfileEvent_AsyncLoaderWaitMicroseconds (UInt64) — 쿼리가 비동기 로더 작업을 기다린 총 시간입니다.
  • ProfileEvent_DistrCacheServerSwitches (UInt64) — 분산 캐시 읽기 버퍼 이벤트. read/write-through 캐시에서 분산 캐시 서버 사이의 전환 횟수
  • ProfileEvent_DistrCacheReadMicroseconds (UInt64) — 분산 캐시 읽기 버퍼 이벤트. 분산 캐시에서 읽는 데 걸린 시간
  • ProfileEvent_DistrCacheFallbackReadMicroseconds (UInt64) — 분산 캐시 읽기 버퍼 이벤트. 분산 캐시 대신 폴백 버퍼에서 읽는 데 걸린 시간
  • ProfileEvent_DistrCachePrecomputeRangesMicroseconds (UInt64) — 분산 캐시 읽기 버퍼 이벤트. 읽기 범위를 미리 계산하는 데 소요된 시간
  • ProfileEvent_DistrCacheNextImplMicroseconds (UInt64) — 분산 캐시 읽기 버퍼 이벤트. ReadBufferFromDistributedCache::nextImpl에 소요된 시간
  • ProfileEvent_DistrCacheStartRangeMicroseconds (UInt64) — 분산 캐시 읽기 버퍼 이벤트. 분산 캐시에서 새 읽기 범위를 시작하는 데 소요된 시간
  • ProfileEvent_DistrCacheRangeChange (UInt64) — 분산 캐시 읽기 버퍼 이벤트. seek 또는 last_position 변경으로 읽기 범위를 바꾼 횟수
  • ProfileEvent_DistrCacheRangeResetBackward (UInt64) — 분산 캐시 읽기 버퍼 이벤트. seek 또는 last_position 변경으로 읽기 범위를 재설정한 횟수
  • ProfileEvent_DistrCacheRangeResetForward (UInt64) — 분산 캐시 읽기 버퍼 이벤트. seek/last_position 변경으로 인해 읽기 범위를 재설정한 횟수입니다.
  • ProfileEvent_DistrCacheReconnectsAfterTimeout (UInt64) — 분산 캐시 읽기 버퍼 이벤트입니다. 타임아웃 후 재연결 횟수입니다.
  • ProfileEvent_DistrCacheServerUpdates (UInt64) — 분산 캐시 이벤트입니다. 해시로 선택된 서버가 변경되어(예: 서버 등록 해제 시) 읽기 또는 쓰기 중 서버가 전환된 횟수입니다
  • ProfileEvent_DistrCacheReadErrors (UInt64) — 분산 캐시 읽기 버퍼 이벤트. 읽기 중 발생한 분산 캐시 오류의 수
  • ProfileEvent_DistrCacheWriteErrors (UInt64) — Distributed Cache 쓰기 버퍼 이벤트. 쓰기 작업 중 발생한 분산 캐시 오류 수
  • ProfileEvent_DistrCacheWriteReconnectsAfterTimeout (UInt64) — 분산 캐시 쓰기 버퍼 이벤트. 타임아웃 발생 후 재연결 횟수
  • ProfileEvent_DistrCacheWriteMicroseconds (UInt64) — 분산 캐시 쓰기 버퍼 이벤트입니다. WriteBufferFromDistributedCache::writeToFileSegment에 소요된 시간
  • ProfileEvent_DistrCacheWriteBytes (UInt64) — 분산 캐시 쓰기 버퍼 이벤트입니다. 분산 캐시에 기록된 바이트 수입니다.
  • ProfileEvent_DistrCacheObjectStorageWriteMicroseconds (UInt64) — Distributed Cache 쓰기 버퍼 이벤트입니다. 객체 스토리지에 쓰는 데 걸린 시간
  • ProfileEvent_DistrCacheObjectStorageWriteBytes (UInt64) — Distributed Cache 쓰기 버퍼 이벤트. 객체 스토리지에 기록된 바이트의 수
  • ProfileEvent_DistrCacheGetResponseMicroseconds (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시로부터 응답을 기다리는 데 소요된 시간
  • ProfileEvent_DistrCacheMakeRequestErrors (UInt64) — 분산 캐시 클라이언트 이벤트. 요청을 보낼 때 발생한 분산 캐시 오류 수
  • ProfileEvent_DistrCacheReceiveResponseErrors (UInt64) — 분산 캐시 클라이언트 이벤트. 요청에 대한 응답을 수신할 때 발생한 분산 캐시 오류의 수
  • ProfileEvent_DistrCacheReceivedDataPackets (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시에서 수신한 데이터 패킷의 총 개수
  • ProfileEvent_DistrCacheReceivedDataPacketsBytes (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시에서 수신된 Data 패킷의 바이트 수입니다
  • ProfileEvent_DistrCacheReceivedOkPackets (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시에서 수신된 Ok 패킷의 총개수
  • ProfileEvent_DistrCacheReceivedErrorPackets (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시에서 수신한 오류 패킷의 총개수
  • ProfileEvent_DistrCacheReceivedCredentialsRefreshPackets (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시로부터 수신한 RefreshCredentials 패킷 수의 총합
  • ProfileEvent_DistrCacheReceivedStopPackets (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시로부터 수신한 Stop 패킷의 총 개수
  • ProfileEvent_DistrCacheSentDataPackets (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시로 전송된 데이터 패킷 수의 총합
  • ProfileEvent_DistrCacheSentDataPacketsBytes (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시로 전송된 Data 패킷의 바이트 수
  • ProfileEvent_DistrCacheUnusedPackets (UInt64) — 분산 캐시 클라이언트 이벤트. 분산 캐시에서 사용되지 않아 건너뛴 패킷 수
  • ProfileEvent_DistrCacheUnusedDataPacketsBytes (UInt64) — 분산 캐시 클라이언트 이벤트입니다. 무시된 Data 패킷의 바이트 수
  • ProfileEvent_DistrCacheUnusedPacketsBufferAllocations (UInt64) — 분산 캐시 클라이언트 이벤트. 기존 버퍼를 재사용할 수 없을 때 발생하는 추가 버퍼 할당 횟수
  • ProfileEvent_DistrCacheLockRegistryMicroseconds (UInt64) — Distributed Cache registry event. DistributedCacheRegistry 잠금 획득에 소요된 시간
  • ProfileEvent_DistrCacheRegistryUpdateMicroseconds (UInt64) — Distributed Cache 레지스트리 이벤트. 분산 캐시 레지스트리를 업데이트하는 데 걸린 시간
  • ProfileEvent_DistrCacheRegistryUpdates (UInt64) — 분산 캐시 레지스트리 이벤트입니다. 분산 캐시 레지스트리가 업데이트된 횟수입니다.
  • ProfileEvent_DistrCacheHashRingRebuilds (UInt64) — 분산 캐시 레지스트리 이벤트. 분산 캐시 해시 링이 재구축된 횟수
  • ProfileEvent_DistrCacheSuccessfulRegistryUpdates (UInt64) — 분산 캐시 레지스트리 이벤트. 서버 레지스트리 업데이트가 성공한 횟수
  • ProfileEvent_DistrCacheUnsuccessfulRegistryUpdates (UInt64) — 분산 캐시 레지스트리 이벤트입니다. 실패한 서버 레지스트리 업데이트의 수
  • ProfileEvent_DistrCacheReadBytesFromFallbackBuffer (UInt64) — 분산 캐시 읽기 버퍼 이벤트. 대체 버퍼에서 읽은 바이트 수입니다.
  • ProfileEvent_DistrCacheOpenedConnections (UInt64) — Distributed Cache 연결 이벤트입니다. 분산 캐시에 열려 있는 연결 수입니다
  • ProfileEvent_DistrCacheReusedConnections (UInt64) — 분산 캐시 연결 이벤트입니다. 분산 캐시에서 재사용된 연결 수입니다
  • ProfileEvent_DistrCacheStaleReconnections (UInt64) — 분산 캐시 연결 이벤트입니다. 오래된(피어에 의해 종료된) 풀링된 연결로 인해 발생한 재연결 횟수입니다
  • ProfileEvent_DistrCacheRemoveOutdatedMicroseconds (UInt64) — 분산 캐시 연결 이벤트. 풀에서 오래된 연결을 제거하는 데 걸린 시간
  • ProfileEvent_DistrCacheOpenedConnectionsBypassingPool (UInt64) — 분산 캐시 연결 이벤트. 풀을 우회하여 분산 캐시에 연결된 열린 연결 수
  • ProfileEvent_DistrCacheConnectMicroseconds (UInt64) — 분산 캐시 연결 이벤트입니다. 분산 캐시에 연결하는 데 걸린 시간입니다.
  • ProfileEvent_DistrCacheConnectAttempts (UInt64) — 분산 캐시 연결 이벤트입니다. 분산 캐시에 연결을 시도한 횟수입니다
  • ProfileEvent_DistrCacheSuccessfulConnectAttempts (UInt64) — Distributed Cache 연결 이벤트입니다. 분산 캐시에 대한 성공적인 연결 시도 횟수입니다
  • ProfileEvent_DistrCacheUnsuccessfulConnectAttempts (UInt64) — Distributed Cache 연결 이벤트입니다. 분산 캐시에 대한 연결 시도 실패 횟수입니다
  • ProfileEvent_DistrCacheGetClientMicroseconds (UInt64) — 분산 캐시 연결 이벤트입니다. 분산 캐시용 클라이언트를 가져오는 데 걸린 시간
  • ProfileEvent_DistrCacheTemporaryFilesCreated (UInt64) — 분산 캐시 연결 이벤트. 분산 캐시에서 생성된 임시 파일 수
  • ProfileEvent_DistrCacheTemporaryFilesBytesWritten (UInt64) — 분산 캐시 연결 이벤트. 분산 캐시에서 생성된 임시 파일에 쓰인 바이트 수
  • ProfileEvent_DistrCacheServerProcessRequestMicroseconds (UInt64) — 분산 캐시 서버 이벤트입니다. 분산 캐시 서버 측에서 요청 처리에 소요된 시간
  • ProfileEvent_DistrCacheServerStartRequestPackets (UInt64) — 분산 캐시 서버 이벤트. DistributedCacheServer에서의 StartRequest 패킷 수
  • ProfileEvent_DistrCacheServerContinueRequestPackets (UInt64) — 분산 캐시 서버 이벤트입니다. DistributedCacheServer의 ContinueRequest 패킷 개수입니다.
  • ProfileEvent_DistrCacheServerEndRequestPackets (UInt64) — 분산 캐시 서버 이벤트입니다. DistributedCacheServer의 EndRequest 패킷 수
  • ProfileEvent_DistrCacheServerReceivedCredentialsRefreshPackets (UInt64) — 분산 캐시 서버 이벤트입니다. DistributedCacheServer에서 수신된 RefreshCredentials 클라이언트 패킷 수입니다.
  • ProfileEvent_DistrCacheServerAckRequestPackets (UInt64) — 분산 캐시 서버 이벤트입니다. DistributedCacheServer의 AckRequest 패킷 수입니다.
  • ProfileEvent_DistrCacheServerNewS3CachedClients (UInt64) — 분산 캐시 서버 이벤트. 새로 캐시된 S3 클라이언트 수
  • ProfileEvent_DistrCacheServerReusedS3CachedClients (UInt64) — 분산 캐시 서버 이벤트입니다. 재사용된 캐시된 S3 클라이언트의 수
  • ProfileEvent_DistrCacheServerCredentialsRefresh (UInt64) — 분산 캐시 서버 이벤트입니다. 만료된 자격 증명이 갱신된 횟수입니다.
  • ProfileEvent_DistrCacheServerCachedReadBufferCacheHits (UInt64) — 분산 캐시 서버 이벤트. 파일 시스템 캐시에서 읽는 동안 분산 캐시에서 캐시 적중이 발생한 횟수
  • ProfileEvent_DistrCacheServerCachedReadBufferCacheMisses (UInt64) — 분산 캐시 서버 이벤트입니다. 파일 시스템 캐시에서 읽는 동안 분산 캐시에서 캐시 적중에 실패한 횟수입니다
  • ProfileEvent_DistrCacheServerCachedReadBufferCacheWrittenBytes (UInt64) — 분산 캐시 서버 이벤트입니다. 파일 시스템 캐시에서 읽는 동안 분산 캐시에 기록된 바이트 수를 나타냅니다
  • ProfileEvent_DistrCacheServerCachedReadBufferCacheReadBytes (UInt64) — 분산 캐시 서버 이벤트입니다. 파일 시스템 캐시를 읽는 동안 분산 캐시의 캐시에서 읽은 바이트 수입니다.
  • ProfileEvent_DistrCacheServerCachedReadBufferObjectStorageReadBytes (UInt64) — 분산 캐시 서버 이벤트입니다. 파일 시스템 캐시에서 읽는 동안 분산 캐시의 객체 스토리지에서 읽은 바이트 수입니다.
  • ProfileEvent_DistrCacheServerCachedReadBufferCachePredownloadBytes (UInt64) — 분산 캐시 서버 이벤트. 파일 시스템 캐시에서 읽는 중에 분산 캐시의 사전 다운로드를 위해 객체 스토리지에서 읽은 바이트 수
  • ProfileEvent_DistrCacheServerSkipped (UInt64) — 분산 캐시 서버 이벤트입니다. 이전 연결 시도가 실패하여 분산 캐시 서버를 건너뛴 횟수입니다
  • ProfileEvent_LogTest (UInt64) — Test 수준의 로그 메시지 수
  • ProfileEvent_LogTrace (UInt64) — Trace 레벨 로그 메시지 수
  • ProfileEvent_LogDebug (UInt64) — Debug 수준 로그 메시지 수
  • ProfileEvent_LogInfo (UInt64) — Info 레벨의 로그 메시지 수
  • ProfileEvent_LogWarning (UInt64) — 경고 수준의 로그 메시지 수
  • ProfileEvent_LogError (UInt64) — Error 수준 로그 메시지 수
  • ProfileEvent_LogFatal (UInt64) — Fatal 레벨의 로그 메시지 수
  • ProfileEvent_LoggerElapsedNanoseconds (UInt64) — 로깅에 소요된 총 누적 시간
  • ProfileEvent_InterfaceHTTPSendBytes (UInt64) — HTTP 인터페이스를 통해 전송된 바이트 수
  • ProfileEvent_InterfaceHTTPReceiveBytes (UInt64) — HTTP 인터페이스를 통해 수신한 바이트 수
  • ProfileEvent_InterfaceNativeSendBytes (UInt64) — 네이티브 인터페이스를 통해 전송한 바이트 수
  • ProfileEvent_InterfaceNativeReceiveBytes (UInt64) — 네이티브 인터페이스를 통해 수신한 바이트 수
  • ProfileEvent_InterfacePrometheusSendBytes (UInt64) — Prometheus 인터페이스를 통해 전송한 바이트 수
  • ProfileEvent_InterfacePrometheusReceiveBytes (UInt64) — Prometheus 인터페이스를 통해 수신한 바이트 수
  • ProfileEvent_InterfaceInterserverSendBytes (UInt64) — 서버 간 통신 인터페이스를 통해 전송된 바이트 수
  • ProfileEvent_InterfaceInterserverReceiveBytes (UInt64) — 서버 간 통신 인터페이스를 통해 수신된 바이트 수
  • ProfileEvent_InterfaceMySQLSendBytes (UInt64) — MySQL 인터페이스를 통해 전송된 바이트 수
  • ProfileEvent_InterfaceMySQLReceiveBytes (UInt64) — MySQL 인터페이스를 통해 수신된 바이트 수
  • ProfileEvent_InterfacePostgreSQLSendBytes (UInt64) — PostgreSQL 인터페이스를 통해 전송된 바이트 수
  • ProfileEvent_InterfacePostgreSQLReceiveBytes (UInt64) — PostgreSQL 인터페이스를 통해 수신된 바이트 수
  • ProfileEvent_ParallelReplicasUsedCount (UInt64) — 작업 기반 병렬 레플리카를 사용해 쿼리를 실행할 때 사용된 레플리카 수
  • ProfileEvent_ParallelReplicasAvailableCount (UInt64) — 작업 기반 병렬 레플리카로 쿼리를 실행할 때 사용 가능한 레플리카 수
  • ProfileEvent_ParallelReplicasUnavailableCount (UInt64) — 작업 기반 병렬 레플리카로 쿼리를 실행하는 동안 선택되었지만 사용할 수 없는 것으로 확인된 레플리카 수
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdates (UInt64) — 가상 파트 업데이트 수
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesByLeader (UInt64) — 리더에 의한 virtual parts 업데이트
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdateMicroseconds (UInt64) — 가상 파트 업데이트 시간(마이크로초)
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesFromZooKeeper (UInt64) — ZooKeeper의 virtual parts 업데이트 수
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesFromZooKeeperMicroseconds (UInt64) — ZooKeeper로부터 가상 파트를 업데이트하는 데 걸린 시간(마이크로초)
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesPeerNotFound (UInt64) — 피어를 찾지 못해 가상 업데이트에 실패했습니다
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesFromPeer (UInt64) — 피어로부터 받은 가상 파트 업데이트 수
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesFromPeerMicroseconds (UInt64) — 피어로부터 받은 가상 파트 업데이트 소요 시간(마이크로초)
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesForMergesOrStatus (UInt64) — 기본 작업이 아닌 백그라운드 작업의 가상 파트 업데이트
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesLeaderFailedElection (UInt64) — 가상 파트 업데이트의 리더 선출 실패
  • ProfileEvent_SharedMergeTreeVirtualPartsUpdatesLeaderSuccessfulElection (UInt64) — 가상 파트 업데이트 리더 선출 성공
  • ProfileEvent_SharedMergeTreeMergeMutationAssignmentAttempt (UInt64) — merge 또는 mutation 할당을 시도한 횟수
  • ProfileEvent_SharedMergeTreeMergeMutationAssignmentFailedWithNothingToDo (UInt64) — merge 또는 mutation 할당을 시도했지만 병합할 대상이 없어 실패한 횟수
  • ProfileEvent_SharedMergeTreeMergeMutationAssignmentFailedWithConflict (UInt64) — Keeper에서 충돌이 발생해 merge 또는 mutation 할당을 시도했지만 실패한 횟수
  • ProfileEvent_SharedMergeTreeMergeMutationAssignmentSuccessful (UInt64) — merge 또는 mutation 할당을 시도한 횟수
  • ProfileEvent_SharedMergeTreeMergePartsMovedToOudated (UInt64) — 오래된 디렉터리로 이동된 파트의 수
  • ProfileEvent_SharedMergeTreeMergePartsMovedToCondemned (UInt64) — 폐기 디렉터리로 이동된 파트의 수
  • ProfileEvent_SharedMergeTreeOutdatedPartsConfirmationRequest (UInt64) — 오래된 파트를 구성하기 위해 사용된 ZooKeeper 요청 수
  • ProfileEvent_SharedMergeTreeOutdatedPartsConfirmationInvocations (UInt64) — 오래된 파트 확인을 위해 호출된 횟수
  • ProfileEvent_SharedMergeTreeOutdatedPartsHTTPRequest (UInt64) — 오래된 파트 확인을 위해 전송된 HTTP 요청 수
  • ProfileEvent_SharedMergeTreeOutdatedPartsHTTPResponse (UInt64) — 오래된 파트를 확인하기 위해 전송된 HTTP 응답 수
  • ProfileEvent_SharedMergeTreeCondemnedPartsKillRequest (UInt64) — 폐기 대상으로 지정된 파트를 제거하는 데 사용된 ZooKeeper 요청 수
  • ProfileEvent_SharedMergeTreeCondemnedPartsLockConflict (UInt64) — 충돌로 인해 잠금 획득에 실패한 횟수
  • ProfileEvent_SharedMergeTreeCondemnedPartsRemoved (UInt64) — 제거된 폐기 대상 파트 수
  • ProfileEvent_SharedMergeTreePartsKillerRuns (UInt64) — parts killer가 실행된 횟수
  • ProfileEvent_SharedMergeTreePartsKillerMicroseconds (UInt64) — 파트 killer의 메인 스레드 소요 시간
  • ProfileEvent_SharedMergeTreePartsKillerParts (UInt64) — killer가 예약한 파트 수
  • ProfileEvent_SharedMergeTreePartsKillerPartsMicroseconds (UInt64) — 파트를 제거하는 데 걸린 시간(여러 스레드에서 실행됨)
  • ProfileEvent_SharedMergeTreeMergeSelectingTaskMicroseconds (UInt64) — SMT의 병합 선택 작업 소요 시간(마이크로초)
  • ProfileEvent_SharedMergeTreeReplicaSetUpdateTaskRuns (UInt64) — updateReplicaSetTask 실행 횟수
  • ProfileEvent_SharedMergeTreeOptimizeAsync (UInt64) — 실행된 비동기 OPTIMIZE 쿼리 수
  • ProfileEvent_SharedMergeTreeOptimizeSync (UInt64) — 동기적으로 실행된 OPTIMIZE 쿼리 수
  • ProfileEvent_SharedMergeTreeScheduleDataProcessingJob (UInt64) — scheduleDataProcessingJob가 호출된 횟수/
  • ProfileEvent_SharedMergeTreeScheduleDataProcessingJobNothingToScheduled (UInt64) — scheduleDataProcessingJob가 호출되었지만 처리할 작업이 없었던 횟수
  • ProfileEvent_SharedMergeTreeScheduleDataProcessingJobMicroseconds (UInt64) — scheduleDataProcessingJob 실행 시간
  • ProfileEvent_SharedMergeTreeHandleBlockingParts (UInt64) — scheduleDataProcessingJob에서 처리해야 하는 블로킹 파트 수
  • ProfileEvent_SharedMergeTreeHandleBlockingPartsMicroseconds (UInt64) — scheduleDataProcessingJob에서 블로킹 파트를 처리하는 데 걸린 시간
  • ProfileEvent_SharedMergeTreeHandleFetchPartsMicroseconds (UInt64) — scheduleDataProcessingJob에서 fetch한 파트를 처리하는 데 걸린 시간
  • ProfileEvent_SharedMergeTreeHandleOutdatedParts (UInt64) — scheduleDataProcessingJob에서 처리할 오래된 파트 수
  • ProfileEvent_SharedMergeTreeHandleOutdatedPartsMicroseconds (UInt64) — scheduleDataProcessingJob에서 오래된 파트를 처리하는 데 걸린 시간
  • ProfileEvent_SharedMergeTreeSelectPartsForRendezvousFetchMicroseconds (UInt64) — selectPartsForRendezvousFetch에 소요된 시간
  • ProfileEvent_SharedMergeTreeSelectPartsForRendezvousFetchParts (UInt64) — selectPartsForRendezvousFetch에 의해 선택된 파트 수
  • ProfileEvent_SharedMergeTreeSelectPartsForCoordinatedFetchMicroseconds (UInt64) — selectPartsForCoordinatedFetch의 소요 시간
  • ProfileEvent_SharedMergeTreeSelectPartsForCoordinatedFetchParts (UInt64) — selectPartsForCoordinatedFetch에서 선택한 파트 수
  • ProfileEvent_SharedMergeTreeSelectPartsForFullFetchMicroseconds (UInt64) — selectPartsForFullFetch에 소요된 시간
  • ProfileEvent_SharedMergeTreeSelectPartsForFullFetchParts (UInt64) — selectPartsForFullFetch에서 선택한 파트 수
  • ProfileEvent_SharedMergeTreeTryUpdateDiskMetadataCacheForPartMicroseconds (UInt64) — scheduleDataProcessingJob에서 tryUpdateDiskMetadataCacheForPart의 소요 시간
  • ProfileEvent_SharedMergeTreeLoadChecksumAndIndexesMicroseconds (UInt64) — SharedMergeTree에서만 loadColumnsChecksumsIndexes에 소요된 시간
  • ProfileEvent_SharedMergeTreeSnapshotPartsCleanRequest (UInt64) — SnapshotCleanerThread가 파트를 정리하도록 결정한 횟수
  • ProfileEvent_SharedMergeTreeSnapshotPartsCleanerParts (UInt64) — SnapshotCleanerThread가 파트를 정리하려고 시도하는 데 걸린 시간
  • ProfileEvent_SharedMergeTreeSnapshotPartsRemoved (UInt64) — SnapshotCleanerThread가 파트를 성공적으로 삭제한 횟수
  • ProfileEvent_SharedMergeTreeSnapshotPartsCleanerRuns (UInt64) — SnapshotCleanerThread의 실행 횟수
  • ProfileEvent_SharedMergeTreeSnapshotPartsCleanerMicroseconds (UInt64) — SnapshotCleanerThread의 실행 시간
  • ProfileEvent_SharedMergeTreeSnapshotPartsCleanerPartsMicroseconds (UInt64) — SnapshotCleanerThread가 파트를 정리하는 데 소요되는 시간
  • ProfileEvent_SharedMergeTreeDataPartsFetchAttempt (UInt64) — 데이터 파트를 가져오려고 시도한 횟수입니다
  • ProfileEvent_SharedMergeTreeDataPartsFetchFromPeer (UInt64) — 피어로부터 데이터 파트를 가져온 횟수
  • ProfileEvent_SharedMergeTreeDataPartsFetchFromPeerMicroseconds (UInt64) — 피어로부터 데이터 파트를 가져오는 데 걸린 시간(마이크로초)
  • ProfileEvent_SharedMergeTreeDataPartsFetchFromS3 (UInt64) — S3에서 데이터 파트를 가져온 횟수
  • ProfileEvent_SharedMergeTreeReplicaSetUpdatesFromZooKeeper (UInt64) — ZooKeeper로부터 레플리카 세트를 업데이트한 횟수
  • ProfileEvent_SharedMergeTreeReplicaSetUpdatesFromZooKeeperRequests (UInt64) — 레플리카 세트를 업데이트하기 위해 보낸 ZooKeeper 요청의 총 횟수
  • ProfileEvent_SharedMergeTreeReplicaSetUpdatesFromZooKeeperMicroseconds (UInt64) — 레플리카 세트를 업데이트하는 데 걸린 시간
  • ProfileEvent_KeeperLogsEntryReadFromLatestCache (UInt64) — 최신 로그 캐시에서 읽어오는 Keeper 로그 항목 수
  • ProfileEvent_KeeperLogsEntryReadFromCommitCache (UInt64) — commit 로그 캐시에서 읽어오는 Keeper의 로그 엔트리 수
  • ProfileEvent_KeeperLogsEntryReadFromFile (UInt64) — 변경 로그 파일에서 Keeper가 직접 읽는 로그 엔트리 수
  • ProfileEvent_KeeperLogsPrefetchedEntries (UInt64) — Keeper에서 변경 로그 파일로부터 미리 읽기(prefetch)되는 로그 항목 수
  • ProfileEvent_KeeperChangelogWrittenBytes (UInt64) — Keeper의 변경 로그에 기록된 바이트 수
  • ProfileEvent_KeeperChangelogFileSyncMicroseconds (UInt64) — Keeper 변경 로그에 대해 fsync에 소요된 시간(압축되지 않은 로그에만 해당)
  • ProfileEvent_KeeperSnapshotWrittenBytes (UInt64) — Keeper의 스냅샷 파일에 기록된 바이트 수
  • ProfileEvent_KeeperSnapshotFileSyncMicroseconds (UInt64) — Keeper 스냅샷 파일의 fsync에 소요된 시간
  • ProfileEvent_StorageConnectionsCreated (UInt64) — 스토리지용으로 생성된 연결 수
  • ProfileEvent_StorageConnectionsReused (UInt64) — 스토리지에서 재사용된 연결 수
  • ProfileEvent_StorageConnectionsReset (UInt64) — 스토리지에서 재설정된 연결 수
  • ProfileEvent_StorageConnectionsPreserved (UInt64) — 저장소에 대해 유지된 연결 수
  • ProfileEvent_StorageConnectionsExpired (UInt64) — 저장소의 만료된 연결 개수
  • ProfileEvent_StorageConnectionsErrors (UInt64) — 스토리지 연결 생성에 실패한 횟수
  • ProfileEvent_StorageConnectionsElapsedMicroseconds (UInt64) — 스토리지 연결을 생성하는 데 소요된 총 시간
  • ProfileEvent_DiskConnectionsCreated (UInt64) — 디스크용으로 생성된 연결 수
  • ProfileEvent_DiskConnectionsReused (UInt64) — 디스크에 대해 재사용된 연결 수
  • ProfileEvent_DiskConnectionsReset (UInt64) — 디스크 연결 재설정 수
  • ProfileEvent_DiskConnectionsPreserved (UInt64) — 디스크의 유지된 연결 수
  • ProfileEvent_DiskConnectionsExpired (UInt64) — 디스크의 만료된 연결 수
  • ProfileEvent_DiskConnectionsErrors (UInt64) — 디스크 연결 생성에 실패한 횟수
  • ProfileEvent_DiskConnectionsElapsedMicroseconds (UInt64) — 디스크 연결을 생성하는 데 소요된 총 시간
  • ProfileEvent_HTTPConnectionsCreated (UInt64) — 생성된 클라이언트 HTTP 연결 개수
  • ProfileEvent_HTTPConnectionsReused (UInt64) — 재사용된 클라이언트 HTTP 연결의 수
  • ProfileEvent_HTTPConnectionsReset (UInt64) — 재설정된 클라이언트의 HTTP 연결 수
  • ProfileEvent_HTTPConnectionsPreserved (UInt64) — 유지된 클라이언트 HTTP 연결의 수
  • ProfileEvent_HTTPConnectionsExpired (UInt64) — 만료된 클라이언트 HTTP 연결의 수
  • ProfileEvent_HTTPConnectionsErrors (UInt64) — 클라이언트 HTTP 연결 생성이 실패한 횟수
  • ProfileEvent_HTTPConnectionsElapsedMicroseconds (UInt64) — 클라이언트 HTTP 연결 생성에 소요된 총 시간
  • ProfileEvent_HTTPServerConnectionsCreated (UInt64) — 생성된 HTTP 서버 연결 수
  • ProfileEvent_HTTPServerConnectionsReused (UInt64) — 재사용된 서버 HTTP 연결의 수
  • ProfileEvent_HTTPServerConnectionsPreserved (UInt64) — 유지된 서버 HTTP 연결 수. 연결이 keep-alive 상태로 성공적으로 유지됨
  • ProfileEvent_HTTPServerConnectionsExpired (UInt64) — 만료된 서버의 HTTP 연결 수입니다.
  • ProfileEvent_HTTPServerConnectionsClosed (UInt64) — Keep alive가 협상되지 않은 상태에서 닫힌 서버 HTTP 연결 수입니다
  • ProfileEvent_HTTPServerConnectionsReset (UInt64) — 서버에서 재설정한 HTTP 연결 수입니다. 서버가 연결을 종료합니다
  • ProfileEvent_AddressesDiscovered (UInt64) — HTTP 연결의 DNS 조회 결과에서 새로 발견된 주소의 총개수
  • ProfileEvent_AddressesExpired (UInt64) — HTTP 연결의 DNS 조회 결과에 더 이상 나타나지 않는 만료된 주소의 총 개수
  • ProfileEvent_AddressesMarkedAsFailed (UInt64) — HTTP 연결에서 연결 오류로 인해 문제 있는 것으로 표시된 주소의 총 개수
  • ProfileEvent_ReadWriteBufferFromHTTPRequestsSent (UInt64) — ReadWriteBufferFromHTTP에서 전송된 HTTP 요청 수
  • ProfileEvent_ReadWriteBufferFromHTTPBytes (UInt64) — ReadWriteBufferFromHTTP를 통해 수신 및 전송된 페이로드 바이트의 총 크기입니다. HTTP 헤더는 포함되지 않습니다.
  • ProfileEvent_WriteBufferFromHTTPRequestsSent (UInt64) — WriteBufferFromHTTP가 전송한 HTTP 요청 수
  • ProfileEvent_WriteBufferFromHTTPBytes (UInt64) — WriteBufferFromHTTP를 통해 수신 및 전송된 페이로드 바이트의 총 크기입니다. HTTP 헤더는 포함되지 않습니다.
  • ProfileEvent_ConcurrencyControlSlotsGranted (UInt64) — 쿼리당 1개 스레드 보장에 따라, 그리고 설정 'use_concurrency_control' = 0인 쿼리에 대해 할당된 CPU 슬롯 수
  • ProfileEvent_ConcurrencyControlSlotsDelayed (UInt64) — 초기에 할당되지 않아 사용 가능한 CPU 슬롯이 생길 때까지 대기해야 했던 CPU 슬롯 수
  • ProfileEvent_ConcurrencyControlSlotsAcquired (UInt64) — 획득한 CPU 슬롯의 총 개수
  • ProfileEvent_ConcurrencyControlSlotsAcquiredNonCompeting (UInt64) — 획득한 비경합 CPU 슬롯의 총 개수
  • ProfileEvent_ConcurrencyControlQueriesDelayed (UInt64) — 슬롯을 상향 조정하기 위해 대기해야 했던 전체 CPU 슬롯 할당(쿼리) 수
  • ProfileEvent_ConcurrencyControlWaitMicroseconds (UInt64) — 쿼리가 CPU 슬롯에 대한 리소스 요청을 기다리는 데 소요된 총 시간입니다.
  • ProfileEvent_ConcurrencyControlPreemptedMicroseconds (UInt64) — CPU 슬롯이 선점되어 쿼리가 대기한 총 시간입니다.
  • ProfileEvent_ConcurrencyControlPreemptions (UInt64) — CPU 선점의 총 횟수
  • ProfileEvent_ConcurrencyControlUpscales (UInt64) — CPU 상향 스케일링 이벤트의 총 개수
  • ProfileEvent_ConcurrencyControlDownscales (UInt64) — CPU 다운스케일링 이벤트의 총 개수
  • ProfileEvent_ConcurrentQuerySlotsAcquired (UInt64) — 획득된 쿼리 슬롯의 총개수
  • ProfileEvent_ConcurrentQueryWaitMicroseconds (UInt64) — 쿼리가 쿼리 슬롯을 기다리는 데 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeCoordinatorUpdateCount (UInt64) — merge coordinator 업데이트의 총횟수
  • ProfileEvent_CoordinatedMergesMergeCoordinatorUpdateMicroseconds (UInt64) — merge coordinator 상태 업데이트에 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeCoordinatorFetchMetadataMicroseconds (UInt64) — 병합 조정자 내부에서 최신 메타데이터를 가져오는 데 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeCoordinatorFilterMicroseconds (UInt64) — merge coordinator 내에서 준비된 병합을 필터링하는 데 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeCoordinatorSelectMergesMicroseconds (UInt64) — merge coordinator 내부에서 머지 선택기를 사용해 병합 대상을 찾는 데 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeCoordinatorLockStateForShareCount (UInt64) — coordinator 상태 잠금을 FOR SHARE로 캡처한 총횟수
  • ProfileEvent_CoordinatedMergesMergeCoordinatorLockStateExclusivelyCount (UInt64) — coordinator 상태 잠금을 배타적으로 획득한 총 횟수
  • ProfileEvent_CoordinatedMergesMergeCoordinatorLockStateForShareMicroseconds (UInt64) — 공유를 위해 coordinator 상태 뮤텍스를 잠그는 데 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeCoordinatorLockStateExclusivelyMicroseconds (UInt64) — coordinator 상태 뮤텍스를 배타적으로 잠그는 데 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeWorkerUpdateCount (UInt64) — 병합 워커 업데이트의 총 횟수
  • ProfileEvent_CoordinatedMergesMergeWorkerUpdateMicroseconds (UInt64) — worker에 할당된 병합의 로컬 상태 업데이트에 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeAssignmentRequest (UInt64) — 병합 할당 요청의 총 개수
  • ProfileEvent_CoordinatedMergesMergeAssignmentResponse (UInt64) — 병합 할당 요청의 총 개수
  • ProfileEvent_CoordinatedMergesMergeAssignmentRequestMicroseconds (UInt64) — 병합 할당 클라이언트에서 소요된 총 시간
  • ProfileEvent_CoordinatedMergesMergeAssignmentResponseMicroseconds (UInt64) — 병합 할당 handler에서 소요된 총 소요 시간
  • ProfileEvent_SharedDatabaseCatalogFailedToApplyState (UInt64) — SharedDatabaseCatalog에서 새 상태 적용에 실패한 횟수
  • ProfileEvent_SharedDatabaseCatalogStateApplicationMicroseconds (UInt64) — SharedDatabaseCatalog에서 새 상태 적용에 소요된 총 시간
  • ProfileEvent_MemoryWorkerRun (UInt64) — MemoryWorker가 백그라운드에서 작업을 실행한 횟수
  • ProfileEvent_MemoryWorkerRunElapsedMicroseconds (UInt64) — MemoryWorker가 백그라운드 작업에 소요한 총 시간
  • ProfileEvent_ParquetFetchWaitTimeMicroseconds (UInt64) — 디코딩 스레드에서 Parquet 파일 읽기를 기다린 시간(프리페치 스레드 제외)
  • ProfileEvent_WasmSerializationMicroseconds (UInt64) — WebAssembly 코드 실행에 소요된 시간
  • ProfileEvent_WasmDeserializationMicroseconds (UInt64) — WebAssembly 코드 실행에 소요된 시간
  • ProfileEvent_WasmGuestExecuteMicroseconds (UInt64) — WebAssembly 코드 실행에 소요된 시간
  • ProfileEvent_WasmTotalExecuteMicroseconds (UInt64) — WebAssembly 코드 실행에 소요된 시간
  • ProfileEvent_WasmModuleInstatiate (UInt64) — 생성된 WebAssembly 컴파트먼트의 수
  • ProfileEvent_WasmMemoryAllocated (UInt64) — WebAssembly 컴파트먼트에 할당된 전체 메모리
  • ProfileEvent_ParquetReadRowGroups (UInt64) — Parquet 데이터에서 읽은 row group의 총 개수
  • ProfileEvent_ParquetPrunedRowGroups (UInt64) — Parquet 데이터에서 제외된 row group의 총 개수
  • ProfileEvent_ParquetDecodingTasks (UInt64) — Parquet 리더가 생성한 작업
  • ProfileEvent_ParquetDecodingTaskBatches (UInt64) — Parquet 리더가 스레드 풀에 전달한 작업 묶음
  • ProfileEvent_ParquetPrefetcherReadRandomRead (UInt64) — DB::Parquet::Prefetcher가 ReadMode::RandomRead로 수행한 읽기의 총 횟수
  • ProfileEvent_ParquetPrefetcherReadSeekAndRead (UInt64) — DB::Parquet::Prefetcher에서 ReadMode::SeekAndRead로 수행한 총 읽기 횟수
  • ProfileEvent_ParquetPrefetcherReadEntireFile (UInt64) — DB::Parquet::Prefetcher가 ReadMode::EntireFileIsInMemory로 수행한 총 읽기 횟수
  • ProfileEvent_ParquetRowsFilterExpression (UInt64) — 필터를 통과한 총 행 수
  • ProfileEvent_ParquetColumnsFilterExpression (UInt64) — 필터를 통과한 컬럼의 총수
  • ProfileEvent_FilterTransformPassedRows (UInt64) — 쿼리에서 필터를 통과한 행의 수
  • ProfileEvent_FilterTransformPassedBytes (UInt64) — 쿼리에서 필터를 통과한 바이트 수
  • ProfileEvent_QueryPreempted (UInt64) — 'priority' 설정으로 인해 작업이 중단되어 대기한 횟수
  • ProfileEvent_IndexBinarySearchAlgorithm (UInt64) — 인덱스 마크에 대해 이진 검색 알고리즘을 사용한 횟수
  • ProfileEvent_IndexGenericExclusionSearchAlgorithm (UInt64) — 인덱스 마크에서 일반 제외 검색 알고리즘이 사용된 횟수
  • ProfileEvent_ParallelReplicasQueryCount (UInt64) — 쿼리 실행 중 병렬 레플리카를 사용해 실행된 (하위) 쿼리 수
  • ProfileEvent_DistributedConnectionReconnectCount (UInt64) — 분산 쿼리 실행 중 다른 서버에 다시 연결한 횟수입니다. 연결 풀에서 오래된 연결을 가져온 경우 발생할 수 있습니다
  • ProfileEvent_DistributedConnectionConnectCount (UInt64) — 분산 쿼리 실행 중 다른 서버에 연결한 횟수입니다. 풀의 기존 연결을 사용하지 않고 새 연결이 설정될 때 발생합니다.
  • ProfileEvent_RefreshableViewRefreshSuccess (UInt64) — 갱신 가능 구체화 뷰가 갱신된 총 횟수
  • ProfileEvent_RefreshableViewRefreshFailed (UInt64) — 갱신 가능 구체화 뷰의 갱신 실패 횟수
  • ProfileEvent_RefreshableViewSyncReplicaSuccess (UInt64) — 갱신 가능 구체화 뷰에서 SELECT 수행 시 암시적으로 SYNC REPLICA가 실행된 횟수
  • ProfileEvent_RefreshableViewSyncReplicaRetry (UInt64) — 갱신 가능 구체화 뷰에 대한 SELECT가 실패한 후 암시적으로 SYNC REPLICA를 재시도한 횟수
  • ProfileEvent_RefreshableViewLockTableRetry (UInt64) — 이전 테이블이 삭제되어 갱신 가능 구체화 뷰의 SELECT가 새 테이블로 전환해야 했던 횟수
  • ProfileEvent_AsyncLoggingConsoleTotalMessages (UInt64) — Console 로그용 비동기 큐로 전송된 메시지 수(수락되거나 삭제된 메시지 포함)
  • ProfileEvent_AsyncLoggingFileLogTotalMessages (UInt64) — 파일 로그용 비동기 큐로 전송된 메시지 수(수락되거나 버려진 메시지 포함)
  • ProfileEvent_AsyncLoggingErrorFileLogTotalMessages (UInt64) — 오류 파일 로그의 비동기 큐로 전송된 메시지 수(수락되거나 삭제된 메시지 포함)
  • ProfileEvent_AsyncLoggingSyslogTotalMessages (UInt64) — syslog용 비동기 큐로 전송된 메시지(수락되었거나 폐기된 메시지)의 수
  • ProfileEvent_AsyncLoggingTextLogTotalMessages (UInt64) — text_log의 비동기 큐로 전송된 메시지(수락되거나 폐기된 메시지 포함) 수
  • ProfileEvent_AsyncLoggingConsoleDroppedMessages (UInt64) — 비동기 로그 큐가 가득 차 콘솔 로그에서 누락된 메시지 수
  • ProfileEvent_AsyncLoggingFileLogDroppedMessages (UInt64) — async log queue가 가득 차 파일 로그에 기록되지 못하고 버려진 메시지 수
  • ProfileEvent_AsyncLoggingErrorFileLogDroppedMessages (UInt64) — 비동기 로그 큐가 가득 차 오류 파일 로그에서 삭제된 메시지의 수
  • ProfileEvent_AsyncLoggingSyslogDroppedMessages (UInt64) — 비동기 로그 큐가 가득 차 syslog에서 버려진 메시지 수
  • ProfileEvent_AsyncLoggingTextLogDroppedMessages (UInt64) — async log 큐가 가득 차 text_log에서 버려진 메시지 수
  • ProfileEvent_JemallocFailedAllocationSampleTracking (UInt64) — jemalloc 할당 샘플 추적 실패 합계 횟수
  • ProfileEvent_JemallocFailedDeallocationSampleTracking (UInt64) — jemalloc 메모리 해제 샘플 추적에 실패한 합계 횟수
  • ProfileEvent_LoadedStatisticsMicroseconds (UInt64) — 파트에서 통계를 로드하는 데 소요된 시간
  • ProfileEvent_RuntimeDataflowStatisticsInputBytes (UInt64) — 쿼리가 병렬 레플리카로 실행될 경우 레플리카가 읽게 되는 바이트 수에 대한 수집 통계
  • ProfileEvent_RuntimeDataflowStatisticsOutputBytes (UInt64) — 쿼리가 병렬 레플리카로 실행될 경우 레플리카가 시작 노드에 전송하게 될 바이트 수에 대해 수집된 통계
  • ProfileEvent_S3CachedCredentialsProvidersReused (UInt64) — 캐시에서 재사용된 자격 증명 공급자의 총 개수
  • ProfileEvent_S3CachedCredentialsProvidersAdded (UInt64) — 캐시에 새로 추가된 자격 증명 제공자의 총개수
  • ProfileEvent_RuntimeFiltersCreated (UInt64) — 쿼리 내에서 생성된 고유한 JOIN 런타임 필터 수
  • ProfileEvent_RuntimeFilterBlocksProcessed (UInt64) — JOIN Runtime Filters에 의해 처리된 블록 수
  • ProfileEvent_RuntimeFilterBlocksSkipped (UInt64) — 필터링 비율이 낮아 필터가 동적으로 비활성화되면서, 처리 없이 JOIN Runtime Filters에 의해 건너뛴 블록 수
  • ProfileEvent_RuntimeFilterRowsChecked (UInt64) — JOIN Runtime Filters가 검사한 행 수
  • ProfileEvent_RuntimeFilterRowsPassed (UInt64) — JOIN Runtime Filters를 통과한 행 수(즉, 필터링으로 제외되지 않은 행 수)
  • ProfileEvent_RuntimeFilterRowsSkipped (UInt64) — JOIN Runtime Filters에 의해 건너뛴 블록에 포함된 행 수
  • ProfileEvent_JoinBuildPostProcessingMicroseconds (UInt64) — JOIN의 오른쪽 측을 구축한 후 수행되는 후처리 단계에 소요된 시간입니다.
  • ProfileEvent_AIInputTokens (UInt64) — 쿼리의 모든 AI 함수 호출에서 사용된 프롬프트 토큰의 총수입니다.
  • ProfileEvent_AIOutputTokens (UInt64) — 쿼리의 모든 AI 함수 호출에서 사용된 completion token의 총수입니다.
  • ProfileEvent_AIAPICalls (UInt64) — AI 제공업체로 전송된 HTTP 요청 수입니다.
  • ProfileEvent_AIRowsProcessed (UInt64) — AI 결과를 받은 행 수입니다.
  • ProfileEvent_AIRowsSkipped (UInt64) — quota 또는 오류로 인해 기본값이 설정된 행 수입니다.

예시

SELECT * FROM system.query_metric_log LIMIT 1 FORMAT Vertical;
Row 1:
──────
query_id:                                                        97c8ba04-b6d4-4bd7-b13e-6201c5c6e49d
hostname:                                                        clickhouse.eu-central1.internal
event_date:                                                      2020-09-05
event_time:                                                      2020-09-05 16:22:33
event_time_microseconds:                                         2020-09-05 16:22:33.196807
memory_usage:                                                    313434219
peak_memory_usage:                                               598951986
ProfileEvent_Query:                                              0
ProfileEvent_SelectQuery:                                        0
ProfileEvent_InsertQuery:                                        0
ProfileEvent_FailedQuery:                                        0
ProfileEvent_FailedSelectQuery:                                  0
...

추가 참고