INFO コマンドの指標
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Memorystore for Redis では、Redis の INFO
コマンドがベクトルデータとベクトル検索の指標を返します。このページでは、Redis の info
、info modules
、info 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 は、インデックス登録がアイドル状態であることを示します。 |
HNSW 指標
指標 |
値の型 |
説明 |
search_hnsw_create_exceptions_count |
Integer |
HNSW 作成の例外数。 |
search_hnsw_search_exceptions_count |
Integer |
HNSW 検索の例外数。 |
search_hnsw_remove_exceptions_count |
Integer |
HNSW 削除の例外数。 |
search_hnsw_add_exceptions_count |
Integer |
HNSW 追加の例外数。 |
search_hnsw_modify_exceptions_count |
Integer |
HNSW 変更の例外数 |
サブスクリプションの指標
指標 |
値の型 |
説明 |
search_modify_subscription_skipped_count |
Integer |
スキップされたサブスクリプションの変更数。 |
search_remove_subscription_successful_count |
Integer |
サブスクリプションの削除の成功数。 |
search_remove_subscription_skipped_count |
Integer |
スキップされたサブスクリプションの削除数。 |
search_remove_subscription_failure_count |
Integer |
サブスクリプション削除の失敗数。 |
search_add_subscription_successful_count |
Integer |
正常に追加されたサブスクリプションの数。 |
search_add_subscription_failure_count |
Integer |
サブスクリプション追加の失敗数。 |
search_add_subscription_skipped_count |
Integer |
スキップされたサブスクリプション追加プロセスの数。 |
search_modify_subscription_failure_count |
Integer |
サブスクリプション変更の失敗数。 |
search_modify_subscription_successful_count |
Integer |
サブスクリプション変更の成功数。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-04-11 UTC。
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]
{"lastModified": "\u6700\u7d42\u66f4\u65b0\u65e5 2024-04-11 UTC\u3002"}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-04-11 UTC。"]]