DefaultProfilerPlugin
Specifies the default profiler plugin used to profile connections using the RDB$PROFILER
package.
Specifies the default profiler plugin used to profile connections using the RDB$PROFILER
package.
Defines whether queries should be optimized to retrieve the first records as soon as possible rather than returning the whole dataset as soon as possible.By default, retrieval of all rows is implied by the optimizer.
See also [rnfb50-dml-select-optimize] and [rnfb50-msql-optimize-set].
Defines whether OUTER joins can be converted into INNER joins by the optimizer, provided that such a transformation is possible from the query result perspective.
Enabled by default.Can be disabled to simplify the migration path if OUTER joins are used intentionally in SQL queries (e.g. as optimizer hints) even if they are known to be semantically equivalent to INNER joins.
Defines whether IN
/ANY
/EXISTS
sub-queries can be unnested and merged with the outer query using the semi-join algorithm, provided that such a transformation is possible.
Caution
|
Being en experimental feature, it’s disabled by default. It can be enabled to benefit from a possibly better performance due to sub-query being evaluated just once and then cached.However, it may also lead to a worse performance in some cases, e.g. when the sub-query returns many rows.Please test with real-world use cases before enabling this conversion in a production environment. |
A new variant of the ChaCha#20 plugin was added.It uses a 64-bit internal counter rather than 32-bit.The new default value of this parameter is now ChaCha64, ChaCha, Arc4
.
Specifies whether changes applied to the replica database will be also subject of further replication (if any configured).Default value is false (cascading is disabled).
Configuration file macros are now also supported in replication.conf.
This parameter was removed along with the removal of WNET (aka named pipes) protocol support for Windows.
This parameter was removed because Microsoft discourages using the SIO_LOOPBACK_FAST_PATH socket option.