Skip to content

Commit

Permalink
docs: Update query-acceleration-blooms.md (#14544)
Browse files Browse the repository at this point in the history
(cherry picked from commit 184630f)
  • Loading branch information
pbmoses authored and grafana-delivery-bot[bot] committed Nov 27, 2024
1 parent 52f94e7 commit 0e7a8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/operations/bloom-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down

0 comments on commit 0e7a8c9

Please sign in to comment.