On Tue, Aug 3, 2021 at 10:43 PM Alexander Lukyanchikov <alexanderlukyanchi...@gmail.com> wrote: > > Maybe I have wrong expectations, and less frequent commits with NRT refresh > were not intended to improve overall performance? > > Some details about the tests - > Base implementation commits and refreshes a regular reader every second. > NRT implementation commits every 60 seconds and refreshes NRT reader every > second.
fyi: if you really want to delay the sync of the data to a long value such as every 60 seconds, you may also have to modify filesystem mount options to get that. For example, with ext4, it will do the sync itself every 5 seconds by default, see 'commit=' option: https://www.kernel.org/doc/Documentation/filesystems/ext4.txt --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org