Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: shainaraskas <[email protected]>
  • Loading branch information
leemthompo and shainaraskas authored Nov 28, 2024
1 parent f93a493 commit 892a14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless/pages/serverless-differences.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This fully managed approach means many traditional {es} infrastructure APIs and
[[elasticsearch-differences-serverless-index-size]]
== Index size guidelines

Please note the following recommendations for sizing individual indices for optimal performance on {es-serverless}:
To ensure optimal performance, follow these recommendations for sizing individual indices on {es-serverless}:

|===
|Use case |Maximum index size |Project configuration
Expand All @@ -50,7 +50,7 @@ Please note the following recommendations for sizing individual indices for opti

For large datasets that exceed the recommended maximum size for a single index, consider splitting your data across smaller indices and using an alias to search them collectively.

NOTE: These recommendations do not apply to indices using Better binary quantization (BBQ). Refer to {ref}/dense-vector.html#dense-vector-quantization[vector quantization] in the core {es} docs for more information.
These recommendations do not apply to indices using better binary quantization (BBQ). Refer to {ref}/dense-vector.html#dense-vector-quantization[vector quantization] in the core {es} docs for more information.

[discrete]
[[elasticsearch-differences-serverless-apis-availability]]
Expand Down

0 comments on commit 892a14e

Please sign in to comment.