SPLK-1004 · Question #83
Which of the following statements is correct regarding bloom filters?
The correct answer is A. Hot buckets have no bloom filters as their contents are always changing. The correct statement about bloom filters in Splunk is: Hot buckets have no bloom filters as their contents are always changing. Here's why this is correct: Bloom Filters : Bloom filters are data structures used by Splunk to quickly determine whether a specific value exists in…
Question
Which of the following statements is correct regarding bloom filters?
Options
- AHot buckets have no bloom filters as their contents are always changing.
- BBloom filters could return false positives or false negatives.
- CEach bucket uses a unique hashing algorithm to create its bloom filter.
- DThe bloom filter contains trinary values: 0, 1, and 2.
How the community answered
(54 responses)- A89% (48)
- B2% (1)
- C7% (4)
- D2% (1)
Explanation
The correct statement about bloom filters in Splunk is: Hot buckets have no bloom filters as their contents are always changing. Here's why this is correct: Bloom Filters : Bloom filters are data structures used by Splunk to quickly determine whether a specific value exists in a bucket. They are designed for cold and warm buckets where the data is Hot Buckets : Hot buckets contain actively ingested data, which is constantly changing. Since bloom filters are precomputed and immutable, they cannot be applied to hot buckets.
Topics
Community Discussion
No community discussion yet for this question.