INFO コマンドの指標

Memorystore for Valkey では、INFO コマンドはベクトルデータとベクトル検索の指標を返します。このページでは、infoinfo modulesinfo modules search の各コマンドで使用できる指標について説明します。

インデックス統計指標

指標 値の型 説明
search_total_indexed_hash_keys Integer このノードにあるすべてのインデックス パーティションの HASH キーの合計数
search_number_of_indexes Integer インデックスの合計数
search_number_of_attributes Integer すべてのインデックスの属性の合計数

指標をクエリする

指標 値の型 説明
search_failure_requests_count Integer 失敗したすべてのリクエストの数
search_successful_requests_count Integer 成功したすべてのリクエストの数

メモリ指標

指標 値の型 説明
search_used_memory_human Integer search_used_memory_bytes 指標を人が読める形式で表示
search_used_memory_bytes Integer すべてのインデックスが占有するメモリの合計バイト数

インデックスの取り込み

指標 値の型 説明
search_background_indexing_status 文字列 インデックス処理のステータス。NO_ACTIVITY はアイドル状態のインデックス処理を示します。