Hi @Pavel_Duchovny

Yes, the wildcard index quizzes.$** gets used but it’s much slower like I explained before.
Judge how it performs on a large database:

Even without any index at all it’s much faster:

If by multikey-index you mean just quizzes, I tried it and it won’t get used by the query without hinting.
With hinting, the multikey-index would be as slow as the wildcard index above.

Thanks in advance
Regards
Michael