'How to used cached data or scheduled data load in Grafana from PostgresSql

I am using Grafana to connect to Postgressql and visualize data. The data I use is very large and loading either a view or direct sql query is taking a long time. I want to have either a scheduled load to the Grafana or use cached data to ensure the data load is faster. The data need not be live and upto date hence I can use every day load once option if available. Is it possible to do this? Couldn't find the solution anywhere.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source