mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 12:43:02 +01:00
Fixed docs according to Adriano comments.
This commit is contained in:
parent
5edefaba91
commit
4d22040f90
@ -1065,6 +1065,7 @@
|
||||
# Limits the total number of parallel workers that could be created within a
|
||||
# single Firebird process for each attached database.
|
||||
# Note, workers are accounted for each attached database independently.
|
||||
#
|
||||
# Valid values are from 1 (no parallelism) to 64. All other values
|
||||
# silently ignored and default value of 1 is used.
|
||||
# Per-process.
|
||||
@ -1074,7 +1075,9 @@
|
||||
#MaxParallelWorkers = 1
|
||||
|
||||
#
|
||||
# Default number of parallel workers for the single task.
|
||||
# Default number of parallel workers for the single task. For more details
|
||||
# see doc/README.parallel_features.
|
||||
#
|
||||
# Valid values are from 1 (no parallelism) to MaxParallelWorkers (above).
|
||||
# Values less than 1 is silently ignored and default value of 1 is used.
|
||||
# Per-process.
|
||||
|
@ -87,7 +87,7 @@ b) restore using 2 parallel workers
|
||||
engine will build indices using 2 connections and 2 threads.
|
||||
|
||||
c) restore using no parallel workers but let engine to decide how many worker
|
||||
shoudl be used to build indices
|
||||
should be used to build indices
|
||||
|
||||
gbak -r <backup> <database>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user