I am developing a grafana dashboard for clients to download data from a database. Currently the data that each user needs, is displayed in a table and can be easily exported.
The problem arises when there are requests of several million rows, which slows down grafana a lot when displaying the data. Is there any way to export/download this data directly without displaying the table?
You are right, but Grafana makes it easy for us to do the queries and the graphical web interface without having programmed it. And of course any recommendation on your part about a better tool is welcome.