Skip to content
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

feat: fast histogram calculation w/ sql #168

Merged
merged 1 commit into from
Sep 12, 2023
Merged

feat: fast histogram calculation w/ sql #168

merged 1 commit into from
Sep 12, 2023

Conversation

cabreraalex
Copy link
Member

Description

Calculate histograms quickly by shifting calculation to SQL.

This has the downside of only currently supporting mean calculations. Would have to be refactored to support more complex calculations and to reflect the same calculation as is done for the slices.

@cabreraalex cabreraalex merged commit 311926d into main Sep 12, 2023
6 checks passed
@cabreraalex cabreraalex deleted the sqltime branch September 12, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants