-
Notifications
You must be signed in to change notification settings - Fork 609
Open
Labels
Description
Search before asking
- I had searched in the issues and found no similar issues.
Motivation
Redis Stack already supports this probabilistic data structure, and we can support it too.
This includes:
- feat(tdigest): add tdigest algorithm and storage encoding implementations #2741
- TDigest: use rocksdb iterator for centroids iteration. #2789
- TDigest: Implement CREATE and INFO command for TDigest Algorithm #2791
- TDigest: Implement ADD command for TDigest Algorithm #2792
- TDigest: Implement MIN MAX command for TDigest Algorithm #2793
- TDigest: Implement QUANTILE command for TDigest Algorithm #2794
- TDigest: Implement
TDIGEST.RESETcommand Algorithm #2804 - TDigest: Implement
TDIGEST.MERGEcommand #2805 - TDigest: Implement
TDIGEST.CDFcommand #2807 - TDigest: Implement
TDIGEST.RANKcommand #3062 - TDigest: Implement
TDIGEST.REVRANKcommand #3063 - TDigest: Implement
TDIGEST.BYRANKcommand #3064 - TDigest: Implement
TDIGEST.BYREVRANKcommand #3065 - TDigest: Implement
TDIGEST.TRIMMED_MEANcommand #3066 - TDigest: Add documentation of encoding design to website #2813
Solution
Are you willing to submit a PR?
- I'm willing to submit a PR!
Reactions are currently unavailable