Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2021 11:17 AM
I would like to know if it recommended to run Analyze table on Delta tables or not. If not, why?
Labels:
- Labels:
-
Delta Tables
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2021 11:19 AM
You can run ANALYZE TABLE on Delta tables only on Databricks Runtime 8.3 and above.
For more details please refer to the docs: https://docs.databricks.com/spark/latest/spark-sql/language-manual/sql-ref-syntax-aux-analyze-table....