-* 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.
0 commit comments