indekslæsn
Indekslæsn is a Danish term used in information science and library science to describe index-based reading or data retrieval. It designates the practice of locating and accessing information primarily through an index, rather than by scanning through data sequentially. In practice, indekslæsn aligns with how modern databases, search engines, and metadata systems speed up queries by consulting pre-built indexes before touching the underlying records.
Etymology and scope: The word appears to be formed from indeks (index) and læs (read) with a
Mechanism and typical index types: An index provides mappings from search terms or attributes to data locations.
Advantages and limitations: Index-based reading can significantly reduce input/output and latency for large datasets, especially for
See also: indexing, information retrieval, database index, inverted index, B-tree.