Ultimate access to all questions.
A virtual warehouse was created with the following command:
CREATE WAREHOUSE my_WH
WITH
WAREHOUSE_SIZE = MEDIUM
MIN_CLUSTER_COUNT = 1
MAX_CLUSTER_COUNT = 1
AUTO_SUSPEND = 60
AUTO_RESUME = TRUE;
The provided image shows a graphical representation of the warehouse utilization over two days. //IMG//
Based on the utilization pattern, what action should be taken to improve the warehouse configuration?