-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shrink number of shards action in Index Management #40
Comments
Comment by Cthulhunonamous +1, many valid use cases for this feature |
Comment by jsirianni This would be useful. It is nice to reduce the shard count after moving an index to "warm" / "cold", for workloads that require a large shard count for writes but not for reads / long term storage. |
Comment by quad2524 +1 , same issue with needing many shards for ingest and then shrink down for reading. |
Signed-off-by: Drew Baugher <[email protected]>
Issue by lovelinuxalot
Saturday Apr 04, 2020 at 15:44 GMT
Originally opened as opendistro-for-elasticsearch/index-management#173
I would like to place a feature request to add Shrink Index or reduce Number of Shards in the Index Management actions
Just like the Force merge, Read, Replica Count etc. it would be great to have Shrink index, to reduce the number of shards in the actions section. This will be a good feature to have for Managed indices
Currently its really hard to manage the indices as they are managed with setting the number of shards at the creation of index and only increasing the number of replicas. I am currently using managed index only for small indices. For larger indices, the indices are managed outside of Index Management by creating new weekly index with less number of shards and reindex all the daily indices in the week into the weekly index
Thanks
The text was updated successfully, but these errors were encountered: