Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following statements about data skipping is not accurate?
A
Data skipping on columns with long string values is a resource-intensive operation.
B
Including more columns to gather statistics increases the overhead when writing to delta tables enabled with data skipping.
C
Data skipping features require manual activation via the delta.dataSkipping table property as they are not enabled by default.
delta.dataSkipping
D
Data skipping enhances query performance by reducing the amount of data scanned.
E
For nested columns, each field is treated as a separate column during statistics collection.