Move lazy init facets from 10.0 to 9.11

This commit is contained in:
Stefan Vodita 2024-05-03 08:18:29 +00:00
parent c3b0e05249
commit 40cae087f7
1 changed files with 3 additions and 3 deletions

View File

@ -152,9 +152,6 @@ Optimizations
* GITHUB#12372: Reduce allocation during HNSW construction (Jonathan Ellis)
* GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits
to count. (Greg Miller)
* GITHUB#12552: Make FSTPostingsFormat load FSTs off-heap. (Tony X)
Bug Fixes
@ -328,6 +325,9 @@ Optimizations
* GITHUB#13321: Improve compressed int4 quantized vector search by utilizing SIMD inline with the decompression
process. (Ben Trent)
* GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits
to count. (Greg Miller)
Bug Fixes
---------------------