Pervasive logo

Prev SQL Engine Reference Next

Push-Down Filters


Push-down filters are strictly an internal optimization technique. By taking advantage of the high speed filtering capabilities of the MicroKernel Database Engine (MKDE), the SRDE can efficiently identify certain rows to be rejected from the result set depending on characteristics of the restriction. Because rows are rejected from the result set before they are returned to the SRDE, the SRDE has to analyze fewer rows and completes the operation faster than it would without push-down filters.

The SRDE can use an expression or combination of expressions as a push-down filter if the following conditions are satisfied:

For definitions of the technical terms used in this chapter, see Terminology .

Past Behavior

Pervasive.SQL 2000i does not support this type of optimization.


Prev
Restriction Optimization
Contents
Up
Check for Revisions
Next
Efficient Use of Indexes