UPDATE COMPUTE_POOL
Syntax
UPDATE COMPUTE_POOL compute_pool_name
WITH (compute_pool_parameter = value [, …]);Description
Arguments
compute_pool_name
Compute Pool Parameters
Parameter Name
Description
Examples
UPDATE COMPUTE_POOL mypool
WITH(‘compute_pool.size’=medium, ‘compute_pool.timeout_min’ =120);Last updated

