ClickHouse/docs/changelogs/v21.4.6.55-stable.md
2022-05-25 00:05:54 +02:00

4.3 KiB

ClickHouse release v21.4.6.55-stable FIXME as compared to v21.4.5.46-stable

Improvement

  • Backported in #23679: Fixed quantile(s)TDigest. Added special handling of singleton centroids according to tdunning/t-digest 3.2+. Also a bug with over-compression of centroids in implementation of earlier version of the algorithm was fixed. #23314 (Vladimir Chebotarev).

Bug Fix