Optimizer support for Derby-style table functions This topic explains how to fine-tune the Derby optimizer's decision about where to place a table function in the join order. Functionscosting table functions Optimizercosting table functions

By default, the Derby optimizer makes the following assumptions about a table function:

The user can override this optimizer behavior by giving the optimizer more information. Here's how to do this:

For more information, see: