Hello! If I call `INSERT INTO` command in PQL for ...
# getting-started
m
Hello! If I call
INSERT INTO
command in PQL for batch data import, what defines the degree of parallelism in this case? Number of minions' processors?
d
m
Hello David! Partially. I have a few questions: • Do I understand correctly that the command is essentially executed by only one minion? • If I have N minions in a cluster, can N
INSERT INTO
commands be executed simultaneously? • In what regard execution of
INSERT INTO
is different from batch import job of
standalone
type? Thank you in advance