# Index store size increased by 4X on new index created using slipt api

**URL:** https://discuss.elastic.co/t/index-store-size-increased-by-4x-on-new-index-created-using-slipt-api/266633
**Category:** Elasticsearch
**Created:** [March 9, 2021, 5:22am UTC](https://discuss.elastic.co/t/index-store-size-increased-by-4x-on-new-index-created-using-slipt-api/266633 "2021-03-09T05:22:27Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sreekanth](https://avatars.discourse-cdn.com/v4/letter/s/e47774/32.png) [@sreekanth](https://discuss.elastic.co/u/sreekanth)
#### Post date: [March 9, 2021, 5:22am UTC](https://discuss.elastic.co/t/index-store-size-increased-by-4x-on-new-index-created-using-slipt-api/266633/1 "2021-03-09T05:22:27Z")

</div>

We had one index with 1 shard/1 replica config. As per /\_cat/indices, it shows  
docs.count =133213  
docs.deleted=2430  
store.size=819.1gb  
pri.store.size=409.5gb

now we used split api to create new index with 40 shards.

```auto
    POST /oldIndex/_split/newIndex 
   {
      "settings": {
        "index.number_of_shards": 40
      }
    }

```

Now newIndex created with 40 shards and came to green status also. And now /\_cat/indices shows  
docs.count =133213  
docs.deleted=404145  
store.size=3.9tb  
pri.store.size=1.9tb

How is this possible? How can store size grow so big?

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [March 9, 2021, 8:01am UTC](https://discuss.elastic.co/t/index-store-size-increased-by-4x-on-new-index-created-using-slipt-api/266633/2 "2021-03-09T08:01:55Z")

</div>

Did you also run a force merge after?

---

<div class="post-metadata">

### Author: ![sreekanth](https://avatars.discourse-cdn.com/v4/letter/s/e47774/32.png) [@sreekanth](https://discuss.elastic.co/u/sreekanth)
#### Post date: [March 9, 2021, 8:33am UTC](https://discuss.elastic.co/t/index-store-size-increased-by-4x-on-new-index-created-using-slipt-api/266633/3 "2021-03-09T08:33:36Z")

</div>

No, we didn't run force merge. Is it required after using split api?

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [March 9, 2021, 10:33am UTC](https://discuss.elastic.co/t/index-store-size-increased-by-4x-on-new-index-created-using-slipt-api/266633/4 "2021-03-09T10:33:47Z")

</div>

It's not required but will help IMO. That's at least what I have seen myself recently.

---

<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: [April 6, 2021, 10:33am UTC](https://discuss.elastic.co/t/index-store-size-increased-by-4x-on-new-index-created-using-slipt-api/266633/5 "2021-04-06T10:33:53Z")

</div>

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