You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workload/schemachanger: apply statement_timeout out to CTAS
Previously, the schema changer workload never used statement_timeouts
since schema changes are normally not predictable operations. However,
since we added CREATE TABLE AS support, its possible to have multiple
joins where a CREATE TABLE AS can take more then 5 minutes. This patch
modifies the operation generator support adding statement timeouts for
individual statements.
Fixes: #148342
Release note: None
0 commit comments