I can give time information. I am dealing with big product records. I have
5 million products
Indexing without replica with 16 shards : 20 minutes
Add replicas : 5 minutes
Index merging with IndexMergeTool  : 40 minutes

On Tue, Feb 4, 2020 at 6:23 PM Erol Akarsu <[email protected]> wrote:

> I need some help in merging indexes in parallel much faster way. I am
> using IndexMergeTool provided by Lucene but it seems very slow. Is there a
> way to speed up the process ?
>
> What I do is that I make 16 shards with no replication and then add
> replica for every node and every shard. In the last step, I merge indexes.
> First 2 steps is finished quickly but last merging step takes time
>
> I appreciate your help
>
> Erol Akarsu
>
> --
>
> Erol Akarsu
>
> --

Erol Akarsu

Reply via email to