Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi,
Which is de equivalent of running V-ORDER with visual interface in Spark SQL?
I mean, the equivalent of OPTIMIZE would be:
query = f"OPTIMIZE {table_name} ZORDER BY ({col1}, {col2})"
spark.sql(query)
VACUUM:
query = f"VACUUM {table_name} RETAIN {retention_hours} HOURS"
spark.sql(query)
Which would be de equivalent of running V-ORDER?
Solved! Go to Solution.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Fabric update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 7 | |
| 5 | |
| 3 | |
| 2 |