net_buffer_length

2023-08-18 09:26:34  Updated

net_buffer_length specifies the SQL query size acceptable to OBServer.

Property Description
Parameter type Int
Default value 16384
Value range [1024, 1048576]
Effective scope * GLOBAL * SESSION

Note

This variable can only be modified by using a SET GLOBAL xxx = yyy statement which takes effect globally, but cannot be enabled to take effect only in the current session by using an ALTER SESSION SET xxx = yyy; statement.

Contact Us