Results 5 issues of Sarcouy

## Context The Ansible node source gathers ansible facts so we can select groups of nodes based on these attributes to run a job. Only a few facts are stored,...

# You can go straight to [this comment](https://github.com/dimitri/pgloader/issues/1648#issuecomment-2787053053). The problem is : pgloader doesn't read quick enough it's tcp buffer so mariadb times out Please provide the following information: ```bash...

My options : ``` with include drop, truncate, create tables, create indexes, batch rows = 10000, batch concurrency = 3, prefetch rows = 20000, reset sequences, downcase identifiers ``` Ending...

Ran pglodaer v3.6.10 with these options on my load file ``` with include drop, truncate, create tables, create indexes, batch size = 1000, prefetch rows = 100, reset sequences, downcase...

Fixes https://github.com/dimitri/pgloader/issues/1661 if `batch concurrency` option is specified, it'll override `prefetch rows`, since `batch concurrency` is deprecated, I dropped it.