2016-06-21 22:31:44 +08:00
[[how-to]]
2024-11-20 01:27:05 +08:00
= Optimizations
2016-06-21 22:31:44 +08:00
2024-11-20 01:27:05 +08:00
Elasticsearch's default settings provide a good out-of-box experience for basic operations like full text search, highlighting, aggregations, and indexing.
2016-06-21 22:31:44 +08:00
2024-11-20 01:27:05 +08:00
However, there are a number of optimizations you can make to improve performance for your use case.
2016-06-21 22:31:44 +08:00
2024-11-20 01:27:05 +08:00
This section provides recommendations for various use cases.
2016-06-21 22:31:44 +08:00
2024-11-20 01:27:05 +08:00
* <<general-recommendations>>
* <<tune-for-indexing-speed>>
* <<tune-for-search-speed>>
* <<tune-knn-search>>
* <<tune-for-disk-usage>>
* <<size-your-shards>>
* <<use-elasticsearch-for-time-series-data>>
2016-07-07 15:12:09 +08:00
2024-11-20 01:27:05 +08:00
include::how-to/general.asciidoc[]
2016-10-28 15:11:57 +08:00
2016-06-21 22:31:44 +08:00
include::how-to/indexing-speed.asciidoc[]
include::how-to/search-speed.asciidoc[]
2022-10-13 05:53:53 +08:00
include::how-to/knn-search.asciidoc[]
2016-06-21 22:31:44 +08:00
include::how-to/disk-usage.asciidoc[]
2020-04-22 22:22:19 +08:00
2021-04-06 01:00:06 +08:00
include::how-to/size-your-shards.asciidoc[]
include::how-to/use-elasticsearch-for-time-series-data.asciidoc[]
2022-05-10 16:13:27 +08:00