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

Optimizing SQLExecutor Heatmap Aggregation #283

Merged
merged 4 commits into from
Feb 21, 2021

Conversation

thyneb19
Copy link
Contributor

Changes

Updated SQLExecutor 2D binning aggregation. Previously relied on using multiple width_bucket queries to generate heatmap data, but this caused extensive overhead and was slow. The new method is able to do the same aggregation via a single query which has reduced the querying overhead.

Changed SQLExecutor 2D binning to collect all necessary data via a single query versus one query for each x-axis bin.

Updated SQLExecutor tests to reflect updated filter handling
@thyneb19 thyneb19 merged commit 5b0cd2b into lux-org:sql-engine Feb 21, 2021
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