forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhancement](inverted index) apply inverted index when has any (apac…
…he#41547) ## Proposed changes This PR optimizes the inverted index logic by skipping the execution of inverted index conditions when none are present. This change improves performance by avoiding unnecessary inverted index condition flow.
- Loading branch information
1 parent
7f41439
commit 2e96b02
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters