CWE一覧に戻る
CWE-1089

インデックスの数が多すぎる大きなデータテーブル

Large Data Table with Excessive Number of Indices
脆弱性 作成中
JA

この製品は、過剰な数のインデックスを含む大きなデータ・テーブルを使用しています。
インデックスを使用している。

大規模なデータテーブル」と「過剰な数のインデックス」の解釈は製品や開発者によって異なるかもしれないが、CISQは「大規模な」テーブルのデフォルトしきい値を1000000行、デフォルトしきい値を3インデックスとすることを推奨している。

EN

The product uses a large data table that contains an excessively large number of
indices.

While the interpretation of "large data table" and "excessively large number of indices" may vary for each product or developer, CISQ recommends a default threshold of 1000000 rows for a "large" table and a default threshold of 3 indices.

Scope: Other / Impact: Reduce Performance
MITRE公式ページ — CWE-1089