| Subject | Re: [firebird-support] How I can speed up this query | 
|---|---|
| Author | Luigi Siciliano | 
| Post date | 2017-10-14T15:43:11Z | 
Hallo,
    
Original:>
It would be interesting to compare the plans for both your original
query syntax and Set's suggestion - see where the difference is.
PLAN (PNC2 NATURAL) PLAN JOIN (PNC NATURAL, PNT INDEX (PN_TESTA_PK), C INDEX (PK_CLIENTI), PNS INDEX (PN_SCADENZE_FK)) With Set suggestion: PLAN (PNC2 NATURAL) PLAN JOIN (PNC NATURAL, PNT INDEX (PN_TESTA_PK), C INDEX (PK_CLIENTI), PNS INDEX (PN_SCADENZE_FK))Thanks.
--
Luigi Siciliano --------------------------