Skip to content

Commit 6aa8a13

Browse files
committed
reword to clarify when people should consider index size
1 parent 1014811 commit 6aa8a13

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-
For large datasets that exceed the recommended maximum size, consider splitting your data across smaller indices and using an alias to search them collectively.
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.
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)