Stability Improvements 💪
- Fixed a bug where updating large text or JSON values that have been “toasted” (i.e. compressed) by Postgres could cause corrupt reads
- Correctly support correlated subqueries with the aggregate custom scan enabled
- Fixed an issue where TopN queries with an
UNNESTwould not receive a TopN query plan - Fixed a race condition that caused prepared statements to return incorrect results
- Fixed an issue where
varchar[]arrays could not be indexed
New Features 🚀
- Added an optional toggle to faceted queries to disable visibility checks, which can improve query times by 2-4X at the expense of correctness