Association Tasks
Context
After allocating system resources using resource pools, you must associate tasks with resource pools for service load management.
After a resource pool is associated with a user, all the tasks of the user are automatically associated with the resource pool.
Procedure
- Create a resource pool respool associated with the default Cgroup.
1 2
CREATE RESOURCE POOL respool; CREATE RESOURCE POOL
You can associate the resource pool with a user-defined Cgroup as required. For details, see Resource Pools.
- Create user user1 and associate the user with the respool resource pool.
1 2
CREATE USER user1 WITH RESOURCE POOL 'respool' password 'Bigdata@123'; CREATE USER
- Run job.sql as user user1.
gsql -U user1 -W Bigdata@123 -d postgres -p 8000 -f job.sqlAlternatively, connect to the related database as user user1 and run the task.
gsql -U user1 -W Bigdata@123 -d postgres -p 8000
Last Article: Resource Pools
Next Article: Priority Scheduling
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.