想找openGauss的参考信息,看这个就够了(572)

32 阅读1分钟

#openGauss #入门 #安装 #数据库 #开源

知识来源:docs-opengauss.osinfra.cn/zh/

enable_fast_numeric

参数说明: 标识是否开启Numeric类型数据运算优化。Numeric数据运算是较为耗时的操作之一,通过将Numeric转化为int64/int128类型,提高Numeric运算的性能。

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

取值范围: 布尔型

  • on/true表示开启Numeric优化。
  • off/false表示关闭Numeric优化。

默认值: on

#openGauss #入门 #安装 #数据库 #开源

知识来源:docs-opengauss.osinfra.cn/zh/