docs: Update query-acceleration-blooms.md (#14544)

pull/15149/head
pmo 6 months ago committed by GitHub
parent 12386a21b0
commit 184630f341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/operations/bloom-filters.md

@ -38,7 +38,7 @@ To learn how to write queries to use bloom filters, refer to [Query acceleration
{{< admonition type="warning" >}}
Building and querying bloom filters are by design not supported in single binary deployment.
It can be used with Single Scalable deployment (SSD), but it is recommended to run bloom components only in fully distributed microservice mode.
It can be used with Simple Scalable deployment (SSD), but it is recommended to run bloom components only in fully distributed microservice mode.
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.
{{< /admonition >}}

Loading…
Cancel
Save