Database Tuning (MOSC)

MOSC Banner

PUSH_SUBQ hint

edited Feb 13, 2012 1:54AM in Database Tuning (MOSC) 3 commentsAnswered
Recently, I discussed the hint from the title with Jonathan Lewis, no less. The performance tuning manual says the following:*************************************************************************************************************************************************************************************************

The PUSH_SUBQ hint instructs the optimizer to evaluate nonmerged subqueries at the earliest possible step in the execution plan. Generally, subqueries that are not merged are executed as the last step in the execution plan. If the subquery is relatively inexpensive and reduces the number of rows significantly, then evaluating the subquery earlier can improve performance.

This hint has no effect if the subquery is applied to a remote table or one that is joined using a merge join.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center