Caching a "static" dashboard, best practices
Answered
We have built a "demo" dashboard in Yellowfin that pulls from a set of static tables in our database. The data does not get updated regularly, and shows a preset date range in the dashboard level filter. What is the best way to cache this dashboard so it does not try to query the database each and every time?
Hello Shery,
Thank you for reaching out with this question.
Currently there is no UI option to cache a dashboard.
I would suggest reviewing this Wiki page on Refreshing Report Data. You can configure your report to refresh the data therein on a schedule, which should prevent it from running the SQL Query every time a user opens the report. Note that it's important to consider the frequency of data input when determining scheduled refreshes of reports.
The above option is essentially "Report Caching" and the method that I would use to achieve your desired behavior.
Please let me know if this information was helpful.
Regards,
Jared
Hello Shery,
Thank you for reaching out with this question.
Currently there is no UI option to cache a dashboard.
I would suggest reviewing this Wiki page on Refreshing Report Data. You can configure your report to refresh the data therein on a schedule, which should prevent it from running the SQL Query every time a user opens the report. Note that it's important to consider the frequency of data input when determining scheduled refreshes of reports.
The above option is essentially "Report Caching" and the method that I would use to achieve your desired behavior.
Please let me know if this information was helpful.
Regards,
Jared
Hello Shery,
Thank you for reaching out with this question.
Currently there is no UI option to cache a dashboard.
I would suggest reviewing this Wiki page on Refreshing Report Data. You can configure your report to refresh the data therein on a schedule, which should prevent it from running the SQL Query every time a user opens the report. Note that it's important to consider the frequency of data input when determining scheduled refreshes of reports.
The above option is essentially "Report Caching" and the method that I would use to achieve your desired behavior.
Please let me know if this information was helpful.
Regards,
Jared
Hello Shery,
Thank you for reaching out with this question.
Currently there is no UI option to cache a dashboard.
I would suggest reviewing this Wiki page on Refreshing Report Data. You can configure your report to refresh the data therein on a schedule, which should prevent it from running the SQL Query every time a user opens the report. Note that it's important to consider the frequency of data input when determining scheduled refreshes of reports.
The above option is essentially "Report Caching" and the method that I would use to achieve your desired behavior.
Please let me know if this information was helpful.
Regards,
Jared
Replies have been locked on this page!