Hi All,
Is there any way to get the total duration, size for the dashboard to run?
Hi All,
Is there any way to get the total duration, size for the dashboard to run?
Hi @amzar
Yes, with Audit: https://www.metabase.com/docs/latest/usage-and-performance-tools/audit
Otherwise you would have to look through the application database and create a query based on multiple tables.
I see; since I am not using a paid version so cannot trace the audit.
Interesting to learn about your 2nd option. Does it mean I need to create a query to output the total duration?
@amzar Yes, you'll have to combine several tables. Look in the application database, specifically the table query_execution
, but others might be interesting too. See more in Metabase Metadata SQL
perfect! thanks so much!!