Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
慢慢CG
TDengine
提交
2adc04b6
T
TDengine
项目概览
慢慢CG
/
TDengine
与 Fork 源项目一致
Fork自
taosdata / TDengine
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
2adc04b6
编写于
7月 29, 2020
作者:
H
Hui Li
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[update config parameters]
上级
366b3215
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
101 addition
and
75 deletion
+101
-75
packaging/cfg/taos.cfg
packaging/cfg/taos.cfg
+101
-75
未找到文件。
packaging/cfg/taos.cfg
浏览文件 @
2adc04b6
...
...
@@ -11,9 +11,6 @@
# second full-qualified domain name (FQDN) for TDengine system, for cluster edition only
# second cluster_hostname2:6030
# the arbitrator's full-qualified domain name (FQDN) for TDengine system, for cluster edition only
# arbitrator arbitrator_hostname:6030
# the full-qualified domain name (FQDN) of dnode
# fqdn hostname
...
...
@@ -23,45 +20,61 @@
# http service port, default tcp [6020]
# httpPort 6020
# data file's directory
# dataDir /var/lib/taos
# log file's directory
# logDir /var/log/taos
#
number of management nodes in the system
#
numOfMnodes 3
#
scriptDir file's directory
#
scriptDir /var/log/taos
# optional roles for dnode. 0 - any, 1 - mnode, 2 - dnode
# role 0
# data file's directory
# dataDir /var/lib/taos
# the arbitrator's full-qualified domain name (FQDN) for TDengine system, for cluster edition only
# arbitrator arbitrator_hostname:6030
# number of threads per CPU core
# numOfThreadsPerCore 1.0
# max number of vgroups per db
# maxVgroupsPerDb 0
# max number of tables per vnode
# maxTablesPerVnode 1000000
# the ratio of threads responsible for querying in the total thread
# ratioOfQueryThreads 0.5
#
interval of DNode report status to MNode, unit is Second, for cluster version only
#
statusInterval 1
#
number of management nodes in the system
#
numOfMnodes 3
# interval of Shell send HB to MNode, unit is Second
# shellActivityTimer 3
# if backup vnode directory when remove dnode
# vnodeBak 1
# Whether to start load balancing
# balance
# The management node checks the time interval of load balancing under normal operation
# balanceInterval
# optional roles for dnode. 0 - any, 1 - mnode, 2 - dnode
# role 0
# max timer control block
# maxTmrCtrl 512
# interval of system monitor
# monitorInterval 30
# number of seconds allowed for a dnode to be offline, for cluster version only
# offlineThreshold 8640000
# RPC re-try timer, millisecond
# rpcTimer 300
# RPC maximum time for ack, seconds
# rpcMaxTime 600
# interval of DNode report status to MNode, unit is Second, for cluster version only
# statusInterval 1
# interval of Shell send HB to MNode, unit is Second
# shellActivityTimer 3
# duration of to keep tableMeta kept in Cache, seconds
# tableMetaKeepTimer 7200
...
...
@@ -71,38 +84,41 @@
# Time window minimum
# minIntervalTime 10
#
max length of an SQL
# maxS
QLLength 6548
0
#
the max allowed delayed time for launching continuous query. 20ms by default
# maxS
treamCompDelay 2000
0
#
Support the maximum number of records allowed for super table time sorting
# max
NumOfOrderedRes 10
0000
#
The minimum time to wait before the first stream execution
# max
FirstStreamCompDelay 1
0000
#
system locale
#
locale en_US.UTF-8
#
Retry wait time benchmark
#
retryStreamCompDelay 10
#
default system charset
#
charset UTF-8
#
the delayed time for launching each continuous query. 10% of the whole computing time window by default.
#
streamCompDelayRatio 0.1
#
system time zone
#
timezone Asia/Shanghai (CST, +0800)
#
max number of vgroups per db
#
maxVgroupsPerDb 0
#
set write ahead log (WAL) level
#
walLevel 1
#
max number of tables per vnode
#
maxTablesPerVnode 1000000
#
enable/disable async log
#
asyncLog 1
#
Minimum number of tables in each vnode
#
minTablesPerVnode 100
# the compressed rpc message, option:
# -1 (no compression)
# 0 (all message compressed),
# > 0 (rpc message body which larger than this value will be compressed)
# compressMsgSize -1
# Step size of increasing table number in vnode
# tableIncStepPerVnode 1000
# cache block size (Mbyte)
# cache 16
# cache
16
# number of cache blocks per vnode
# blocks 4
# blocks 6
# number of days per DB file
# days 10
# number of days to keep DB file
# keep 3650
# min row of records in file block
# minRows 100
...
...
@@ -111,17 +127,44 @@
# maxRows 4096
# enable/disable compression
# comp
1
# comp
2
#
number of days per DB file
#
days 10
#
set write ahead log (WAL) level
#
walLevel 1
#
number of days to keep DB file
#
keep 365
0
#
When walLevel is set to 2, the cycle of fsync is executed
#
fsync 300
0
# number of replications, for cluster version only
# replica 1
# mqtt uri
# mqttBrokerAddress mqtt://username:password@hostname:1883/taos/
# mqtt client name
# mqttBrokerClientId taos_mqtt
# the compressed rpc message, option:
# -1 (no compression)
# 0 (all message compressed),
# > 0 (rpc message body which larger than this value will be compressed)
# compressMsgSize -1
# max length of an SQL
# maxSQLLength 65480
# Support the maximum number of records allowed for super table time sorting
# maxNumOfOrderedRes 100000
# system time zone
# timezone Asia/Shanghai (CST, +0800)
# system locale
# locale en_US.UTF-8
# default system charset
# charset UTF-8
# max number of connections from client for dnode
# maxShellConns 5000
...
...
@@ -137,50 +180,36 @@
# Stop writing data when the disk size of the log folder is less than this value
# minimalDataDirGB 0.1
# number of seconds allowed for a dnode to be offline, for cluster version only
# offlineThreshold 8640000
# start http service
# http 1
# start system monitor module
# monitor 1
# start muqq service
# mqtt 0
# mqtt uri
# mqttBrokerAddress mqtt://username:password@hostname:1883/taos/
# mqtt client name
# mqttBrokerClientId taos_mqtt
# start system monitor module
# monitor 1
#
maximum number of rows returned by the
restful interface
#
restfulRowLimit 1024
0
#
Record the SQL through
restful interface
#
httpEnableRecordSql
0
# number of threads used to process http requests
# httpMaxThreads 2
# The minimum time to wait before the first stream execution
# maxFirstStreamCompDelay 10000
# Retry wait time benchmark
# retryStreamCompDelay 10
# the delayed time for launching each continuous query. 10% of the whole computing time window by default.
# streamCompDelayRatio 0.1
# the max allowed delayed time for launching continuous query. 20ms by default
# maxStreamCompDelay 20000
# maximum number of rows returned by the restful interface
# restfulRowLimit 10240
# The following parameter is used to limit the maximum number of lines in log files.
# max number of rows per log filters
# numOfLogLines 10000000
# enable/disable async log
# asyncLog 1
# The following parameters are used for debug purpose only.
# debugFlag 8 bits mask: FILE-SCREEN-UNUSED-HeartBeat-DUMP-TRACE_WARN-ERROR
# 131: output warning and error,135: output info, warning and error to log.
# 199: output debug, info, warning and error to both screen and file
# 131: output warning and error, 135: output debug, warning and error, 143 : output trace, debug, warning and error to log.
# 199: output debug, warning and error to both screen and file
# 207: output trace, debug, warning and error to both screen and file
# debug flag for all log type, take effect when non-zero value
# debugFlag 0
...
...
@@ -236,9 +265,6 @@
# debug flag for http server
# tsdbDebugFlag 131
# Record the SQL through restful interface
# httpEnableRecordSql 0
# Record the SQL in taos client
# tscEnableRecordSql 0
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录