mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 15:27:00 +02:00
A word was missing in comment
This commit is contained in:
parent
081f6be0b4
commit
17ef2f1933
@ -49,7 +49,7 @@
|
|||||||
;;; How to split batches in case of data loading errors.
|
;;; How to split batches in case of data loading errors.
|
||||||
;;;
|
;;;
|
||||||
(defparameter *copy-batch-size* 25000
|
(defparameter *copy-batch-size* 25000
|
||||||
"How many rows to per COPY transaction")
|
"How many rows to batch per COPY transaction")
|
||||||
|
|
||||||
(defparameter *copy-batch-split* 5
|
(defparameter *copy-batch-split* 5
|
||||||
"Number of batches in which to split a batch with bad data")
|
"Number of batches in which to split a batch with bad data")
|
||||||
|
Loading…
Reference in New Issue
Block a user