Redis Stack中的新概率数据结构:t-digest
原文英文,约2700词,阅读约需10分钟。发表于: 。With the introduction of the latest Redis Stack, we celebrate a new probabilistic data structure: t-digest. You can use t-digest to efficiently estimate percentiles (e.g., the 50th, 90th, and...
Redis Stack引入了t-digest概率数据结构,可以有效估算序列测量的百分位数,支持RedisInsight、查询和搜索、JSON、图表、时间序列等数据模型和处理引擎。t-digest可以让你更容易地获得准确的结果,而且内存占用小,添加和查询数据也很快,可以使用TDIGEST.CREATE、TDIGEST.ADD、TDIGEST.QUANTILE、TDIGEST.BYRANK、TDIGEST.BYREVRANK和TDIGEST.CDF等命令来操作t-digest。