1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-09 00:45:49 +02:00

Add asynchronous, parallel archive-get.

This feature maintains a queue of WAL segments to help reduce latency when PostgreSQL requests a WAL segment with restore_command.
This commit is contained in:
David Steele
2018-04-30 17:27:39 -04:00
parent c48b0a2a1e
commit 54dd6f3ed4
45 changed files with 1354 additions and 216 deletions

View File

@ -105,10 +105,9 @@ testRun()
"\n"
"Command Options:\n"
"\n"
" --archive-async archive WAL segments asynchronously\n"
" --archive-async push/get WAL segments asynchronously\n"
" [default=n]\n"
" --archive-push-queue-max limit size (in bytes) of the PostgreSQL\n"
" archive queue\n"
" --archive-push-queue-max maximum size of the PostgreSQL archive queue\n"
" --archive-timeout archive timeout [default=60]\n"
"\n"
"General Options:\n"