Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Disable bloom filtering for bounded sharding strategy (#14272)
This commit temporarily disables bloom filtering chunk refs in the `GetShards()` call on the index gateway when using the `bounded` sharding strategy. This will result in chunks only being filtered once by the bloom gateway, reducing the amount of checks that need to be done on the bloom filters for a single request.Signed-off-by: Christian Haudum <[email protected]>
- Loading branch information