Reduce chunk size for inserting dervation inputs
As this query can take some time.
This commit is contained in:
parent
77c4e1cb63
commit
12af30c039
1 changed files with 1 additions and 1 deletions
|
|
@ -1423,7 +1423,7 @@ INNER JOIN derivation_outputs
|
||||||
AND vals.output_name = derivation_outputs.name")))))
|
AND vals.output_name = derivation_outputs.name")))))
|
||||||
|
|
||||||
(chunk-for-each! process-chunk
|
(chunk-for-each! process-chunk
|
||||||
1000
|
500
|
||||||
(list-copy derivation-ids)
|
(list-copy derivation-ids)
|
||||||
(list-copy derivations)))
|
(list-copy derivations)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue