client_session_id_version

2024-11-15 04:50:29  Updated

client_session_id_version specifies the version of the format used for generating client session IDs. To use the new calculation logic, you need to set this parameter to 2.

Note

This parameter is introduced since OceanBase Database Proxy (ODP) V4.2.3.

Attribute Description
Parameter type Integer
Default value 1
Value range 1 and 2.
  • The value 1 indicates to use the old calculation logic. In this case, the value range of the proxy_id parameter is [0, 255].
  • The value 2 indicates to use the new calculation logic. In this case, the value range of the proxy_id parameter is [0, 8191].

For more information about the proxy_id parameter, see proxy_id.

Contact Us