אירוע
31 במרץ, 23 - 2 באפר׳, 23
האירוע הגדול ביותר של Fabric, Power BI ו- SQL learning. 31 במרץ - 2 באפריל. השתמש בקוד FABINSIDER כדי לחסוך $400.
הירשם עוד היוםהדפדפן הזה אינו נתמך עוד.
שדרג ל- Microsoft Edge כדי לנצל את התכונות, עדכוני האבטחה והתמיכה הטכנית העדכניים ביותר.
Applies to: ✅ Warehouse in Microsoft Fabric
This article explains how to disable V-Order on Warehouse in Microsoft Fabric.
Disabling V-Order causes any new Parquet files produced by the warehouse engine to be created without V-Order optimization.
זהירות
Currently, disabling V-Order can only be done at the warehouse level, and it is irreversible: once disabled, it cannot be enabled again. Users must consider all the performance impact of disabling V-Order before deciding to do so.
To permanently disable V-Order on a warehouse, use the following T-SQL code to execute ALTER DATABASE ... SET in a new query window:
ALTER DATABASE CURRENT SET VORDER = OFF;
To check the current status of V-Order on all warehouses, of your workspace, use the following T-SQL code to query sys.databases in a new query window:
SELECT [name], [is_vorder_enabled]
FROM sys.databases;
This query outputs each warehouse on the current workspace, with their V-Order status. A V-Order state of 1
indicates V-Order is enabled for a warehouse, while a state of 0
indicates disabled.
אירוע
31 במרץ, 23 - 2 באפר׳, 23
האירוע הגדול ביותר של Fabric, Power BI ו- SQL learning. 31 במרץ - 2 באפריל. השתמש בקוד FABINSIDER כדי לחסוך $400.
הירשם עוד היוםהדרכה
מודול
Get started with data warehouses in Microsoft Fabric - Training
Understand the key components and design considerations for implementation of data warehouses in Microsoft Fabric.
אישור
Microsoft Certified: Fabric Data Engineer Associate - Certifications
כמהנדסת נתונים של Fabric, עליך להיות בעל מומחיות בנושאים שונים עם דפוסי טעינת נתונים, ארכיטקטורות נתונים ותהליכי תזמור.
תיעוד
Understand V-Order - Microsoft Fabric
Learn how to manage the V-Order state of warehouses in Microsoft Fabric.
Better together - the lakehouse and warehouse - Microsoft Fabric
Learn more about scenarios for the lakehouse and data warehousing workloads in Microsoft Fabric.
Caching in Fabric data warehousing - Microsoft Fabric
Learn more about fully transparent caching in Fabric Data Warehouse.