Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet 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.
| User | Count |
|---|---|
| 21 | |
| 5 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 56 | |
| 10 | |
| 8 | |
| 8 | |
| 7 |