Skip to content

Commit 184630f

Browse files
authored
docs: Update query-acceleration-blooms.md (#14544)
1 parent 12386a2 commit 184630f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/operations/bloom-filters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To learn how to write queries to use bloom filters, refer to [Query acceleration
3838

3939
{{< admonition type="warning" >}}
4040
Building and querying bloom filters are by design not supported in single binary deployment.
41-
It can be used with Single Scalable deployment (SSD), but it is recommended to run bloom components only in fully distributed microservice mode.
41+
It can be used with Simple Scalable deployment (SSD), but it is recommended to run bloom components only in fully distributed microservice mode.
4242
The reason is that bloom filters also come with a relatively high cost for both building and querying the bloom filters that only pays off at large scale deployments.
4343
{{< /admonition >}}
4444

0 commit comments

Comments
 (0)