#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
hll_default_expthresh(废弃)
参数说明: 该参数可以用来设置从Explicit模式到Sparse模式的默认阈值大小。当前已经使用参数hll_default_log2explicit替代类似功能。
该参数属于USERSET类型参数,请参考表1中对应设置方法进行设置。
取值范围: 整型,-1~7。-1表示自动模式,0表示跳过Explicit模式,取1-7表示在基数到达2hll_default_expthresh时切换模式。
默认值: -1
#openGauss #入门 #安装 #数据库 #开源