Adjust changes entries for knn query concurrent rewrite

Moved entry for #12160 to 9.7.0 as it's been backported.
Added missing entry for #12325.
This commit is contained in:
Luca Cavanna 2023-05-26 09:25:54 +02:00
parent 10bebde269
commit 0ce6b9a67b
1 changed files with 4 additions and 2 deletions

View File

@ -76,8 +76,6 @@ Optimizations
* GITHUB#11857, GITHUB#11859, GITHUB#11893, GITHUB#11909: Hunspell: improved suggestion performance (Peter Gromov)
* GITHUB#12160: Concurrent rewrite for AbstractKnnVectorQuery. (Kaival Parikh)
Bug Fixes
---------------------
@ -139,11 +137,15 @@ Improvements
* GITHUB#12305: Minor cleanup and improvements to DaciukMihovAutomatonBuilder. (Greg Miller)
* GITHUB#12325: Parallelize AbstractKnnVectorQuery rewrite across slices rather than segments. (Luca Cavanna)
Optimizations
---------------------
* GITHUB#12270 Don't generate stacktrace in CollectionTerminatedException. (Armin Braun)
* GITHUB#12160: Concurrent rewrite for AbstractKnnVectorQuery. (Kaival Parikh)
* GITHUB#12286 Toposort use iterator to avoid stackoverflow. (Tang Donghai)
* GITHUB#12235: Optimize HNSW diversity calculation. (Patrick Zhai)