← Glossary
テクノロジ系 (Technology)Tested 2×
インデックス
いんでっくす · Index (database)
Also known as: DBMS インデックス
An auxiliary data structure in a DBMS that is created on specific columns to speed up data retrieval. By using an index, the database can locate target records without performing a full table scan. Because too many indexes increase the overhead of write operations, indexes are typically created only on frequently queried columns.
Past questions testing this term · 2 questions
- 2025r07 #65DBMS において,データの検索を高速に行う目的で,必要に応じて設定して利用する情報はどれか。
- 2018h30h #86DBMSにおけるインデックスに関する記述として,適切なものはどれか。