(you don't have to strictly follow this form)
Use case
We are currently using two QuantilesTimingWeighted columns, one for values up to 30sec and one scaled by 100 for larger values. We'd like to be able to use just one column to gain speed, but t-digest is slower overall.
Describe the solution you'd like
DDSketch has just been released, but it is described as being very fast. Our hope is that we can use DDSketch with a single QuantilesTiming column with decent precision and gain speed.
Additional context
HN thread: https://news.ycombinator.com/item?id=20829404
(you don't have to strictly follow this form)
Use case
We are currently using two
QuantilesTimingWeightedcolumns, one for values up to 30sec and one scaled by 100 for larger values. We'd like to be able to use just one column to gain speed, but t-digest is slower overall.Describe the solution you'd like
DDSketch has just been released, but it is described as being very fast. Our hope is that we can use DDSketch with a single
QuantilesTimingcolumn with decent precision and gain speed.Additional context
HN thread: https://news.ycombinator.com/item?id=20829404