parallel-disable

This command disables parallel inserts into the Db2® Warehouse database. This command is currently available for technical preview only.

Use this command if you enabled parallel inserts using the parallel-enable command, but now want to disable parallel inserts again.

As a user with host operating system root authority, issue the following Docker or Podman command:
docker exec -it dashDB parallel-disable.sh
podman exec -it dashDB parallel-disable.sh
To have the command take effect, you must, after issuing the command, stop and start the Db2 Warehouse services. To do this, issue the following commands (in an MPP deployment, issue these commands from the head node):
docker exec -it dashDB parallel-disable.sh
docker exec -it dashDB stop
docker exec -it dashDB start
or
podman exec -it dashDB parallel-disable.sh
podman exec -it dashDB stop
podman exec -it dashDB start