# Scaling a cluster with multiple indices

**URL:** https://discuss.elastic.co/t/scaling-a-cluster-with-multiple-indices/142977
**Category:** Elasticsearch
**Created:** [August 3, 2018, 9:25pm UTC](https://discuss.elastic.co/t/scaling-a-cluster-with-multiple-indices/142977 "2018-08-03T21:25:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![username123](https://avatars.discourse-cdn.com/v4/letter/u/7ba0ec/32.png) [@username123](https://discuss.elastic.co/u/username123)
#### Post date: [August 3, 2018, 9:25pm UTC](https://discuss.elastic.co/t/scaling-a-cluster-with-multiple-indices/142977/1 "2018-08-03T21:25:08Z")

</div>

Hi, I have an elastic 2.3 legacy cluster that I have to scale up to prepare for a significant seasonal load.

I observe that there are 2 indices on the cluster with the following configs:

```auto
Index P:
"number_of_shards": "4"
"number_of_replicas": "4"
green open P 4 4 591635702 3550680 357.8gb 71.6gb
Index S:
"total_shards_per_node": "1"
"number_of_shards": "6",
"number_of_replicas": "4",
green open S 6 4 252376492 51806564 788.2gb 160.7gb

```

Current size of active nodes that actually keep the data is 31. Since I have to scale this up my idea is to add nodes until every shard of every index had its own node. Some sources say that if I have several shards of the same index on the same nodes, the querying happens in a serial fashion which may slow things down. I don't know if the same is true for different indexes, but I would assume so (please let me know).

Current node type : `16 vCPUs, 60 GB memory, 375 GB SSD`

What other action I could potentially take in order to improve performance? Giving the cluster an additional 19 nodes may be pretty expensive, I want to make sure that I explore other options before I do that.

Let me know if there are other settings that might be relevant here.

Thanks!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 31, 2018, 9:25pm UTC](https://discuss.elastic.co/t/scaling-a-cluster-with-multiple-indices/142977/2 "2018-08-31T21:25:12Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
