Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
1e0c3e52
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1e0c3e52
编写于
10月 12, 2020
作者:
Y
yihaoDeng
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop' of
https://github.com/taosdata/TDengine
into develop
上级
2fd7ac5f
757ab261
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
40 addition
and
48 deletion
+40
-48
packaging/cfg/taos.cfg
packaging/cfg/taos.cfg
+40
-48
未找到文件。
packaging/cfg/taos.cfg
浏览文件 @
1e0c3e52
...
@@ -6,10 +6,7 @@
...
@@ -6,10 +6,7 @@
########################################################
########################################################
# first fully qualified domain name (FQDN) for TDengine system
# first fully qualified domain name (FQDN) for TDengine system
# firstEp hostname1:6030
# firstEp hostname:6030
# second fully qualified domain name (FQDN) for TDengine system, for cluster only
# secondEp cluster_hostname2:6030
# local fully qualified domain name (FQDN)
# local fully qualified domain name (FQDN)
# fqdn hostname
# fqdn hostname
...
@@ -29,12 +26,18 @@
...
@@ -29,12 +26,18 @@
# number of threads per CPU core
# number of threads per CPU core
# numOfThreadsPerCore 1.0
# numOfThreadsPerCore 1.0
# the proportion of total threads responsible for query
# ratioOfQueryThreads 0.5
# number of management nodes in the system
# number of management nodes in the system
# numOfMnodes 3
# numOfMnodes 3
# enable/disable backuping vnode directory when removing dnode
# enable/disable backuping vnode directory when removing dnode
# vnodeBak 1
# vnodeBak 1
# if report installation / use information
# telemetryReporting 1
# enable/disable load balancing
# enable/disable load balancing
# balance 1
# balance 1
...
@@ -89,9 +92,6 @@
...
@@ -89,9 +92,6 @@
# max number of tables per vnode
# max number of tables per vnode
# maxTablesPerVnode 1000000
# maxTablesPerVnode 1000000
# step size of increasing table number in a vnode
# tableIncStepPerVnode 1000
# cache block size (Mbyte)
# cache block size (Mbyte)
# cache 16
# cache 16
...
@@ -110,6 +110,9 @@
...
@@ -110,6 +110,9 @@
# maximum rows of records in file block
# maximum rows of records in file block
# maxRows 4096
# maxRows 4096
# the number of acknowledgments required for successful data writing
# quorum 1
# enable/disable compression
# enable/disable compression
# comp 2
# comp 2
...
@@ -122,15 +125,6 @@
...
@@ -122,15 +125,6 @@
# number of replications, for cluster only
# number of replications, for cluster only
# replica 1
# replica 1
# mqtt hostname
# mqttHostName test.mosquitto.org
# mqtt port
# mqttPort 1883
# mqtt topic
# mqttTopic /test
# the compressed rpc message, option:
# the compressed rpc message, option:
# -1 (no compression)
# -1 (no compression)
# 0 (all message compressed),
# 0 (all message compressed),
...
@@ -167,12 +161,12 @@
...
@@ -167,12 +161,12 @@
# stop writing data when the disk size of the log folder is less than this value
# stop writing data when the disk size of the log folder is less than this value
# minimalDataDirGB 0.1
# minimalDataDirGB 0.1
# One mnode is equal to the number of vnode consumed
# mnodeEqualVnodeNum 4
# enbale/disable http service
# enbale/disable http service
# http 1
# http 1
# enable/disable muqq service
# mqtt 0
# enable/disable system monitor
# enable/disable system monitor
# monitor 1
# monitor 1
...
@@ -189,11 +183,12 @@
...
@@ -189,11 +183,12 @@
# max number of rows per log filters
# max number of rows per log filters
# numOfLogLines 10000000
# numOfLogLines 10000000
# enable/disable async log
# asyncLog 1
# time of keeping log files, days
# time of keeping log files, days
# logKeepDays 0
# logKeepDays 0
# enable/disable async log
# asyncLog 1
# The following parameters are used for debug purpose only.
# The following parameters are used for debug purpose only.
# debugFlag 8 bits mask: FILE-SCREEN-UNUSED-HeartBeat-DUMP-TRACE_WARN-ERROR
# debugFlag 8 bits mask: FILE-SCREEN-UNUSED-HeartBeat-DUMP-TRACE_WARN-ERROR
...
@@ -231,18 +226,12 @@
...
@@ -231,18 +226,12 @@
# debug flag for JNI
# debug flag for JNI
# jniDebugflag 131
# jniDebugflag 131
# debug flag for ODBC
# odbcDebugflag 131
# debug flag for storage
# debug flag for storage
# uDebugflag 131
# uDebugflag 131
# debug flag for http server
# debug flag for http server
# httpDebugFlag 131
# httpDebugFlag 131
# debug flag for mqtt
# mqttDebugFlag 131
# debug flag for monitor
# debug flag for monitor
# monitorDebugFlag 131
# monitorDebugFlag 131
...
@@ -255,6 +244,9 @@
...
@@ -255,6 +244,9 @@
# debug flag for http server
# debug flag for http server
# tsdbDebugFlag 131
# tsdbDebugFlag 131
# debug flag for continue query
# cqDebugFlag 131
# enable/disable recording the SQL in taos client
# enable/disable recording the SQL in taos client
# tscEnableRecordSql 0
# tscEnableRecordSql 0
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录