Re: [firebird-support] Re: How to specify manual plan for this kind of query?

2019-05-31 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
>> Really? I'd suppose the changed part should be: >> HASH (CTE T T NATURAL, CTE K NATURAL)) >> Dmitry   No,   My oryginal plan generated by Firebird looks like this PLAN (SORT (JOIN (CTE T T NATURAL, CTE K INDEX (IXA_NAMES_K__NAME))), HASH (CTE T T NATURAL, CTE K INDEX (IXA_FNAMES_K__ID)))   and

[firebird-support] Re: How to specify manual plan for this kind of query?

2019-05-30 Thread Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
30.05.2019 9:35, liviuslivius wrote: > > i need to modify plan generated by Firebird and specify manual plan. > I use Firebird 3. > example on employee.fdb (sample from taken > from README.common_table_expressions.txt) > > WITH RECURSIVE >