eladmarg commented on issue #933:
URL: https://github.com/apache/lucenenet/issues/933#issuecomment-2016563336

   after some thinking with myself, this is a design bug.
   we shouldn't refresh the index so frequently. 
   
   in the end of the day, this method is performing actual write to disk 
fsync() which is expensive.
   there is nothing to do about it, and many of the databases or anyone who 
works with filesystem suffers from this.
   
   this should have a debounce, that will limit the number of calls per 
timeframe.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to