FirebirdSQL logo

ParallelWorkers

Specifies the default number of parallel workers for a single task.Integer values in the range between 1 (no parallelism) and MaxParallelWorkers (see above) are allowed.All other values are silently ignored and the default value of 1 is used.

MaxStatementCacheSize

Defines the maximum amount of memory used to cache unused DSQL compiled statements.A value of zero (‘0’) means no statement caching is used.Default value is 2 megabytes.

OnDisconnectTriggerTimeout

Configures a timeout (in seconds) that is applied to the ON DISCONNECT trigger execution.The trigger will be automatically cancelled by the engine after the specified time has passed.A value of zero (‘0’) means no timeout is set.Default value is 180 seconds.