T
Tim Kuehn
Guest
In your final scenario, USE-INDEX disables index bracketing, and the query isn't structured in a way the compiler can map anything in the WHERE phrase to the leading components of the specified index, so the compiler wrote the query as a TABLE-SCAN.
Continue reading...
Continue reading...