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

Fix auto formatting by reverting to table correctly #469

Merged
merged 1 commit into from Jul 31, 2023

Conversation

asimpson
Copy link
Contributor

The browser would crash if auto format was selected and a large query was run. We would incorrectly coerce the resulting data into a time-series and graph it even if it wasn't actually a timeseries query.

This also fixes differences in execution between the Grafana run query button and the clickhouse run query button.

Fixes #467

Copy link
Collaborator

@bossinc bossinc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@asimpson asimpson merged commit 920d433 into main Jul 31, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When pulling 100k records the browser will use excessive amounts of memory and become very laggy
2 participants