Skip to content

Commit a2de239

Browse files
committed
optimizations titles updated
1 parent 0e6233a commit a2de239

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy-manage/production-guidance/optimize-performance/approximate-knn-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ applies_to:
99
self: all
1010
---
1111

12-
# Approximate kNN search [tune-knn-search]
12+
# Tune approximate kNN search [tune-knn-search]
1313

1414
{{es}} supports [approximate k-nearest neighbor search](../../../solutions/search/vector/knn.md#approximate-knn) for efficiently finding the *k* nearest vectors to a query vector. Since approximate kNN search works differently from other queries, there are special considerations around its performance.
1515

deploy-manage/production-guidance/optimize-performance/disk-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ applies_to:
99
self: all
1010
---
1111

12-
# Disk usage [tune-for-disk-usage]
12+
# Tune for disk usage [tune-for-disk-usage]
1313

1414
This page provides strategies to reduce the storage footprint of your Elasticsearch indices. Disk usage is influenced by field mappings, index settings, document structure, and how you manage segments and shards. Use these recommendations to improve compression, eliminate unnecessary data, and optimize storage for your specific use case.
1515

deploy-manage/production-guidance/optimize-performance/indexing-speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ applies_to:
99
self: all
1010
---
1111

12-
# Indexing speed [tune-for-indexing-speed]
12+
# Tune for indexing speed [tune-for-indexing-speed]
1313

1414
Elasticsearch offers a wide range of indexing performance optimizations, especially useful for high-throughput ingestion workloads. This page provides practical recommendations to help you maximize indexing speed, from bulk sizing and refresh intervals to hardware and thread management.
1515

deploy-manage/production-guidance/optimize-performance/search-speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ applies_to:
99
self: all
1010
---
1111

12-
# Search speed [tune-for-search-speed]
12+
# Tune for search speed [tune-for-search-speed]
1313

1414
This page provides guidance on tuning {{es}} for faster search performance. While hardware and system-level settings play an important role, the structure of your documents and the design of your queries often have the biggest impact. Use these recommendations to optimize field mappings, caching behavior, and query design for high-throughput, low-latency search at scale.
1515

0 commit comments

Comments
 (0)