QuestionQ23
Analyzing QueriesA data analyst is troubleshooting a Databricks SQL query that fails while processing large datasets and complex join operations. Logs show that the job repeatedly aborts because of cluster resource-constraint errors.
Which Query Profile metric should the analyst use to find the operator causing the resource overuse?
- A Time spent per operator
- B Shuffle read size per operator
- C Memory peak per operator
- D Bytes spilled to disk per operator
Community Discussion