binlog_optimize_thread_scheduling
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
Run fast part of group commit in a single thread, to optimize kernel thread scheduling. On by default. Disable to run each transaction in group commit in its own thread, which can be slower at very high concurrency. This option is mostly for testing one algorithm versus the other, and it should not normally be necessary to change it.
DETAILS
PARAMETERS
Command-line | --binlog_optimize_thread_scheduling={OFF| |
Configuration file | Supported |
Dynamic | No |
Scope | Global |
Data Type | BOOLEAN (OFF, ON) |
Product Default Value | ON |
SKYSQL
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.