-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
Done:
- Batching:
--batch-sizeoption support - Multi-threading:
-joption support - Prefetching: automatically enabled if batching is used. New option:
--prefetch-dir .partialand.gz.partialfiles 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-waldisables 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