Documentation Index
Fetch the complete documentation index at: https://docs.paradedb.com/llms.txt
Use this file to discover all available pages before exploring further.
New Features 🎉
- Support more semi/anti join cases via nested loop joins in the join scan.
Performance Improvements 🚀
- Allow for pushing down dynamic filters as Tantivy queries during hash joins.
Stability Improvements 💪
- Backwards compatibility fixes for pre-
0.22.xindexes containing NUMERIC columns. - Fixes for safety checks of N-way parallel joins, allowing the join scan to execute in more cases.
- Tighten guidance around using pg_search in
shared_preload_requirements. - Fix parameterized LIMIT, OFFSET, and snippet arguments in prepared statements.
- Better behavior with complex tokenizer definitions (particularly
pdb.regex_pattern). - Fix resolution of table aliases during join scan planning.
- Make join scan planning warnings more specific in a variety of cases.