Performance Improvements 🚀
- A join whose key is a
uuidcolumn, or a text column with a tokenizer cast, now pushes the hash-join key set into the Tantivy query. Before, only a plaintextkey did, so the other side of the join read every document in the index and filtered afterwards.