Yes, you could say that. A commit will cause a segment to be created/merged. Once the leader node finishes that proces, the mutations are send to the follower nodes. If you have a steady commit interval, then you should see a reasonably steady replication interval.
Regards, Markus Op ma 3 okt. 2022 om 12:05 schreef Satya Nand <satya.n...@indiamart.com.invalid>: > Hi Markus, > thank you. > so in this case the Commit interval will become the polling interval? > frequent commit => frequent replication ? > > > On Mon, Oct 3, 2022 at 3:31 PM Markus Jelsma <markus.jel...@openindex.io> > wrote: > > > Hello Satya, > > > > There is no replication interval to define. The PULL of TLOG replicas > will > > pull new segment data from the current shard leader as they become > > available. No specific configuration is needed. > > > > Regards, > > Markus > > > > Op ma 3 okt. 2022 om 11:48 schreef Satya Nand > > <satya.n...@indiamart.com.invalid>: > > > > > Hi, > > > > > > Is there any configuration, where we can define the replication > interval > > > when pull replica should pull indexes from NRT replicas? > > > > > >