parallel-enable

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

By default, parallel inserts are disabled. Performing parallel inserts can increase the log space requirement.

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