Skip to content

Commit e5476c1

Browse files
committed
Addresses feedback.
1 parent 0217438 commit e5476c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-notes/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Known issues are significant defects or limitations that may impact your impleme
1010

1111
## 9.1.0 [elasticsearch-9.1.0-known-issues]
1212

13-
* If the `-Dvector.rescoring.directio` JVM option is set to `true` – as recommended [in this guide](https://www.elastic.co/docs/deploy-manage/production-guidance/optimize-performance/approximate-knn-search#use-direct-io-when-the-vector-data-does-not-fit-in-ram) – and used with `bbq_hnsw` type vector indices, it may cause significant search performance degradation in 9.1.0. In some cases, kNN search latency can increase by as much as 10x. To mitigate this, set the JVM option `-Dvector.rescoring.directio=false` on all search nodes and restart them. This option can be removed in 9.1.1.
13+
* The `-Dvector.rescoring.directio` JVM option is enabled (set to `true`) by default. When used with `bbq_hnsw` type vector indices, this can cause significant search performance degradation; particularly when enough memory is available to hold all vector data. In some cases, kNN search latency can increase by as much as 10x. To mitigate this, set the JVM option `-Dvector.rescoring.directio=false` on all search nodes and restart them. This option can be removed in 9.1.1.
1414

1515
**How do I know if my index vector type is `bbq_hnsw`?**
1616

0 commit comments

Comments
 (0)