云数据库 GAUSSDB-容错性:remote_read_mode

时间:2024-11-13 14:45:18

remote_read_mode

参数说明远程读功能开关。读取主机上的页面失败时,可以从备机上读取对应的页面。

参数类型:枚举类型

参数单位:

取值范围off、non_authentication、authentication

  • off:表示关闭远程读功能。
  • non_authentication:表示开启远程读功能,但不进行证书认证。
  • authentication:表示开启远程读功能,但要进行证书认证。

默认值authentication

设置方式:该参数属于POSTMASTER类型参数,请参考表1中对应设置方法进行设置。

设置建议:推荐使用默认值

设置不当的风险与影响:请在充分理解参数含义,并经过测试验证后进行修改,避免出现意料之外的结果。

support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-10-0304.html