mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Make hq40_all.conf to be synchronized with fb40_all.conf - for at least parameters with same names. Fixed wrong ReadConsistency value that was 1 - thanks to Vlad for note.
This commit is contained in:
parent
20dfe08227
commit
3e78181fa5
@ -42,7 +42,6 @@ ExtConnPoolLifeTime = 10
|
||||
#
|
||||
ReadConsistency = 0
|
||||
|
||||
|
||||
# Added 13.04.2019: start implementing tests for verifying DB encryption tasks
|
||||
# Encryption demo plugin was supplied by IBSurgeon, see !ENCRYPTION_PLUGIN_FOLDER!
|
||||
#
|
||||
@ -61,7 +60,6 @@ TempDirectories=!TEMP_DIR!
|
||||
AuthServer = Srp, Win_Sspi, Legacy_Auth
|
||||
UserManager = Srp, Legacy_UserManager
|
||||
|
||||
|
||||
MaxIdentifierByteLength = 252
|
||||
MaxIdentifierCharLength = 63
|
||||
WireCryptPlugin = ChaCha, Arc4
|
||||
|
@ -19,12 +19,34 @@ BugCheckAbort = 1
|
||||
#
|
||||
RemoteServicePort = !PORT_FOR_LISTENING!
|
||||
|
||||
FileSystemCacheThreshold = 99999K
|
||||
UseFileSystemCache = true
|
||||
|
||||
InlineSortThreshold = 1000
|
||||
|
||||
# Valid values: [0...1000]. If set to zero, pool is disabled. Default: 0.
|
||||
# Actual value was taken from %~dpn0.conf:
|
||||
#
|
||||
ExtConnPoolSize = 10
|
||||
|
||||
# Set the time before destroyng inactive external connection, seconds. Valid values: [1...86400]. Default: 7200 seconds.
|
||||
# Actual value was taken from %~dpn0.conf:
|
||||
#
|
||||
ExtConnPoolLifeTime = 10
|
||||
|
||||
# 05-sep-2019, FB 4.x+: intentionally change ReadConsistency with NON-DEFAULT value in order to have ability
|
||||
# to use BOTH isolation levels for transactions that are to be started in READ COMMITTED mode:
|
||||
# 1. READ COMMITTED READ CONSISTENCY
|
||||
# 2. READ COMMITTED [NO] RECORD_VERSION
|
||||
# See test for CORE-5953, "Statement level read consistency in read-committed transactions":
|
||||
# we test there result for BOTH modes of RC isolation level.
|
||||
#
|
||||
ReadConsistency = 0
|
||||
|
||||
# Added 13.04.2019: start implementing tests for verifying DB encryption tasks
|
||||
# Encryption demo plugin was supplied by IBSurgeon, see !ENCRYPTION_PLUGIN_FOLDER!
|
||||
#
|
||||
WireCrypt = Enabled
|
||||
KeyHolderPlugin = fbSampleKeyHolder
|
||||
|
||||
MaxUnflushedWrites = -1
|
||||
MaxUnflushedWriteTime = -1
|
||||
@ -35,39 +57,29 @@ ExternalFileAccess = Full
|
||||
#
|
||||
TempDirectories=!TEMP_DIR!
|
||||
|
||||
# 16.01.2020 temply restored previous settings:
|
||||
# Reason: strong performance degradation.
|
||||
# Sent reports to dimitr et al // mailbox: pz@ibase.ru
|
||||
# AuthServer = Legacy_Auth, Srp, Srp256, Win_Sspi
|
||||
# UserManager = Legacy_UserManager, Srp
|
||||
# AuthClient = Legacy_Auth, Srp, Srp256, Win_Sspi
|
||||
|
||||
# 05-jan-2020. Its preferred AuthClient to start with 'Srp' rather than 'LegacyAuth' otherwise
|
||||
# strange delay required at least for 10-11 seconds, see comments in core_6208.fbt
|
||||
# Parameter AuthClient must start with 'Srp', NOT 'Srp256' - see also core_6208.fbt
|
||||
# 03-feb-2020 RESTORED because CORE-6237 was fixed.
|
||||
|
||||
AuthClient = Srp, Srp256, Win_Sspi, Legacy_Auth
|
||||
AuthServer = Srp, Srp256, Win_Sspi, Legacy_Auth
|
||||
AuthServer = Srp, Win_Sspi, Legacy_Auth
|
||||
UserManager = Srp, Legacy_UserManager
|
||||
|
||||
SortDataStorageThreshold = 4096
|
||||
TempSpaceLogThreshold = 0
|
||||
MaxIdentifierByteLength = 252
|
||||
MaxIdentifierCharLength = 63
|
||||
WireCryptPlugin = ChaCha, Arc4
|
||||
|
||||
ExtConnPoolLifeTime = 10
|
||||
ExtConnPoolSize = 10
|
||||
StatementTimeout = 7200
|
||||
|
||||
HQbirdVersionString = 1
|
||||
|
||||
LegacyDatabaseFileId = true
|
||||
ClearGTTAtRetaining = 1
|
||||
ConnectionIdleTimeout = 0
|
||||
ClearGTTAtRetaining = 0
|
||||
ClientBatchBuffer = 131072
|
||||
SnapshotsMemSize = 64K
|
||||
TipCacheBlockSize = 4M
|
||||
|
||||
# HQbird specific:
|
||||
#
|
||||
ParallelWorkers = 1
|
||||
MaxParallelWorkers = 2
|
||||
|
||||
DSQLCacheSize = 0
|
||||
MaxTempBlobs = 1000
|
||||
BlobTempSpace = 1
|
||||
LeftJoinConversion = false
|
||||
|
||||
KeyHolderPlugin = fbSampleKeyHolder
|
||||
SortDataStorageThreshold = 4096
|
||||
TempSpaceLogThreshold = 0
|
||||
HQbirdVersionString = 1
|
||||
|
Loading…
Reference in New Issue
Block a user