mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
b814d10063
Revises the current 'How to avoid oversharding' docs to incorporate information from our [shard sizing blog post][0]. Changes: * Streamlines introduction * Adds "Things to remember" section to describe how shards work * Adds "Guidelines" section based on blog tips * Creates a "Fix an oversharded cluster" section [0]: https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster
28 lines
742 B
Plaintext
28 lines
742 B
Plaintext
[[how-to]]
|
|
= How To
|
|
|
|
[partintro]
|
|
--
|
|
Elasticsearch ships with defaults which are intended to give a good out of
|
|
the box experience. Full text search, highlighting, aggregations, and indexing
|
|
should all just work without the user having to change anything.
|
|
|
|
Once you better understand how you want to use Elasticsearch, however,
|
|
there are a number of optimizations you can make to improve performance
|
|
for your use case.
|
|
|
|
This section provides guidance about which changes should and shouldn't be
|
|
made.
|
|
--
|
|
|
|
include::how-to/general.asciidoc[]
|
|
|
|
include::how-to/recipes.asciidoc[]
|
|
|
|
include::how-to/indexing-speed.asciidoc[]
|
|
|
|
include::how-to/search-speed.asciidoc[]
|
|
|
|
include::how-to/disk-usage.asciidoc[]
|
|
|
|
include::how-to/size-your-shards.asciidoc[] |