You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/05/25 20:48:18 UTC

[GitHub] [lucene] mayya-sharipova commented on pull request #728: LUCENE-10194 Buffer KNN vectors on disk

mayya-sharipova commented on PR #728:
URL: https://github.com/apache/lucene/pull/728#issuecomment-1137833962

   @LuXugang  Thanks for looking into this.  I was thinking to close this issue and this PR. As @jtibshirani noted the problem with this approach is that flush or a segment creation may take a very substantial time. 
   
   Instead, I was thinking to have a different approach how we index vectors - building an HNSW graph on the fly while indexing, as explained in the [LUCENE-10592](https://issues.apache.org/jira/browse/LUCENE-10592). 
   
   


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org