-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation lttb
macro function
#500
Comments
if we will implements shall transformed to something like that SELECT alias.1 AS x_field, alias.2 AS y_field FROM (
SELECT untuple(arrayJoin(lttb(bucket_numbers)(x_field, y_field))) AS alias FROM $table WHERE $timeFilter
) ORDER BY x_field |
lttb
function application for worklttb
function applicable and usefull
ok. final use case is show downsampled data which will show outliers also we need to implements
|
lttb
function applicable and usefulllttb
macro function
|
Slach
added a commit
that referenced
this issue
Feb 5, 2025
…hich will contains more outliers than avg or other kind of aggregation, fix #500 Signed-off-by: Eugene Klimov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be very cool would be to have an option to use the new
lttb
function in 23.10 for the downsampling. This could be an option to select in the plugin settings and/or maybe a completely new macro?https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/largestTriangleThreeBuckets
The text was updated successfully, but these errors were encountered: