#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
-
3、查看预设配置方法
[root@openGauss34 script]# python3 gs_perfconfig preset help The preset configure is a file in JSON format that contains the following parameters:
Name: desc Description: The description of preset Type: string
Name: scenario Description: Business scenario. Type: enum value Range: ['OLTP-produce', 'OLTP-performance']
Name: rel_count Description: How many tables do you have? Type: integer
Name: index_count Description: How many indexs do you have? Type: integer
Name: ... ...
#openGauss #入门 #安装 #数据库 #开源