You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is great doc before we have improvements on UI. From discussion w/ Observabilities team, they recommend using crdb_internal.statement_statistics_persisted to reduce impact to production system, since crdb_internal.statement_statistics is in memory, while persisted is on disk. Could we update the doc to follow the recommendations? Thanks!