Commit graph

22263 commits

Author SHA1 Message Date
yihaoDeng
c71bbb0109 change write opt 2023-04-21 06:24:46 +00:00
yihaoDeng
98d6ff5a5d change write opt 2023-04-21 05:55:10 +00:00
yihaoDeng
57c4544bf0 change write opt 2023-04-21 05:54:52 +00:00
wangmm0220
5bd6b16e73 fix:memory leak in schemaless if key dump 2023-04-20 18:39:03 +08:00
wangmm0220
5df7906a62 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-20 18:33:37 +08:00
Benguang Zhao
a1ca9466cd enh: adjust size limit of appyQ and negotiationWin 2023-04-20 14:28:56 +08:00
Benguang Zhao
a21e0fe75e enh: propose vnode commit synchronously 2023-04-20 14:28:56 +08:00
Benguang Zhao
55c6f115b0 enh: add applied-index in sync node logging msg 2023-04-20 14:28:56 +08:00
yihaoDeng
2b3f184d74 Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-20 04:05:48 +00:00
yihaoDeng
3272d14e33 change write opt 2023-04-20 04:05:35 +00:00
liuyao
f2560fd5e9 opt test 2023-04-20 11:50:42 +08:00
yihaoDeng
aa613285e7 change write opt 2023-04-20 00:21:16 +00:00
yihaoDeng
9d6e8b3fa7 change write opt 2023-04-20 00:18:57 +00:00
yihaoDeng
b640a0330d change write opt 2023-04-19 23:55:09 +00:00
yihaoDeng
6ff0b09e5e change write opt 2023-04-19 23:46:08 +00:00
yihaoDeng
22afdaa6a4 change write opt 2023-04-19 14:15:17 +00:00
yihaoDeng
10e44c63e1 change write opt 2023-04-19 13:12:53 +00:00
yihaoDeng
a23899ff5b Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-19 13:04:12 +00:00
yihaoDeng
5efa5f6b9f change write opt 2023-04-19 13:01:13 +00:00
yihaoDeng
83cfd5d8b1 Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-19 18:01:03 +08:00
yihaoDeng
5402a6061f Merge branch 'dev' into enh/rocksRevert 2023-04-19 17:37:07 +08:00
Xiaoyu Wang
5367f25b4d feat: the having clause can be used after the partition by clause or window clause 2023-04-19 16:55:08 +08:00
liuyao
2a74aa317f inc sleep time 2023-04-19 16:41:53 +08:00
Xiaoyu Wang
7cf9919ab0
Merge pull request #20964 from taosdata/enh/3.0_planner_optimize
feat: last queries with tags output can be read from cache
2023-04-19 14:34:32 +08:00
54liuyao
5b7ccc42ca inc sleep time 2023-04-19 13:38:30 +08:00
Xiaoyu Wang
586b3945d1 feat: last queries with tags output can be read from cache 2023-04-19 13:09:11 +08:00
liuyao
ae117bd7c3 fill state 2023-04-19 09:15:12 +08:00
dapan1121
95b78f327a
Merge pull request #20959 from taosdata/enh/TS-3149
enh: add param for to_unixtimestamp to return timestamp type
2023-04-19 08:54:25 +08:00
Xiaoyu Wang
6669c3a5ad feat: last queries with tags output can be read from cache 2023-04-18 17:13:14 +08:00
Haojun Liao
cc67b631f6 refactor: do some internal refactor. 2023-04-18 17:01:09 +08:00
Haojun Liao
9f16802451 fix(stream): set the initial value. 2023-04-18 16:42:40 +08:00
Xiaoyu Wang
61cc72c19a
Merge pull request #20961 from taosdata/enh/3.0_planner_optimize
feat: the fill value clause supports constant expressions
2023-04-18 16:24:29 +08:00
Haojun Liao
abfc2455e6 fix(stream): update the atomic variables. 2023-04-18 16:21:30 +08:00
Haojun Liao
7da998ecfb other: merge main. 2023-04-18 16:15:08 +08:00
Haojun Liao
d11acc6f73 Merge remote-tracking branch 'origin/enh/rocksRevert' into enh/rocksRevert 2023-04-18 16:09:12 +08:00
Haojun Liao
7a8dd0db45 refactor: update the log. 2023-04-18 16:08:51 +08:00
huolibo
fdbb9cce48
fix: illegal accesses (#20960) 2023-04-18 16:08:22 +08:00
dapan1121
28a80be7b1
Merge pull request #20928 from taosdata/szhou/replace-function-2
enhance: udf handle expired after 10s
2023-04-18 15:43:50 +08:00
Xiaoyu Wang
1d2764ebdb feat: the fill value clause supports constant expressions 2023-04-18 15:36:50 +08:00
Ganlin Zhao
9581dcae7f enh: add param for to_unixtimestamp to return timestamp type 2023-04-18 14:17:22 +08:00
liuyao
db4f7ca55f fix bug 2023-04-18 14:00:28 +08:00
liuyao
5460eaf29a memory leak 2023-04-18 09:50:13 +08:00
Shuduo Sang
76c628c8ee
fix: atoi on int64 config item (#20946) 2023-04-18 09:22:49 +08:00
shenglian zhou
a2d75a327c enhance: udf output column reserve capacity 2023-04-18 08:28:12 +08:00
shenglian zhou
2aefe1d24a Merge branch '3.0' of github.com:taosdata/TDengine into szhou/replace-function-2 2023-04-18 08:24:18 +08:00
yihaoDeng
47bf2374db fix compile error 2023-04-17 15:19:33 +00:00
yihaoDeng
fc6d9afa19 fix compile error 2023-04-17 15:01:47 +00:00
yihaoDeng
6f6fd3e147 fix compile error 2023-04-17 15:01:41 +00:00
liuyao
afc8e5cea7 fix asan bug 2023-04-17 11:48:08 +08:00
shenglian zhou
1a0c9f31bc enhance: refactor cleanup udf function 2023-04-17 10:34:34 +08:00