Dan Karp wrote:
Is there any way to explicitly assign a name to this backing index?
In my case, I want to force the optimizer to choose the backing index using "-- DERBY-PROPERTIES index=".
Instead of using 'index=', use 'constraint=' with the name of the constraint. See:
http://db.apache.org/derby/docs/10.2/tuning/ctunoptimzoverride.html Dan.
