Search before asking
Motivation
Related Issue
#2558
In TDigest implementation #2741 , we use DummyCentroids to achieve a simple iteration and it should be refactored to rocksdb native iterator as designed.
#2741 (comment)
Solution
- Implement a
RocksdbCentroids and replace the DummyCentroids.
- Add more unit tests for encoding, decoding and algorithm.
Are you willing to submit a PR?