Subject Re: [firebird-support] Optimization Question
Author Dan Wilson
> PLAN (SPREADACTIONTABLE ORDERED SPREADID_INDEX);

This is indeed the solution, although Thomas Von Stetten showed me how to do that with the Order By clause rather than invoking the plan directly. I prefer not to impose plans directly on Firebird if I can work around it, as I know I will one day make some improvement somewhere and forget to change the direct plan override.

Thanks so much for your help!

Dan.