ParadeDB uses custom scans to optimize query execution. By default, custom scans are enabled.
SET paradedb.enable_custom_scan = true;
Custom scans should only be disabled for debugging purposes. They must be enabled for scoring, highlighting, and various predicate pushdowns to work.
Was this page helpful?