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

37 阅读1分钟

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

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

ustore_attr

参数说明: Ustore测试参数。

该参数属于USERSET类型,可以设置enable_ustore_partial_seqscan(仅在ustore表中顺序扫描时复制选择性列)、enable_candidate_buf_usage_count(是否脏页淘汰加入使用次数权重)、ustats_tracker_naptime(重新加载统计文件所用的时间)、umax_search_length_for_prune(扩展表前要修剪的块数)、ustore_unit_test(开启Ustore白盒测试)等参数。设置方法为 ustore_attr='需要设置的参数',例如需要设置enable_ustore_partial_seqscan时,ustore_attr='enable_ustore_partial_seqscan=on'。

取值范围: 字符串

默认值:ustore_verify_level=FAST;ustore_verify_module=UPAGE:UBTREE

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

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