We are currently delta-importing using DIH after which all of our
servers have to download the full index (16G). This obviously puts quite
a strain on our slaves while they are syncing over the index. Is there
anyway not to sync over the whole index, but rather just the parts that
have changed?
We would like to get to the point where are no longer using DIH but
rather we are constantly sending documents over HTTP to our master in
realtime. We would then like our slaves to download these changes as
soon as possible. Is something like this even possible?
Thanks for you help