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/11/02 15:50:35 UTC

[GitHub] [lucene] rmuir commented on pull request #11860: GITHUB-11830 Better optimize storage for vector connections

rmuir commented on PR #11860:
URL: https://github.com/apache/lucene/pull/11860#issuecomment-1300737402

   Why do we need to reset? I think we might be using the wrong packed ints class? Seems like we might be loading up giant in-RAM packedints, but then accessing it randomly?
   
   I'd be curious if its enough to just use DirectWriter/DirectReader and keep all the data off heap. These are already designed for random access.


-- 
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