Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Engine Variables
Engine variables are configuration settings that control various aspects of the database's behavior.
SingleStore defines engine variables as either sync or non-sync.
Non-sync variables can be persisted in the engine via the memsql.
Engine variables can be set globally or per session in scope.SET GLOBAL command, client connection pools should be flushed to make the new value effective throughout a cluster.Description
column of the list of variables table by the verbiage This is a session variable that can also be set globally
.
|
Sync |
Non-Sync | |
|
Global |
Sync global variables are cluster-wide engine variables that are set on the master aggregator and their values are propagated across the cluster to all relevant nodes. |
Non-sync global engine variables are set locally and independently on each node. |
|
Session |
Sync session variables are cluster-wide engine variables that are set on the master aggregator and their values are propagated across the cluster to all relevant nodes if set with |
Non-sync session engine variables are set locally and independently on each node. |
The following sections discuss these variables and how to set them.
In this section
Last modified: