Warning : HReadSeek on a non indexed column of a query will read all the records to find out the right one. This process can be long, and the result could be inconsistent if the column is not sorted.
Option SQLIDX in extended info allows to dynamically create indexes on query columns.