You've already forked pgbackrest
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user