Choosing a Filtering Path
The fastest option is to put frequently-filtered columns in the ParadeDB index when their type can be represented by ParadeDB. This is the right path for most built-in scalar column types, including numbers, booleans, dates, UUIDs, and literal text. See Indexed Columns for the supported type and operator combinations. The exception to this rule is when the filter depends on a specialized data type or search method that is not natively supported by the ParadeDB index. Common examples includeltree path queries or PostGIS spatial filters.
See External Indexes for examples and limitations.