warmupComputeNodeCache

Syntax

warmupComputeNodeCache(sqlObj, [parallelism])

Details

Cache the specified data in the compute group.

Parameters

sqlObj is metacode of SQL statements indicating the data to be cached.

parallelism (optional) is an integer indicating the maximum number of workers allocated to the job.

Returns

The job ID.

Examples

warmupComputeNodeCache(sqlObj=<select * from loadTable("dfs://test","pt") where date>=2025.04.01>, parallelism=3)