Updated on 2024-09-06 GMT+08:00

Function

If an idle transaction is not committed for a long time, its rollback will consume database resources and performance. If a large number of idle transactions are not committed and not rolled back for a long time, the performance loss to a database is severe especially during peak hours. GaussDB(for MySQL) can proactively terminate idle transactions. Different parameters are used to control different types of transactions. When idle transactions timed out, they are automatically rolled back and disconnected.

This function is supported when the kernel version is 2.0.39.230300 or later.