@lancedb/lancedb • Docs
@lancedb/lancedb / QueryExecutionOptions
Interface: QueryExecutionOptions¶
Options that control the behavior of a particular query execution
Properties¶
maxBatchLength?¶
The maximum number of rows to return in a single batch
Batches may have fewer rows if the underlying data is stored in smaller chunks.
timeoutMs?¶
Timeout for query execution in milliseconds