mgodwan commented on issue #12986:
URL: https://github.com/apache/lucene/issues/12986#issuecomment-1874996176

   Thanks @mikemccand @rmuir for your feedback.
   
   > It looks like that test was 100% updateDocument calls with 25% of the 
updates being updates not appends?
   
   That is correct. We used Lucene updateDocument calls for the entier test, 
with  25% of the updates being updates not appends.
   
   > +1 to pursue the linked improvements (off-heap option) -- the 
https://github.com/opensearch-project/OpenSearch/pull/11027 looks interesting 
-- maybe open a PR here for that? Or is that change somehow OpenSearch specific?
   
   Sure, I can work on a PR to contribute the changes to enable the support 
with Lucene constructs. I think we should have a way to achieve this in Lucene 
using a wrapper on existing bit-set implementation and/or the underlying array 
within the bitset.
   


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

Reply via email to