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

50 阅读1分钟

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

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

local_syscache_threshold

参数说明:系统表cache在单个session缓存的大小。

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

如果enable_global_plancache已打开,为保证GPC生效,local_syscache_threshold设置值小于16MB时不会生效,最小为16MB。

如果enable_global_plancache和enable_thread_pool打开,该参数描述的是当前线程和绑定到当前线程上的session缓存的总大小。

取值范围:整型,1*1024 ~ 512*1024,单位kB。

默认值:256MB

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

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