Skip to content

TDigest Field should use higher level algorithm abstractions #140736

@not-napoleon

Description

@not-napoleon

The tech preview implementation of the TDigest field directly exposes the merging strategy as a field parameter, corresponding to the four possible values of TDigestState.Type. Upon review however, we think this is too fine grained for the field configuration, and would rather expose something closer to the Percentiles Aggregation's execution hint, (see TDigestExecutionHint) which only has two choices default and high_accuracy, default in this case meaning optimized for performance.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions