warmupComputeNodeCache

Syntax

warmupComputeNodeCache(sqlObj, [parallelism])

Arguments

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.

Details

Cache the specified data in the compute group.

Return value: The job ID.

Examples

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