Nonkeyed queries

Non keyed queries are typically used for small files only and are not efficient when used against a large file. The query engine must first read all index entries in an index and then read all records within those entries to determine which records match the query.

Related topics

Partially keyed queries
Stored queries
True queries

Tuning: Fully keyed queries
Tuning: Improving query speed