Skip to content

This documentation site is deprecated. Please visit our new documentation site at lancedb.com/docs for the latest information.

@lancedb/lancedb β€’ Docs


@lancedb/lancedb / QueryExecutionOptions

Interface: QueryExecutionOptions

Options that control the behavior of a particular query execution

Properties

maxBatchLength?

optional maxBatchLength: number;

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?

optional timeoutMs: number;

Timeout for query execution in milliseconds