Hello, I need help. I'm trying to extend timeout p...
# support
u
Hello, I need help. I'm trying to extend timeout parameter to 999999. So I did as belows. but still get errors. What should I do?
Copy code
ALTER TABLE signoz_metrics.samples_v4
    MODIFY TTL toDateTime(unix_milli / 1000) TO VOLUME 'default', toDateTime(unix_milli / 1000) + toIntervalDay(30) TO VOLUME 's3_volume', toDateTime(unix_milli / 1000) + toIntervalDay(90)
SETTINGS max_execution_time = 999999, receive_timeout = 999999

Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds.
Cancelling query.
Query was cancelled.

Elapsed: 321.220 sec.