[FEEDBACK] Core: distinct_count aggr. #95
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
provider/aws
Related to the AWS provider
provider/redis
Related to the Redis provider
provider/snowflake
Related to the Snowflake provider
roadmap
This issue is part of the roadmap
Background
I should be able to aggregate (rolling window) the count over unique only values - this should be similar the the LabSDK functionality
What do you propose to do?
Implement `distinct_countz aggregation on the Core.
Algorithm: having a unique set per bucket.
[A] Redis implementation:
I think (1) makes more sense
[B] Store on snowflake/s3
[C] Add this functionality to the SQL builder
What have you already tried?
No response
What else should we know?
No response
The text was updated successfully, but these errors were encountered: