taos.cfg 7.3 KB
Newer Older
H
hzcheng 已提交
1 2 3 4 5 6 7
########################################################
#                                                      #
#                  TDengine Configuration              #
#   Any questions, please email support@taosdata.com   #
#                                                      #
########################################################

B
Bomin Zhang 已提交
8
# first fully qualified domain name (FQDN) for TDengine system
H
Hui Li 已提交
9
# firstEp                   hostname:6030
10

B
Bomin Zhang 已提交
11
# local fully qualified domain name (FQDN)
H
Hui Li 已提交
12
# fqdn                      hostname
13

S
TD-1124  
Shengliang Guan 已提交
14
# first port number for the connection (12 continuous UDP/TCP port number are used) 
H
Hui Li 已提交
15
# serverPort                6030
16

H
hzcheng 已提交
17
# log file's directory
H
Hui Li 已提交
18
# logDir                    /var/log/taos
H
hzcheng 已提交
19

H
Hui Li 已提交
20
# data file's directory
H
Hui Li 已提交
21
# dataDir                   /var/lib/taos
H
Hui Li 已提交
22

23 24 25
# temporary file's directory
# tempDir                   /tmp/

B
Bomin Zhang 已提交
26
# the arbitrator's fully qualified domain name (FQDN) for TDengine system, for cluster only   
H
Hui Li 已提交
27
# arbitrator                arbitrator_hostname:6042     
S
slguan 已提交
28

H
hzcheng 已提交
29
# number of threads per CPU core
H
Hui Li 已提交
30 31 32 33
# numOfThreadsPerCore       1.0

# the proportion of total threads responsible for query
# ratioOfQueryThreads       0.5
H
hzcheng 已提交
34

H
Hui Li 已提交
35
# number of management nodes in the system
H
Hui Li 已提交
36
# numOfMnodes               3
H
hzcheng 已提交
37

B
Bomin Zhang 已提交
38
# enable/disable backuping vnode directory when removing dnode
H
Hui Li 已提交
39 40 41 42
# vnodeBak                  1

# if report installation / use information
# telemetryReporting        1
H
Hui Li 已提交
43

B
Bomin Zhang 已提交
44
# enable/disable load balancing
H
Hui Li 已提交
45
# balance                   1
H
Hui Li 已提交
46

B
Bomin Zhang 已提交
47
# role for dnode. 0 - any, 1 - mnode, 2 - dnode
H
Hui Li 已提交
48
# role                      0
H
Hui Li 已提交
49

B
Bomin Zhang 已提交
50
# max timer control blocks
H
Hui Li 已提交
51
# maxTmrCtrl                512
H
hzcheng 已提交
52

B
Bomin Zhang 已提交
53
# time interval of system monitor, seconds 
H
Hui Li 已提交
54
# monitorInterval           30
55

B
Bomin Zhang 已提交
56
# number of seconds allowed for a dnode to be offline, for cluster only 
H
Hui Li 已提交
57
# offlineThreshold          8640000
H
Hui Li 已提交
58

H
hzcheng 已提交
59
# RPC re-try timer, millisecond
H
Hui Li 已提交
60
# rpcTimer                  300
H
hzcheng 已提交
61

B
Bomin Zhang 已提交
62
# RPC maximum time for ack, seconds. 
H
Hui Li 已提交
63
# rpcMaxTime                600
H
hzcheng 已提交
64

B
Bomin Zhang 已提交
65
# time interval of dnode status reporting to mnode, seconds, for cluster only 
H
Hui Li 已提交
66
# statusInterval            1
H
Hui Li 已提交
67

B
Bomin Zhang 已提交
68
# time interval of heart beat from shell to dnode, seconds
H
Hui Li 已提交
69
# shellActivityTimer        3
H
Hui Li 已提交
70

B
Bomin Zhang 已提交
71
# time of keeping table meta data in cache, seconds
H
Hui Li 已提交
72
# tableMetaKeepTimer        7200
H
hzcheng 已提交
73

B
Bomin Zhang 已提交
74
# minimum sliding window time, milli-second
H
Hui Li 已提交
75
# minSlidingTime            10
H
hzcheng 已提交
76

B
Bomin Zhang 已提交
77
# minimum time window, milli-second
H
Hui Li 已提交
78
# minIntervalTime           10
H
hzcheng 已提交
79

B
Bomin Zhang 已提交
80
# maximum delay before launching a stream compution, milli-second
H
Hui Li 已提交
81
# maxStreamCompDelay        20000
S
slguan 已提交
82

B
Bomin Zhang 已提交
83
# maximum delay before launching a stream computation for the first time, milli-second
H
Hui Li 已提交
84
# maxFirstStreamCompDelay   10000
S
slguan 已提交
85

B
Bomin Zhang 已提交
86
# retry delay when a stream computation fails, milli-second
H
Hui Li 已提交
87
# retryStreamCompDelay      10
H
hzcheng 已提交
88

B
Bomin Zhang 已提交
89
# the delayed time for launching a stream computation, from 0.1(default, 10% of whole computing time window) to 0.9
H
Hui Li 已提交
90
# streamCompDelayRatio      0.1
H
hzcheng 已提交
91

B
Bomin Zhang 已提交
92
# max number of vgroups per db, 0 means configured automatically
H
Hui Li 已提交
93
# maxVgroupsPerDb           0
94

H
Hui Li 已提交
95 96
# max number of tables per vnode
# maxTablesPerVnode         1000000
H
hzcheng 已提交
97

98
# cache block size (Mbyte)
H
Hui Li 已提交
99
# cache                     16
100 101

# number of cache blocks per vnode
H
Hui Li 已提交
102 103 104 105 106 107 108
# blocks                    6

# number of days per DB file
# days                  10

# number of days to keep DB file
# keep                  3650
109

B
Bomin Zhang 已提交
110
# minimum rows of records in file block
111 112
# minRows               100

B
Bomin Zhang 已提交
113
# maximum rows of records in file block
114 115
# maxRows               4096

H
Hui Li 已提交
116 117 118
# the number of acknowledgments required for successful data writing
# quorum                1     

H
hzcheng 已提交
119
# enable/disable compression
H
Hui Li 已提交
120
# comp                  2
H
hzcheng 已提交
121

B
Bomin Zhang 已提交
122
# write ahead log (WAL) level, 0: no wal; 1: write wal, but no fysnc; 2: write wal, and call fsync
H
Hui Li 已提交
123
# walLevel              1
H
hzcheng 已提交
124

B
Bomin Zhang 已提交
125
# if walLevel is set to 2, the cycle of fsync being executed, if set to 0, fsync is called right away
H
Hui Li 已提交
126
# fsync                 3000
H
hzcheng 已提交
127

B
Bomin Zhang 已提交
128
# number of replications, for cluster only 
129
# replica               1
S
slguan 已提交
130

H
Hui Li 已提交
131 132 133 134 135 136 137
# 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
H
Hui Li 已提交
138
# maxSQLLength          65480
H
Hui Li 已提交
139

B
Bomin Zhang 已提交
140
# the maximum number of records allowed for super table time sorting
H
Hui Li 已提交
141 142 143 144 145 146 147 148 149 150 151
# maxNumOfOrderedRes    100000

# system time zone
# timezone              Asia/Shanghai (CST, +0800)

# system locale
# locale                en_US.UTF-8

# default system charset
# charset               UTF-8

B
Bomin Zhang 已提交
152
# max number of connections allowed in dnode
153
# maxShellConns         5000
H
hzcheng 已提交
154

B
Bomin Zhang 已提交
155
# max numerber of connections allowed in client 
156
# maxConnections        5000
H
hzcheng 已提交
157

B
Bomin Zhang 已提交
158
# stop writing logs when the disk size of the log folder is less than this value
159
# minimalLogDirGB       0.1
H
hzcheng 已提交
160

B
Bomin Zhang 已提交
161
# stop writing temporary files when the disk size of the log folder is less than this value
162
# minimalTmpDirGB       0.1
H
hzcheng 已提交
163

B
Bomin Zhang 已提交
164
# stop writing data when the disk size of the log folder is less than this value
165
# minimalDataDirGB      0.1
H
hzcheng 已提交
166

H
Hui Li 已提交
167 168 169
# One mnode is equal to the number of vnode consumed
# mnodeEqualVnodeNum    4

B
Bomin Zhang 已提交
170
# enbale/disable http service
S
slguan 已提交
171
# http                  1
H
hzcheng 已提交
172

B
Bomin Zhang 已提交
173
# enable/disable system monitor 
H
Hui Li 已提交
174
# monitor               1
麦壳饼's avatar
麦壳饼 已提交
175

B
Bomin Zhang 已提交
176
# enable/disable recording the SQL statements via restful interface
H
Hui Li 已提交
177
# httpEnableRecordSql   0
S
slguan 已提交
178

S
slguan 已提交
179
# number of threads used to process http requests
H
hzcheng 已提交
180 181
# httpMaxThreads        2

H
Hui Li 已提交
182 183
# maximum number of rows returned by the restful interface
# restfulRowLimit       10240
S
slguan 已提交
184

H
hzcheng 已提交
185 186 187 188
# The following parameter is used to limit the maximum number of lines in log files.
# max number of rows per log filters
# numOfLogLines         10000000

H
Hui Li 已提交
189 190 191
# enable/disable async log
# asyncLog              1

S
TD-1263  
Shengliang Guan 已提交
192 193 194
# time of keeping log files, days
# logKeepDays           0

H
Hui Li 已提交
195

H
hzcheng 已提交
196 197
# The following parameters are used for debug purpose only.
# debugFlag 8 bits mask: FILE-SCREEN-UNUSED-HeartBeat-DUMP-TRACE_WARN-ERROR
H
Hui Li 已提交
198 199 200
# 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
H
hzcheng 已提交
201

S
Shengliang Guan 已提交
202 203
# debug flag for all log type, take effect when non-zero value
# debugFlag             0
204

H
hzcheng 已提交
205 206 207 208
# debug flag for meta management messages
# mDebugFlag            135

# debug flag for dnode messages
S
Shengliang Guan 已提交
209
# dDebugFlag            135
H
hzcheng 已提交
210

S
Shengliang Guan 已提交
211
# debug flag for sync module
212 213
# sDebugFlag            135

S
Shengliang Guan 已提交
214 215 216 217
# debug flag for WAL
# wDebugFlag            135

# debug flag for SDB
H
hzcheng 已提交
218 219 220
# sdbDebugFlag          135

# debug flag for RPC 
S
slguan 已提交
221
# rpcDebugFlag          131
H
hzcheng 已提交
222

223 224
# debug flag for TAOS TIMER
# tmrDebugFlag          131
H
hzcheng 已提交
225 226 227 228

# debug flag for TDengine client 
# cDebugFlag            131

229 230 231 232 233
# debug flag for JNI
# jniDebugflag          131

# debug flag for storage
# uDebugflag            131
H
hjxilinx 已提交
234

H
hzcheng 已提交
235 236 237
# debug flag for http server
# httpDebugFlag         131

238
# debug flag for monitor
S
Shengliang Guan 已提交
239
# monDebugFlag          131
H
hzcheng 已提交
240

241 242
# debug flag for query
# qDebugflag            131
麦壳饼's avatar
麦壳饼 已提交
243

S
Shengliang Guan 已提交
244 245 246
# debug flag for vnode
# vDebugflag            131

247 248 249
# debug flag for http server
# tsdbDebugFlag         131

H
Hui Li 已提交
250 251 252
# debug flag for continue query
# cqDebugFlag           131

B
Bomin Zhang 已提交
253
# enable/disable recording the SQL in taos client
254
# enableRecordSql    0
255

B
Bomin Zhang 已提交
256
# generate core file when service crash
257 258
# enableCoreFile        1

B
Bomin Zhang 已提交
259 260 261
# maximum display width of binary and nchar fields in the shell. The parts exceeding this limit will be hidden
# maxBinaryDisplayWidth 30

262
# enable/disable telemetry reporting
263 264 265 266
# telemetryReporting    1

# enable/disable stream (continuous query)
# stream                1
267 268 269

# only 50% CPU resources will be used in query processing
# halfCoresForQuery     0