#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
enable_heap_multi_insert_for_insert_select
参数说明: 设置INSERT INTO … SELECT…的查询是否开启批量插入(heap multi insert)开关。打开之后对于如上所述的sql,可以提高插入数据的速度。
该参数属于USERSET类型参数,请参考表1中对应设置方法进行设置。
取值范围:布尔型
- on表示开启批量插入。
- off表示关闭批量插入。
默认值: on
#openGauss #入门 #安装 #数据库 #开源