GitHub user yatriks edited a comment on the discussion: Question about FT.SEARCH indices
Thank you for the response 🙏 Tha queries are always of the form `select d where d==VAL and s<=t and e>t` (sometimes query for multiple t chained with `or`). Explain is ``` project *: (filter (and e >= T, s < T): tag-scan d, VAL) ``` s, e, and t are floats. Is that doing the tag scan first? The fixed `d` in the query, as well as the fact that I can use PREFIX to select all keys for `d` is why I was curious about multiple indexes Thanks again for your time GitHub link: https://github.com/apache/kvrocks/discussions/3391#discussioncomment-16188519 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
