Data purge directly in the tool? #898
Replies: 2 comments 1 reply
-
|
Hi — there isn't a UI button for an instant purge yet, but the cleanup procedure is always available and you can run it on demand from SSMS: USE PerformanceMonitor;
EXECUTE config.data_retention @debug = 1;That respects the per-collector Two things to know about disk usage:
A native "purge now" action in the Dashboard is a fair feature request — happy to track it as one if you'd like. |
Beta Was this translation helpful? Give feedback.
-
|
Glad that works. If you'd like to see the "purge now" action land, would you mind opening a feature request issue with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Where can I force an instant data purge directly in the tool? I couldn’t find that option. I had to reinstall it because it filled up the host’s C: drive with over 70 GB of database files very quickly, in just 5 days.
Beta Was this translation helpful? Give feedback.
All reactions