liuyao
|
cb2757f967
|
fix:fill retrive
|
2023-04-24 09:52:14 +08:00 |
Xiaoyu Wang
|
aba9a236c0
|
compiled sql.y
|
2023-04-23 11:20:34 +08:00 |
yihaoDeng
|
917b07348c
|
Merge branch 'fix/rocksdbState' into enh/rocksRevert
|
2023-04-23 02:37:26 +00:00 |
dapan1121
|
9e22bd07a4
|
Merge pull request #21008 from taosdata/szhou/fix-ts3248
fix: when db_name!=xxx can not be used in systable scan index
|
2023-04-23 09:50:14 +08:00 |
dapan1121
|
f4d1ac4e93
|
Merge pull request #21007 from taosdata/feat/TS-3249
feat: support table_prefix/table_suffix new mode
|
2023-04-21 19:18:28 +08:00 |
yihaoDeng
|
54f3bc2543
|
change write opt
|
2023-04-21 10:06:37 +00:00 |
liuyao
|
426a794e7e
|
add ini
|
2023-04-21 17:47:00 +08:00 |
dapan1121
|
176f7740c3
|
fix: memory leak issue
|
2023-04-21 16:41:39 +08:00 |
Haojun Liao
|
f1e289e9ce
|
Merge pull request #21006 from taosdata/fix/TS-3082
fix:[TS-3082] change offset to firstver if offset is smller than firs…
|
2023-04-21 16:07:32 +08:00 |
slzhou
|
c971fe1606
|
fix: when db_name != xxx can not be optimized by uid index
|
2023-04-21 15:01:35 +08:00 |
slzhou
|
5531775f8e
|
fix: when db_name!=xxx is used in systable scan index
|
2023-04-21 14:59:35 +08:00 |
dapan1121
|
877b6e7053
|
fix: add table_prefix/table_suffix cases
|
2023-04-21 14:58:58 +08:00 |
Haojun Liao
|
2b74583b87
|
Merge pull request #21002 from taosdata/fix/liaohj_main
fix(stream): set the correct number of tasks.
|
2023-04-21 14:52:07 +08:00 |
yihaoDeng
|
c71bbb0109
|
change write opt
|
2023-04-21 06:24:46 +00:00 |
dapan1121
|
3c2fc48e74
|
feat: support new table_prefix/table_suffix mode
|
2023-04-21 14:17:07 +08: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 |
Haojun Liao
|
b6f4cac619
|
fix(stream): set the correct offset version.
|
2023-04-21 13:35:24 +08:00 |
wangmm0220
|
81b0670bd5
|
fix:[TS-3082] change offset to firstver if offset is smller than firstVer when wal is removed
|
2023-04-21 11:43:39 +08:00 |
Haojun Liao
|
e4199a62de
|
fix(stream): fix memory leak.
|
2023-04-21 10:37:50 +08:00 |
Haojun Liao
|
6c641cff39
|
fix(stream): fix error in start stream tasks.
|
2023-04-21 09:37:16 +08:00 |
dapan1121
|
95f4c81ac9
|
Merge pull request #20989 from taosdata/szhou/fix-ts3243
fix: do not performace table count scan optimized where there are no agg functions
|
2023-04-21 09:22:30 +08:00 |
Haojun Liao
|
5e6c06e253
|
fix(stream): fix the race condition during create new stream tasks.
|
2023-04-20 23:21:18 +08:00 |
Hui Li
|
a012fd2ce0
|
Merge pull request #20991 from taosdata/test/TS-3069-MAIN
add the cast that select field include two udf function
|
2023-04-20 19:44:08 +08:00 |
Haojun Liao
|
f9801ba9c5
|
enh(stream): stop stream asap.
|
2023-04-20 18:58:07 +08:00 |
Haojun Liao
|
cb686f8709
|
Merge pull request #20998 from taosdata/fix/liaohj_main
enh(stream): add more check to stop stream asap.
|
2023-04-20 18:49:54 +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 |
Haojun Liao
|
dc733352db
|
enh(stream): set the max input queue size to be 3000.
|
2023-04-20 17:38:10 +08:00 |
Haojun Liao
|
8323ad8670
|
enh(stream): add more check to stop stream asap.
|
2023-04-20 17:29:08 +08:00 |
Haojun Liao
|
23e285ac57
|
Merge pull request #20995 from taosdata/fix/liaohj_main
fix(stream): add lock during check wal to create new stream task.
|
2023-04-20 17:04:15 +08:00 |
Haojun Liao
|
b60b1796f7
|
fix(stream): add lock during check wal to create new stream task.
|
2023-04-20 15:53:41 +08:00 |
shenglian zhou
|
3a9dddd619
|
enhance: modify inside isEligibleAgg func
|
2023-04-20 15:11:12 +08:00 |
Xiaoyu Wang
|
0dad9322f3
|
fix: invalid identifier check
|
2023-04-20 15:08:41 +08:00 |
Alex Duan
|
4c0cdd8192
|
test: add udf2_dup test case
|
2023-04-20 14:34:38 +08:00 |
Alex Duan
|
c34c53539d
|
test: add udf2_dup test case
|
2023-04-20 14:32:32 +08:00 |
Benguang Zhao
|
a1ca9466cd
|
enh: adjust size limit of appyQ and negotiationWin
|
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 |
Alex Duan
|
977af4289b
|
test: fix udf1_dup error
|
2023-04-20 14:05:15 +08:00 |
shenglian zhou
|
cc78a6356c
|
fix: do not performace table count scan optimized where there are no agg functions
|
2023-04-20 13:54:22 +08:00 |
Alex Duan
|
ba0a6e087f
|
test: add the cast that select field include two udf function
|
2023-04-20 13:51:39 +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 |