New feature
GA
Predictive optimization
Predictive optimization is a Databricks data engineering capability, introduced October 2023.
Automatic table maintenance for Unity Catalog managed tables, Delta and Iceberg alike - Databricks decides when to run OPTIMIZE, VACUUM and ANALYZE for you, instead of you scheduling them and guessing at the cadence.
- Turning it on for everyone has taken longer than building it. New accounts got it by default from November 2024, and the rollout to existing accounts was still expected to be finishing in August 2026.
- There is one job it will not do for you. Its OPTIMIZE never runs ZORDER, and on Z-ordered tables it simply ignores those files and leaves them to you.
Limitations: Unity Catalog managed tables only - it does not run on external tables or on tables loaded as OpenSharing recipients, and its OPTIMIZE never performs ZORDER.
Open in REbricked →- Category
- Data engineering
- Also known as
- predictive optimization for managed tables, automatic table maintenance
- Verified
- 2026-09-17
Sources
- Official Official Databricks / Microsoft docs