8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Fixed docs according to Adriano comments.

This commit is contained in:
Vlad Khorsun 2022-06-17 22:07:33 +03:00
parent 5edefaba91
commit 4d22040f90
2 changed files with 5 additions and 2 deletions

View File

@ -1065,6 +1065,7 @@
# Limits the total number of parallel workers that could be created within a # Limits the total number of parallel workers that could be created within a
# single Firebird process for each attached database. # single Firebird process for each attached database.
# Note, workers are accounted for each attached database independently. # Note, workers are accounted for each attached database independently.
#
# Valid values are from 1 (no parallelism) to 64. All other values # Valid values are from 1 (no parallelism) to 64. All other values
# silently ignored and default value of 1 is used. # silently ignored and default value of 1 is used.
# Per-process. # Per-process.
@ -1074,7 +1075,9 @@
#MaxParallelWorkers = 1 #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). # Valid values are from 1 (no parallelism) to MaxParallelWorkers (above).
# Values less than 1 is silently ignored and default value of 1 is used. # Values less than 1 is silently ignored and default value of 1 is used.
# Per-process. # Per-process.

View File

@ -87,7 +87,7 @@ b) restore using 2 parallel workers
engine will build indices using 2 connections and 2 threads. engine will build indices using 2 connections and 2 threads.
c) restore using no parallel workers but let engine to decide how many worker 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> gbak -r <backup> <database>