V-Order optimization
V-Order optimize parquet file through sorting, row group distribution, encoding and compression. Disadvantage of V-order optimization is that it increase the write time by up to 15 but positive side is that it boost the data compression by 50% and data read time improve by 10% and also in some cases read time improve up to 50% as well. parquet engine can read it as a regular parquet file. V-Order is disabled by default In Fabric runtime 1.3 and higher versions, the spark.sql.parquet.vorder.enab