Wednesday, March 28, 2012

ROBUST PLan

Select a.id_customers, firstname, lastname
from customers
How would i use ROBUST PLAN with this query?
please advise.
rafaelSelect a.id_customers, firstname, lastname
from customers
Option Robust Plan
"Rafael Chemtob" wrote:

> Select a.id_customers, firstname, lastname
> from customers
> How would i use ROBUST PLAN with this query?
> please advise.
> rafael
>
>|||If "customers" is a table (and not some complex view), then it would
seem silly to use the ROBUST PLAN hint on this query. Do you think that
this gives you some kind of advantage for this query?
Gert-Jan
Rafael Chemtob wrote:
> Select a.id_customers, firstname, lastname
> from customers
> How would i use ROBUST PLAN with this query?
> please advise.
> rafael

No comments:

Post a Comment