Help Center/ TaurusDB/ Kernel/ Transaction Optimization/ Large Transaction Diagnosis
Updated on 2026-09-15 GMT+08:00

Large Transaction Diagnosis

Scenarios

Large transactions affect the health and stability of DB instances. For example, lengthy rollbacks of large transactions often prolong upgrade and specification change processes. TaurusDB provides diagnosis for large transactions. When there is a large transaction, an alarm is generated to notify you to commit the transaction in a timely manner.

Prerequisites

  • The kernel version must be 2.0.39.230300 or later. For details about how to check the kernel version, see How Can I Check the Version of a TaurusDB Instance?
  • The related parameter is configured based on the following conditions:
    • If the kernel version is earlier than 2.0.45.230900, set the value of log-bin to ON.
    • If the kernel version is 2.0.45.230900 or later, set the value of rds_global_sql_log_bin to ON.

How to Use

You can use system variables or run SQL statements to check whether there are large transactions.