pgloader icon indicating copy to clipboard operation
pgloader copied to clipboard

prefetch rows parameter is overriden by batch concurrency (which is deprecated)

Open Sarcouy opened this issue 9 months ago • 0 comments

My options :

with include drop, truncate, create tables, create indexes, batch rows = 10000, batch concurrency = 3, prefetch rows = 20000,
  reset sequences,
  downcase identifiers

Ending with a prefetch rows of 3 for reader buffer.

we should drop this option support

Sarcouy avatar Apr 11 '25 14:04 Sarcouy