Hi,everyone. A confusing question, Does the bloomf...
# questions-and-troubleshooting
u
Hi,everyone. A confusing question, Does the bloomfilter index effects the final results of queries? The official document does not illustrate the details of giving false positives. The false positives means the bloomfilter index judges the the data to be filtered contained in the data file, but it does not and the starrocks still scan this segment? However, it will not effect the accuracy of the query result due to no object data in the segment misjudged by the bloomfilter index. Anyone could help explain the underlying logic of the bloomfilter index? Thanks.