You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The semantics of Mango's `use_index` query parameter has changed
over time but this has not been reflected in the documentation,
which causes a lot of confusion.
The `use_index` parameter was introduced in 1b0426a to force the
index selection to a specific index. Unfortunately, this did not
work out well in practice, so 743bd88 added a fallback mechanism
to make it less brittle. With that, `use_index` became only a
"hint" not an "instruction".
0 commit comments