Configuring and better understanding index.refresh_interval for an index updated twice a day

How exactly does index.refresh_interval affect search performance ?

I have an index that is updated for 10 mins twice a day. Is it sufficient to refresh it 1 time, once the updating process finishes and disable index.refresh_interval for the rest of the time ? Or does the refresh process have other benefits even if the index isn't updated, like rearranging information, rearranging Lucene segments ?

Also, isn't the refresh management system able to see when the index hasn't been updated and not run the refresh process ? And how can this "resource consuming process" run every second ?

Yes.

Yes, it's a lightweight no-op if it's not necessary.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.