diff --git a/serverless/pages/serverless-differences.asciidoc b/serverless/pages/serverless-differences.asciidoc index 398edce..8d3a67a 100644 --- a/serverless/pages/serverless-differences.asciidoc +++ b/serverless/pages/serverless-differences.asciidoc @@ -26,6 +26,32 @@ This guide helps you understand what's different, what's available, and how to w This fully managed approach means many traditional {es} infrastructure APIs and settings are not available to end users, as detailed in the following sections. +[discrete] +[[elasticsearch-differences-serverless-index-size]] +== Index size guidelines + +To ensure optimal performance, follow these recommendations for sizing individual indices on {es-serverless}: + +|=== +|Use case |Maximum index size |Project configuration + +|Vector search +|150GB +|Vector optimized + +|General search (non data-stream) +|300GB +|General purpose + +|Other uses (non data-stream) +|600GB +|General purpose +|=== + +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. + +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]] == API availability