Re: Nested Document with replicas slow

2020-04-13 Thread Michael Gibney
Depending on how you're measuring performance (and whether your use case benefits from caching), it might be worth looking into stable replica routing (configured with the "replica.base" sub-parameter of the shards.preference

Nested Document with replicas slow

2020-04-13 Thread Jae Joo
I have multiple 100 M documents using Nested Document for joining. It is the fastest way for joining in a single replica. By adding more replicas (2 or 3), the performance is slow down significantly. (about 100x times). Does anyone have same experience? Jae