grafana / influxdb-flux-datasource

Grafana datasource plugin for Flux (InfluxDB)
Apache License 2.0
51 stars 21 forks source link

Performance issues #86

Closed gelldur closed 4 years ago

gelldur commented 4 years ago

Generally I like idea that data is visible on the right side but... In some cases or by mistake I get tons of data that will hang my browser... and I will loose my whole progress. Other issue I have is editing query in browser it feels laggy and super slow it would be nice to just have raw text area without any code completion annoying stuff.

image

On the bottom we see how many result tables and records thats nice info but would be nice to know execution time of query.


Thanks

ryantxu commented 4 years ago

@gelldur can you check the 7x version? this is a pretty dramatic change -- the query is executed and parsed on the server, not in the browser.

re-open this issue if you see anything obvious we should improve. Thanks