Cross-link GPU-accelerated vector indexing from approximate-knn-search - #7698
Open
ash9146 wants to merge 1 commit into
Open
Cross-link GPU-accelerated vector indexing from approximate-knn-search#7698ash9146 wants to merge 1 commit into
ash9146 wants to merge 1 commit into
Conversation
…h.md This page covers ways to speed up index construction and merging (increasing max_merged_segment, disabling refresh during bulk uploads), but didn't mention GPU-accelerated indexing via NVIDIA cuVS, which addresses the same problem (faster HNSW construction, faster force-merge) and already has a dedicated reference page. Noted as GA since 9.4, per the official Elastic 9.4 release blog (https://www.elastic.co/blog/whats-new-elastic-9-4-0), corroborated by an independent release-notes aggregator. One Elasticsearch Labs post describes self-managed Enterprise GA as still targeted for 9.5, but that appears to be an outdated statement given both other sources are more recent and agree on 9.4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cross-links the GPU accelerated vector indexing feature from the
approximate-knn-search.mdperformance optimization guide.Context & Motivation
The
approximate-knn-search.mdpage provides guidance on optimizing index construction and merging speed (such as tuningmax_merged_segmentor disabling refresh during bulk indexing). However, it did not mention GPU-accelerated vector indexing via NVIDIA cuVS—a key feature designed specifically to address HNSW construction speed and segment merge costs.Notes on GA Version (9.4)
This update notes GPU indexing as GA since Elastic 9.4, based on:
(Note: While an earlier Elasticsearch Labs post mentioned Enterprise GA targeted for 9.5, official release communications confirm it as GA in 9.4).
Related Files
deploy-manage/production-guidance/optimize-performance/approximate-knn-search.md