Fast-DB Batch Search Client - v3.1.0
GitHub
npm
LLM Guide
Preparing search index...
QueryMetrics
Interface QueryMetrics
interface
QueryMetrics
{
plan_type
?:
string
;
polars_time_ms
?:
number
;
rows_examined
?:
number
;
rows_returned
?:
number
;
search_time_ms
?:
number
;
total_time_ms
?:
number
;
used_index
?:
boolean
;
}
Index
Properties
plan_
type?
polars_
time_
ms?
rows_
examined?
rows_
returned?
search_
time_
ms?
total_
time_
ms?
used_
index?
Properties
Optional
plan_
type
plan_type
?:
string
Optional
polars_
time_
ms
polars_time_ms
?:
number
Optional
rows_
examined
rows_examined
?:
number
Optional
rows_
returned
rows_returned
?:
number
Optional
search_
time_
ms
search_time_ms
?:
number
Optional
total_
time_
ms
total_time_ms
?:
number
Optional
used_
index
used_index
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
plan_
type
polars_
time_
ms
rows_
examined
rows_
returned
search_
time_
ms
total_
time_
ms
used_
index
GitHub
npm
LLM Guide
Fast-DB Batch Search Client - v3.1.0
Loading...