You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/sources/operations/bloom-filters.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To learn how to write queries to use bloom filters, refer to [Query acceleration
38
38
39
39
{{< admonition type="warning" >}}
40
40
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.
42
42
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.
0 commit comments