Auto-tuning capability available for external tables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-25-2024 05:21 AM
If I am using Databricks Runtime 11.3 and above to create managed Delta tables cataloged in Unity Catalog (Databricksโ data catalog), I donโt need to worry about optimizing the underlying file sizes or configuring a target file size for my Delta tables because Databricks will carry out this task automatically in the background as part of the auto-tuning capability.
Does Auto-tuning capability available for external tables as well?
- Labels:
-
Delta Lake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-25-2024 05:29 AM
Hi @Amit_Dass_Chmp ,
Yep, according to documentation. As of second question, such capability will be available in the future.
If you are using Databricks Runtime 11.3 and above to create managed Delta tables cataloged in Unity Catalog (Databricksโ data catalog), you donโt need to worry about optimizing the underlying file sizes or configuring a target file size for your Delta tables because Databricks will carry out this task automatically in the background as part of the auto-tuning capability. In the future, this will also be available for external tables.

