uschindler commented on code in PR #13267: URL: https://github.com/apache/lucene/pull/13267#discussion_r1552487587
########## lucene/CHANGES.txt: ########## @@ -78,6 +78,12 @@ Optimizations * GITHUB#13149: Made PointRangeQuery faster, for some segment sizes, by reducing the amount of virtual calls to IntersectVisitor::visit(int). (Anton Hägerstrand) +* GITHUB#13222: Vector data files - including quantized vectors, HNSW graphs, + stored fields data files and term vectors data files now advise the + underlying `Directory` to optimize for random-access. On recent Java versions + (>= 21) and POSIX systems, `MMapDirectory` would use MADV_RANDOM for these Review Comment: It is a bit unclear: both conditions must apply. "On Linux and macOS systems using recent Java versions (>=21), MMapDirectory would use POSIX_MADV_RANDOM" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org