What do these Query Profile metrics indicate about the query micro-partition pruning?
No micro-partitions were pruned during execution.
The query used the local disk cache and pruning was not required.
The size of the data queried was too small to trigger micro-partition pruning.
Since the bytes scanned is less than the bytes written to results some pruning has occurred.
Submit