apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.98k stars 313 forks source link

Support for Bitmap like Redis Bitmap #1492

Open shijiaoming opened 1 year ago

shijiaoming commented 1 year ago

Feature Request

Our usage scenario is to filter user_id in Ad_exchange

Describe the feature you'd like:

  1. Create a new bloom filter by adding a new item
  2. Find out whether an item exists in the filter
  3. Adding and checking multiple items

Teachability, Documentation, Adoption, Migration Strategy:

RedisBloom RedisBloom Quick Start

acelyc111 commented 1 year ago

@shijiaoming Thanks for the report!

We'll consider to support this feature.