What value provides information about disk usage for operations where intermediate results do not fit in memory in a Query Profile?
What value provides information about disk usage for operations where intermediate results do not fit in memory in a Query Profile?
In a Query Profile, the value that provides information about disk usage for operations where intermediate results do not fit in memory is 'Spilling'. This term refers to the process where data is temporarily written to disk when it exceeds available memory, allowing the operation to continue without running out of memory.
D https://community.snowflake.com/s/article/Performance-impact-from-local-and-remote-disk-spilling
D is correct