
Ultimate access to all questions.
When analyzing a query profile, what indicator suggests that a query is too large to fit into memory?
A
A single join node uses more than 50% of the query time
B
Partitions scanned is equal to partitions total
C
An AggregateOperator node is present
D
The query is spilling to remote storage