Estimated Scan Duration
Condition
Scan for this query will not be completed for a long time. Usually there is no point in waiting. This warning indicates queries trying to process enormous amount of data relative to warehouse size.
How to fix
Check query text for mistakes and typos.
Process data in smaller chunks.
Increase warehouse size.
Example
Specific arguments
min_estimated_scan_duration (int) - how long scan is expected to take based on current estimation, in seconds (recommended min value is at least 1 hour)
Last updated