Commit graph

1043 commits

Author SHA1 Message Date
wangjiaming0909
1509ce04cf test tsma 2024-04-16 14:17:12 +08:00
wangjiaming0909
403f743301 agg tsma 2024-04-16 14:14:40 +08:00
wangjiaming0909
54100b1c0d add tsma test, fix catalog cache update 2024-04-16 14:14:40 +08:00
wangjiaming0909
54666c953f test for tsma 2024-04-16 14:14:40 +08:00
wangjiaming0909
85beb0b441 tsma query explain and add test 2024-04-16 14:14:40 +08:00
wangjiaming0909
a438a77e78 rewrite tbname for partition by tbname 2024-04-16 14:14:40 +08:00
wangjiaming0909
02e36d37fd create tsma subtable with concat tbname 2024-04-16 14:14:40 +08:00
wangjiaming0909
c94a262f22 revise plan for tsma optimization 2024-04-16 14:14:39 +08:00
wangjiaming0909
895a4584e6 generate tsma plan 2024-04-16 14:14:39 +08:00
wangjiaming0909
4b6fb0ffc6 tsma optimization 2024-04-16 14:14:39 +08:00
wangjiaming0909
0fd66d7e8a tsma optimization 2024-04-16 14:14:39 +08:00
dapan1121
7621d72e04
Merge branch '3.0' into feat/TD-27337 2024-04-16 13:33:25 +08:00
Haojun Liao
e0cb17211b
Merge pull request #25358 from taosdata/feat/TS-4243-3.0
fix: extracted data block shall initialize pks of datablock info
2024-04-16 13:30:48 +08:00
dapan1121
1d24b3da77 fix: compile issues 2024-04-16 09:46:58 +08:00
dapan1121
55d118d17c Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-04-16 09:12:04 +08:00
dapan1121
34a943a1f2
Merge pull request #25242 from taosdata/feat/ly_query
adj last function
2024-04-15 16:04:23 +08:00
slzhou
5f28ee0e52 fix: wrongly changed the column type of pk col during last row scan optimize 2024-04-15 11:28:09 +08:00
dapan1121
6f8040c754 fix: join condition issue 2024-04-12 17:24:33 +08:00
dapan1121
319ab5f2c2 enh: support hash join 2024-04-12 15:44:23 +08:00
dapan1121
86db8efcda enh: support hash join 2024-04-10 19:27:36 +08:00
Minglei Jin
dcd9901d5f Merge branch '3.0' into feat/TS-4243-3.0 2024-04-10 11:18:19 +08:00
dapan1121
5091247957
Merge pull request #25232 from taosdata/feat/TD-29093/2
Feat/td 29093/2
2024-04-10 09:18:15 +08:00
slzhou
e0f1e8502e fix: add pk col to last row scan cols 2024-04-10 09:03:04 +08:00
54liuyao
20efb35c6e add tag for split plan 2024-04-09 19:09:20 +08:00
54liuyao
0f6e87b3c9 add tag for last row 2024-04-09 14:53:50 +08:00
dapan1121
8407eb3791 enh: outer join performance optimization 2024-04-09 09:48:38 +08:00
54liuyao
e0a5b2dd9d split last tag 2024-04-08 08:55:13 +08:00
dapan1121
337f39191e fix: eliminate project issue 2024-04-03 18:35:50 +08:00
dapan1121
4217223a6a fix: join merge block issue 2024-04-03 09:54:49 +08:00
54liuyao
537395e845 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-03 09:54:10 +08:00
dapan1121
5934a137dd fix: group cache fetch issue 2024-04-02 16:09:32 +08:00
kailixu
77d912c210 fix: primary key should not be null or none 2024-04-02 14:39:13 +08:00
factosea
3257c7c082 fix: tag is null when table is empty 2024-04-01 19:44:26 +08:00
dapan1121
0fb672d8a6 enh: optimize join performance 2024-04-01 15:24:12 +08:00
54liuyao
39a89c20bd Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-29 13:53:22 +08:00
slzhou
fe1a7e4b9c feat: add pk col to scan cols of scan logic node of delete operation 2024-03-29 11:05:45 +08:00
dapan1121
26a93847c3 enh: optimize outer join 2024-03-29 08:28:33 +08:00
dapan1121
4208557d6d fix: count(*) rewrite issue 2024-03-28 16:44:07 +08:00
dapan1121
74cef4ac6b fix: window join filter issue 2024-03-28 13:45:55 +08:00
54liuyao
135bdb37a0 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-26 16:38:51 +08:00
slzhou
f778dce52d fix: add pk for merge generated during merge scan node split 2024-03-26 14:13:10 +08:00
dapan1121
3f71b53101 fix: case issues 2024-03-26 08:42:17 +08:00
54liuyao
a02535c3ab Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-25 11:15:21 +08:00
slzhou
f9a6243859 fix: add pk col after ts col to make operator of show table distributed super_table work 2024-03-25 09:38:50 +08:00
dapan1121
91d3848c71 fix: case issue 2024-03-23 20:24:50 +08:00
Haojun Liao
ef6ea16d64 other: merge 3.0 2024-03-22 17:57:25 +08:00
dapan1121
e6caf6fd43 fix: binary copy and case issue 2024-03-22 11:02:21 +08:00
dapan1121
3835a5b349 fix: error log and union issue 2024-03-22 08:47:07 +08:00
54liuyao
680f96156f Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-22 08:37:42 +08:00
slzhou
8d5bed5076 feat: diff/derivate/irate/twa do not support desc order 2024-03-21 15:11:54 +08:00