Skip to content

Commit d5d303b

Browse files
tedvilutisCopilot
andauthored
Update skills/fabric-lakehouse/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b1a9d7c commit d5d303b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/fabric-lakehouse/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For faster data read with semantic model enable V-Order optimization on Delta ta
9090

9191
### Table Optimization
9292

93-
Tables can also be optimized using OPTIMIZE command, which compacts small files into larger ones and can also apply Z-ordering to improve query performance on specific columns. Regular optimization helps maintain performance as data is ingested and updated over time. Vacuum command can be used to clean up old files and free up storage space, especially after updates and deletes.
93+
Tables can also be optimized using the OPTIMIZE command, which compacts small files into larger ones and can also apply Z-ordering to improve query performance on specific columns. Regular optimization helps maintain performance as data is ingested and updated over time. The Vacuum command can be used to clean up old files and free up storage space, especially after updates and deletes.
9494

9595
## Lineage
9696

0 commit comments

Comments
 (0)