-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitmap filtering #3627
base: main
Are you sure you want to change the base?
bitmap filtering #3627
Conversation
Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Co-authored-by: bowenlan-amzn <[email protected]> Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kolchfa-aws @bowenlan-amzn Editorial review complete. Please see my comments and changes and let me know if you have any questions. Thanks!
Cc: @pajuric
- Digital content platforms filtering large document collections based on user entitlements. | ||
- E-commerce platforms matching product IDs against customer libraries. | ||
|
||
To determine whether bitmap filtering or standard `terms` queries best suit your needs, see [Performance benchmarks](#performance-benchmarks). If you're using bitmap filtering in large-scale applications, we welcome your feedback to help shape future improvements. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably indicate how they would go about submitting feedback (either integrated into the current last sentence or as a new last sentence with a link).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
@pajuric Please provide the meta/keywords for this blog. This is a 2.19 feature so it should be published after 2.19 is out. Thanks! |
Description
Draft PR for bitmap filtering
Issues Resolved
#3623
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.