Haojun Liao
dcca6b0868
other: merge 3.0.
2023-10-27 11:41:28 +08:00
Haojun Liao
4f1a5423cb
fix(config): remove the dval from struct SConfigItem.
2023-10-27 09:54:07 +08:00
Haojun Liao
4badb445c4
refactor: do some internal refactor W.R.T. global configurations.
2023-10-27 09:54:07 +08:00
Haojun Liao
164159f293
enh(stream): add parameter to limit the stream sink task.
2023-10-27 09:54:07 +08:00
dmchen
162066235b
create table
2023-10-24 14:31:27 +08:00
wangmm0220
a16c9be49f
feat:[TD-19291]Schemaless table name can be composed based on rule
2023-10-17 15:34:16 +08:00
wade zhang
f6134b42d7
Merge pull request #23036 from taosdata/feat/TS-4011-3.0
...
feat/TS-4011: adjust config 'keep_time_offset' level from dnode to db
2023-09-26 14:25:54 +08:00
Alex Duan
c9af9eb15b
Merge pull request #22915 from lx1zhong/3.0
...
add TSZ and ADT-FSE algorithm
2023-09-25 15:48:30 +08:00
Shungang Li
8f0d700fe8
feat: rm dnode config item keepTimeOffset
2023-09-25 15:46:12 +08:00
Alex Duan
b9631fee9e
fix: cfgAddFloat with float params1
2023-09-23 12:04:41 +08:00
kailixu
8f828e052b
enh: timeseries calculation optimization
2023-09-22 20:07:51 +08:00
lx1zhong
6da4088012
add TSZ and ADT-FSE algorithm
2023-09-15 14:30:23 +08:00
kailixu
7b29d62f04
enh: timeseries update optimize
2023-09-14 20:18:13 +08:00
kailixu
53ed71959b
enh: fetch cluster info for grant periodically
2023-09-13 11:30:04 +08:00
yihaoDeng
5f78c27535
add enable white list
2023-09-01 15:11:25 +08:00
Haojun Liao
24b1a050fc
other: merge 3.0
2023-08-30 16:00:14 +08:00
dmchen
06083e1eb9
init
2023-08-28 09:15:51 +08:00
yihaoDeng
9310d138a6
Merge branch 'enh/3.0' into enh/triggerCheckPoint2
2023-08-24 17:30:35 +08:00
wade zhang
0860670d37
Merge pull request #22526 from taosdata/enh/TD-25445-new
...
enh/TD-25445: ttl split flush and drop table
2023-08-24 13:57:07 +08:00
Hongze Cheng
6a20420f07
feat: add minDiskFreeSize cfg
2023-08-23 16:41:29 +08:00
Shungang Li
458fd07976
enh: ttl split flush and drop table
...
config:
1. ttlFlushThreshold: maximum number of dirty items in memory
2. tsTtlBatchDropNum: number of tables dropped per batch
3. tsTrimVDbIntervalSec: interval of trimming db in all vgroups
2023-08-23 11:13:34 +08:00
Haojun Liao
ea6574b3c7
other: merge 3.0
2023-08-17 00:07:55 +08:00
wade zhang
778b88a1fb
Merge pull request #22440 from taosdata/fix/retry_resolve_fqdn
...
merge fix/retry_resolve_fqdn to main
2023-08-15 14:58:52 +08:00
Haojun Liao
f633c7fe2b
other: merge 3.0.
2023-08-10 11:56:30 +08:00
Haojun Liao
f3c5f20ee2
enh(stream): add timer to check the node changing.
2023-08-09 10:25:16 +08:00
Haojun Liao
8a11a0418f
other: merge 3.0
2023-08-07 09:19:26 +08:00
Haojun Liao
6b09566549
Merge pull request #22275 from taosdata/enh/addKeepAliveParam
...
add keep alive parameter
2023-08-02 09:23:03 +08:00
yihaoDeng
2caaae392a
add keep alive parameter
2023-08-01 06:38:30 +00:00
dmchen
8a0e9ff0e0
fix/retry_resolve_fqdn
2023-08-01 14:24:28 +08:00
wangmm0220
1f8e5eae6a
fix:conflicts
2023-07-28 15:04:12 +08:00
wangmm0220
f2553b8718
fix:add configuration to control if change dot to underline in schemaless
2023-07-26 09:52:04 +08:00
Haojun Liao
1c1bf63e1f
other: merge 3.0
2023-07-25 18:17:11 +08:00
yihaoDeng
b56e442478
Merge branch 'enh/dev33' into enh/triggerCheckPoint2
2023-07-17 11:41:38 +00:00
kailixu
0e6b982682
chore: more code
2023-07-17 09:19:24 +08:00
Haojun Liao
9484f3da94
Merge branch '3.0' into enh/triggerCheckPoint2
2023-07-12 10:20:18 +08:00
Shungang Li
4886cb4674
feat: port 'keepTimeOffset' from 2.6 to 3.0
2023-07-11 17:40:35 +08:00
liuyao
0e914a19c6
stream operartor checkpoint
2023-07-06 14:28:34 +08:00
dapan1121
3519e9170e
Merge remote-tracking branch 'origin/main' into 3.0
2023-06-29 11:13:45 +08:00
wangjiaming0909
57ddb3437d
feature: optimize order by limit using priority queue
2023-06-27 17:50:50 +08:00
wangmm0220
7e38ef7091
fix:add limit for topic and group num
2023-06-27 17:44:51 +08:00
wade zhang
254a20bdf3
Merge pull request #21660 from luckeverda/feat/TD-23739
...
feat/TD-23739: enhance ttl, deletetime modified by writing-op
2023-06-25 09:06:57 +08:00
Shungang Li
b93f653d7e
feat: enhance ttl, deletetime modified by writing-ops
...
new config item: ttlChangeOnWrite (default 0)
ttl delete time changes on last write if true
2023-06-19 19:03:35 +08:00
Haojun Liao
b5a7ef9a7e
fix: fix syntax error.
2023-06-15 13:29:41 +08:00
dapan1121
fe7ba9d92e
Merge pull request #21523 from taosdata/feat/TS-3134-3.0
...
feat: allow user to reset root passwd
2023-06-06 11:10:11 +08:00
wade zhang
b437024eca
Merge pull request #21588 from taosdata/fix/TD-24346-M
...
chore: unbind the dependency
2023-06-04 09:53:20 +08:00
kailixu
87a086996e
chore: code optimization
2023-06-04 09:07:04 +08:00
kailixu
907feb23b0
chore: unbind the dependency
2023-06-04 07:56:46 +08:00
Haojun Liao
5301c5756a
other: merge main into 3.0.
2023-06-01 09:29:18 +08:00
yihaoDeng
3b0a6d7f0b
change db param
2023-05-31 03:15:25 +00:00
kailixu
9501d4f417
feat: allow user to reset root passwd
2023-05-29 19:44:11 +08:00
slzhou
b83bf9163e
fix: restore scalar mode computation and add filterScalarMode config variable and add test case
2023-05-26 14:46:32 +08:00
dapan1121
5bedf6b19a
enh: support config batch rows number when import data from csv file
2023-05-23 19:21:52 +08:00
dapan1121
ee2521a6ab
Merge remote-tracking branch 'origin/3.0' into feat/TD-22746
2023-05-16 10:53:21 +08:00
dapan1121
daedb3618b
Merge remote-tracking branch 'origin/3.0' into feat/TD-22746
2023-05-10 17:47:11 +08:00
dapan1121
79d4403377
feat: add client meta limitation
2023-05-10 17:44:53 +08:00
yihaoDeng
5708fcb5cb
Merge branch 'enh/3.0' into enh/rocksdbSstateMerge
2023-05-10 08:02:16 +00:00
dapan1121
5fe99c5ad2
feat: support log long query
2023-04-23 15:54:15 +08:00
Haojun Liao
04e042f21d
Merge branch 'feature/3_liaohj' into enh/rocksRevert
2023-04-15 09:35:43 +08:00
Haojun Liao
b57c813681
other: merge feature/3_liaohj
2023-04-14 10:36:54 +08:00
Alex Duan
a0be0c1d06
fix: add client option tsEnableScience
2023-04-13 16:40:38 +08:00
yihaoDeng
b24b91886a
Merge branch 'dev3' into enh/rocksRevert
2023-04-11 10:59:00 +00:00
dapan1121
38231fc48e
enh: add queryMaxConcurrentTables configuration
2023-04-11 09:01:19 +08:00
54liuyao
1892b806b5
feat:add stream state buff
2023-04-04 17:09:35 +08:00
54liuyao
429b5cd646
feat:add stream file state
2023-04-04 17:09:35 +08:00
dapan1121
5b02af6a91
fix: merge main to 3.0
2023-03-22 16:08:16 +08:00
Xiaoyu Wang
ca39dfcf2d
feat: show vgroup display num of cache tables
2023-03-13 17:21:32 +08:00
Benguang Zhao
b91734cf91
enh: sync log retention of mnode configurable with mndLogRetention
2023-03-04 09:51:34 +08:00
Benguang Zhao
d27f392beb
enh: control frequency of mnode sdb flushing with mndSdbWriteDelta
2023-03-03 17:30:23 +08:00
Yihao Deng
db47cb5805
Merge branch 'main' into fix/toManySeesion
2023-02-25 17:04:56 +08:00
yihaoDeng
84706fe586
fix: limit session num
2023-02-24 21:20:15 +08:00
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
yihaoDeng
098949b528
add trans param
2023-02-19 18:10:42 +08:00
54liuyao
43966abbc6
feat:add disable stream option
2023-02-15 18:39:05 +08:00
wangmm0220
0fed3ffa05
fix:remove useless config for schemaless
2023-01-23 22:49:37 +05:00
Shengliang Guan
42d911bf8e
Merge remote-tracking branch 'origin/main' into FIX/TD-21043-main
2023-01-08 09:44:07 +08:00
dapan1121
8ff3b2fda3
Merge remote-tracking branch 'origin' into enh/TD-21108
2022-12-30 13:31:37 +08:00
dapan1121
dfefb68aa6
feat: support crash report
2022-12-30 13:30:54 +08:00
Benguang Zhao
ed43aeaa9b
enh: add vndCommitMaxInterval cfg param
2022-12-29 19:47:28 +08:00
Shengliang Guan
ed98fddf74
enh: adjusting the operation mode of the stream thread pool
2022-12-28 14:37:56 +08:00
Xiaoyu Wang
f6d953e62d
fix: disable insert csv statements on cloud services
2022-12-19 16:40:40 +08:00
Minghao Li
575c5e89fc
refactor(sync): add config item in sync
2022-12-04 09:49:27 +08:00
Shengliang Guan
a366696478
Merge pull request #18596 from taosdata/feature/stream
...
refactor(stream): distributed checkpoint
2022-12-02 07:51:10 +08:00
Liu Jicong
3424b184d3
refactor(stream): distributed checkpoint
2022-12-02 03:48:45 +08:00
Shengliang Guan
d1a0e72459
Merge pull request #18571 from taosdata/feature/TD-14761
...
opti:get meta cost for schemaless & add config for write batch in schemaless
2022-11-30 23:21:25 +08:00
wangmm0220
162575ea66
opti:get meta cost for schemaless & add config for write batch in schemaless
2022-11-30 14:30:44 +08:00
yihaoDeng
d463f05b3f
change paramter
2022-11-29 10:28:32 +08:00
Haojun Liao
9a208b2d09
other: merge 3.0
2022-11-24 17:08:15 +08:00
dapan1121
072a73ec3d
enh: support max retry wait time configuration
2022-11-21 11:35:52 +08:00
Haojun Liao
7d00b7a6c4
refactor: add tag filter cache.
2022-11-16 14:23:12 +08:00
yihaoDeng
27ebbdadf2
add rpc retry config
2022-11-10 19:44:45 +08:00
Shengliang Guan
4fc0e3bd55
enh: adjust the number of vnode threads so that one vnode has one write thread
2022-11-04 17:21:00 +08:00
Shengliang Guan
871757240a
Merge pull request #17777 from taosdata/FIX/TS-1984-3.0
...
fix: fsync wal files and meta if data size not synced yet beyond a threshold
2022-11-01 18:53:10 +08:00
benguang.zhao
4237cafb21
enh: rename walRecoverSizeLimit to walFsyncDataSizeLimit
2022-11-01 17:19:33 +08:00
Shengliang Guan
26778f29da
enh: add config for persist wal at the beginning of vnodeCommit
2022-11-01 10:42:13 +08:00
slzhou
aa2b54c57c
enhance: add configuration for udfd LD_LIBRARY_PATH to taos.cfg
2022-10-31 16:45:39 +08:00
Liu Jicong
b26cc9c318
feat(snode)
2022-10-28 17:03:17 +08:00
dapan1121
6c2a0c8737
fix: fix catalog ut issues and add query hb configuration
2022-10-27 15:15:50 +08:00
Shengliang Guan
8764cf9adb
refact: remove multi process codes
2022-10-19 11:08:42 +08:00
Shengliang Guan
3a7d89a6bb
refact: remove bnode codes
2022-10-18 17:34:58 +08:00
dapan1121
40591003d1
Merge branch 'refact/query_opt' of github.com:taosdata/TDengine into refact/query_opt
2022-10-14 13:09:30 +08:00