getcolumnindexsize — 컬럼 인덱스 크기 출력

getcolumnindexsize — 컬럼 인덱스 크기 출력

nodetool getcolumnindexsize 명령은 파티션 내 행의 정렬 인덱스(collation index) 세분성(granularity)을 KiB 단위로 출력하는 명령이에요.

출처: nodetool getcolumnindexsize

본문

getcolumnindexsize은 SSTable에서 파티션 내 행을 찾기 위한 컬럼 인덱스의 크기(세분성)를 확인할 때 써요. 이 값은 cassandra.yamlcolumn_index_size_in_kb와 대응돼요. 아래는 완전한 사용법이에요.

NAME
        nodetool getcolumnindexsize - Print the granularity of the collation
        index of rows within a partition in KiB

SYNOPSIS
        nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
                [(-pp | --print-port)] [(-pw <password> | --password <password>)]
                [(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
                [(-u <username> | --username <username>)] getcolumnindexsize

OPTIONS
        -h <host>, --host <host>
            Node hostname or ip address

        -p <port>, --port <port>
            Remote jmx agent port number

        -pp, --print-port
            Operate in 4.0 mode with hosts disambiguated by port number

        -pw <password>, --password <password>
            Remote jmx agent password

        -pwf <passwordFilePath>, --password-file <passwordFilePath>
            Path to the JMX password file

        -u <username>, --username <username>
            Remote jmx agent username

더 알아보기 (Learn more)