79531138

Date: 2025-03-24 13:01:30
Score: 1
Natty:
Report link

If predictive optimization was enabled on your account, then vacuums could be happening automatically. You can check the system table to see what vacuums are occurring due to predictive optimization:

SELECT *
FROM system.storage.predictive_optimization_operations_history
WHERE operation_type = "VACUUM"

Predictive optimization system table reference

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: EricL