LogoRobo.js
Framework

QueryPlan

Interface: QueryPlan

Query execution plan.

Properties

PropertyTypeDescription
descriptionstringDescription for debugging
estimatedCostnumberEstimated cost (lower is better)
indexField?stringIndex to use (if applicable)
indexProvidesOrderbooleanWhether index provides ordering (no in-memory sort needed)
postFilterFieldsstring[]Fields that need post-filter (after index scan)
rangeOptions?RangeOptionsRange options for index scan
type"full-scan" | "index-scan" | "index-range" | "filter-check"Strategy type
useFilterbooleanWhether to use filter for pre-check

On this page