System Variables for MariaDB Xpand 23.09
This page is part of MariaDB's Documentation.
The parent of this page is: Reference for MariaDB Xpand 23.09
Topics on this page:
Overview
MariaDB Xpand supports system variables for configuration and monitoring. Many of the system variables are intended to function like the system variables in MariaDB Enterprise Server, but MariaDB Xpand also supports its own unique system variables.
System variables can be used to configure and monitor MariaDB Xpand 23.09.
Reference material is available for MariaDB Xpand 23.09.
System Variables for MariaDB Xpand 23.09
Variable | Description |
---|---|
Determines whether to automatically activate roles on login | |
Hold alter statement completion until all transactions prior to alter have committed | |
Specifies the implicit locking strategy for | |
Period for heartbeat packets | |
Each statement will be its own transaction, and automatically applied to the database | |
Force consistent ordering. See Guide. | |
Number of days before passwords expire by default. Zero means automatic password expiration is disabled. | |
Dummy variable for compatibility | |
Maximum number of bytes allowed to be used for temporary containers | |
Discourage a non sarged plan if the table cardinality is less than or equal to this threshold | |
Enable rule eliminate_ | |
Enable rule filter_ | |
Enable rule join_ | |
Enable/Disable foreign key checks | |
gtm program cache uses this much memory per node in quorum | |
The number of slices per node above which hash_ | |
Dummy variable for compatibility | |
Cache the results returned by LDAP search operations | |
Duration that entries in the LDAP query cache are valid for, in seconds | |
Maximum size of the LDAP query cache, in bytes | |
Enable authentication using LDAP | |
Template string that specifies an RFC 4516-formatted LDAP query URL for obtaining the LDAP groups a user belongs to | |
Regex for transforming an LDAP group DN into an Xpand role | |
The seconds value used to time out network connections to the LDAP server. 0 specifies an infinite timeout | |
The password used with ldap_ | |
DN of the LDAP user to bind as when performing search operations on an LDAP server. If this or ldap_ | |
Comma-separated list of LDAP servers, each of the form 'protocol://hostname[:port]'. If multiple servers are specified, each node will round-robin its LDAP queries among the list. | |
By default, Xpand will use the system defaults in order to determine CA trust when establishing TLS connections with an LDAP server. If set, this should specify a path to a file containing the trusted CA certificates. This can be useful if your LDAP server's TLS certificate is self-signed. This option is commonly referred to as TLS_ | |
Strategy for deriving the LDAP user DN. Choices: substitution, query. | |
Regex for transforming a username of the form 'username@hostname' into an RFC 4516-formatted LDAP query URL that obtains an LDAP user DN. Used when ldap_ | |
Regex for transforming a username of the form 'username@hostname' into an LDAP user DN. Used when ldap_ | |
The maximum number of locks the lock manager will hold on each node in the cluster | |
The maximum number of locks a single transaction can hold on each node in the cluster | |
Maximum allowed query size | |
The maximum number of connections allowed per node | |
Cease Sierra planner optimization attempts once we have used this many total MiB and attempt to continue with the best plan found so far | |
Halt the Sierra planner and return an error to the user if this many MiB have been consumed during the initial parse phase. This variable is independent of the other max_ | |
Stop the sierra planner once the planner has been working this long on a plan. Specify 0 to disable this check. | |
Halt the Sierra planner and return an error to the user once this many total MiB have been used. The system will ensure that this value is at least 100MB greater than max_ | |
Halt the Sierra planner and return an error to the user if the working set memory exceeds this many MiB limit. This variable is independent of the other max_ | |
The reported MySQL server version | |
how many replays to run at a time | |
only start a replay this often | |
Controls whether non-essential rebalancer tasks should be running | |
Default size at which the rebalancer splits slices | |
Query duration threshold in milliseconds before logging this query | |
Use different card adjustment when filter is over join | |
If number of tables_ | |
Limit non-filtering join swaps | |
Override setting of new_ | |
Default system table size | |
Number of digits that passwords must contain | |
Passwords must contain this number of upper-case letters and this number of lower-case letters | |
Number of total characters that passwords must contain | |
Number of non-letter and non-digit characters that passwords must contain | |
Dummy variable for compatibility | |
Passwords may not be set with hashes if password validation is enabled | |
Time Zone. Must be set in Olson time zone format. See Guide. | |
Milliseconds between runs of periodic task "rebalancer_ | |
Path to log trace data to | |
enable caching for certain virtual relations | |
timeout for timeout-enabled virtual relations | |
Number of seconds to wait for activity on a connection before closing it |
To see system variables supported in other versions, see "System Variables by Xpand Version".