-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-62230 - Pre-filtering performance optimisations (#269)
1. Add elements to the bitmap in a batch instead of individually to bring down latencies of pre-filtered queries. 2. Vary the selector used and use an exclude selector with high selectivity. --------- Co-authored-by: Abhinav Dangeti <abhinav@couchbase.com>
- Loading branch information
1 parent
7bab2f9
commit 5f8f0f0
Showing
3 changed files
with
59 additions
and
7 deletions.
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
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