hanahmily opened a new pull request, #898: URL: https://github.com/apache/skywalking-banyandb/pull/898
The purpose of this enhancement is to filter the interface and update the `Having` method for optimized checks. We need to refactor the `DictionaryFilter` to support array types with subset checks, which will also improve performance. Currently, the bloom filter cannot handle cases like this: Tag values: `[[a, b], [b, c]]` If the condition is `having([a, b, c])`, the bloom filter will incorrectly return true. However, with this change, the dictionary filter would correctly return false. Implementing this enhancement could significantly reduce block scanning operations for scenarios involving having sub-arrays. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
