Skip to content

Commit 5fc0b09

Browse files
committed
clarify when to care about index size
1 parent 6aa8a13 commit 5fc0b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/deploy/elastic-cloud/differences-from-other-elasticsearch-offerings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To ensure optimal performance in Serverless Elasticsearch projects, follow these
160160
| **General search (non data-stream)** | 300GB | General purpose |
161161
| **Other uses (non data-stream)** | 600GB | General purpose |
162162

163-
If you expect that you will have large datasets that exceed the recommended maximum size, consider creating multiple smaller indices that you can query using an [alias](/manage-data/data-store/aliases.md), or configuring [data stream lifecycle](/manage-data/lifecycle/data-stream) to prevent data streams from growing larger than the maximum size.
163+
If you expect that you will have large datasets that exceed the recommended maximum size, consider creating multiple smaller indices that you can query using an [alias](/manage-data/data-store/aliases.md), or configuring [data stream lifecycle](/manage-data/lifecycle/data-stream) to prevent data streams from growing larger than the maximum size. You should design your indexing and data lifecycle strategy with the size and growth of your data in mind.
164164

165165
These recommendations do not apply to indices using better binary quantization (BBQ). Refer to [vector quantization](elasticsearch://reference/elasticsearch/mapping-reference/dense-vector.md#dense-vector-quantization) for more information.
166166

0 commit comments

Comments
 (0)