Forum Discussion
V-Order Functionality in Fabric Notebook
DennesTorres
i am checking in one lake explorer mannualy _delta_log files if VOrder Tag is present and is set to true
You can also write spark code to check the delta log details from notebook
here is my code to read metadata of the table
tablebasepath="your path to the table "
However thanks for redirecting me to the issues page i should rather post this is an issue
Hi,
I tested your script. All the tables I have were marked with V-ORDER, but what caught my attention was that the V-ORDER was only a TAG, it was not on the metadata. Is this correct?
I managed to turn off V-ORDER optimization on session level and the TAG disappeared. But after that I repeated your results: Trying to enable vorder for one specific write operation doesn't bring the TAG back.
One detail about this and the article you are using is one mention to the fact that the write configuration will affect only the parquet files involved in the operation, not the entire table. Could this result in a table with mixed parquet files, some with the optimization and some not? Could this explain why the V-Order doesn't appear on table level ?