Closed
Description
Done:
- Batching:
--batch-size
option support - Multi-threading:
-j
option support - Prefetching: automatically enabled if batching is used. New option:
--prefetch-dir
.partial
and.gz.partial
files are handled- Validation of prefetched WAL files: if prefetching is used, then prefetched WAL segment is parsed before feeding it to recovery. Flag
--no-validate-wal
disables this. - Retrying: if requested file do not exists, invalid or we encountered some error while copying it, we retry copying several times (3) before giving up
TODO:
helpdocumentationtests