Yılmaz
Yılmaz

Reputation: 315

How To Increase Elasticsearch 5.6.7 Write Performance

I am trying to benchmark my Hot-Warm Structured Elasticsearch cluster.I did a lot tests. I followed many things. I think, my index rate still is not acceptable.

In my cluster, I have 13 hot servers which have SSD, 3 of them has NVMe. Relatively good CPUs. And 3 warm servers. In my test, I get max 250k primary shard ingest, 500k total shards. Since I use 1 replicaton count.

For me It means, 38k document insert for per server, Since I use 1 replica count, it means 19k document per server. For such a basic key value model, the index rate is too slow for me. When I see that I cannot benchmark my real model.

Is there any advice for me?

I did following advices

Upvotes: 0

Views: 234

Answers (1)

iqiye
iqiye

Reputation: 1

a little advice, index setting should add index.routing.allocation.total_shards_per_node to control your index shards evenly distributed across nodes.

Upvotes: 0

Related Questions