Hongze Cheng
|
efbbaa4120
|
more code
|
2022-08-26 18:25:02 +08:00 |
|
Hongze Cheng
|
a224abef7e
|
more code
|
2022-08-26 18:06:27 +08:00 |
|
Hongze Cheng
|
71e1049377
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_optimize
|
2022-08-26 17:53:06 +08:00 |
|
Hongze Cheng
|
712bc9a0ba
|
more code
|
2022-08-26 17:47:37 +08:00 |
|
Hongze Cheng
|
daf5d42394
|
more code
|
2022-08-26 17:05:17 +08:00 |
|
Hongze Cheng
|
3b9e03ba17
|
more code
|
2022-08-26 16:56:42 +08:00 |
|
Hongze Cheng
|
90b32809c5
|
more code
|
2022-08-26 15:48:44 +08:00 |
|
Minglei Jin
|
083ce4e67d
|
fix: use sizeof(SBlockL) from aBlockL array's element size
|
2022-08-26 15:43:20 +08:00 |
|
Hongze Cheng
|
393ab4de7c
|
more code
|
2022-08-26 15:35:43 +08:00 |
|
Hongze Cheng
|
01fe1fc80c
|
more code
|
2022-08-26 13:36:42 +08:00 |
|
Hongze Cheng
|
341ff02624
|
more code
|
2022-08-26 13:33:16 +08:00 |
|
Hongze Cheng
|
c677d5494b
|
make it compile
|
2022-08-26 13:03:12 +08:00 |
|
Hongze Cheng
|
b833c3ef89
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_optimize
|
2022-08-26 13:01:15 +08:00 |
|
Hongze Cheng
|
61cfacd8c2
|
more code
|
2022-08-26 12:58:13 +08:00 |
|
Hongze Cheng
|
e3701fdcb1
|
Merge pull request #16427 from taosdata/fix/TD-18643
fix: return -1 if child table's uid not exist
|
2022-08-26 12:37:14 +08:00 |
|
Hongze Cheng
|
2acfc81c8b
|
more code
|
2022-08-26 11:08:21 +08:00 |
|
Haojun Liao
|
13563f1733
|
Merge pull request #16412 from taosdata/feature/3_liaohj
refactor(query): check table in uid order when handling the last block, and some internal refactor.
|
2022-08-26 10:44:27 +08:00 |
|
Hongze Cheng
|
039e4a0505
|
more code
|
2022-08-26 10:44:02 +08:00 |
|
Minglei Jin
|
2eacdf51fa
|
fix: return -1 if child table's uid not exist
|
2022-08-26 10:30:07 +08:00 |
|
Hongze Cheng
|
4a1447b666
|
make it compile
|
2022-08-26 10:12:36 +08:00 |
|
Hongze Cheng
|
5bbfc54504
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_optimize
|
2022-08-26 10:08:12 +08:00 |
|
Hongze Cheng
|
34abb83796
|
more code
|
2022-08-25 23:07:59 +08:00 |
|
Haojun Liao
|
5ea4c0a7c8
|
fix(query): update the uid list when tablemap is changed.
|
2022-08-25 23:04:07 +08:00 |
|
Hongze Cheng
|
2876f597f0
|
more code
|
2022-08-25 19:00:44 +08:00 |
|
Hongze Cheng
|
eb2fb724b1
|
more code
|
2022-08-25 18:15:20 +08:00 |
|
Haojun Liao
|
755176d28f
|
fix(query): add the null ptr check.
|
2022-08-25 17:32:27 +08:00 |
|
Hongze Cheng
|
f0be446e03
|
Merge pull request #16413 from taosdata/fix/TD-18112-2
fix: stats normal tables' timeseries
|
2022-08-25 17:13:47 +08:00 |
|
Hongze Cheng
|
cfa666f247
|
more code
|
2022-08-25 17:04:42 +08:00 |
|
Shengliang Guan
|
6dc8d005fe
|
Merge pull request #16406 from taosdata/enh/updateTbMeta
enh: update table meta after auto creating table
|
2022-08-25 16:39:32 +08:00 |
|
Haojun Liao
|
0ec1c52a19
|
fix(query): set ascending order of check last block.
|
2022-08-25 16:34:00 +08:00 |
|
Minglei Jin
|
85da71460e
|
fix: stats normal tables' timeseries
|
2022-08-25 16:22:55 +08:00 |
|
Haojun Liao
|
739457ad28
|
refactor: do some internal refactor.
|
2022-08-25 16:22:22 +08:00 |
|
Haojun Liao
|
0d14fa9aad
|
fix(query): reset the table accesss index.
|
2022-08-25 16:06:54 +08:00 |
|
Hongze Cheng
|
c1462d726a
|
more code
|
2022-08-25 15:35:55 +08:00 |
|
Haojun Liao
|
b09ee742d5
|
refactor(query): check table in uid order when handling the last block, and some internal refactor.
|
2022-08-25 15:31:48 +08:00 |
|
dapan1121
|
a0ae0c78d9
|
enh: update table meta after auto creating table
|
2022-08-25 15:16:14 +08:00 |
|
Hongze Cheng
|
c3304c48bf
|
more code
|
2022-08-25 14:43:54 +08:00 |
|
Shengliang Guan
|
4c280dc236
|
Merge pull request #16386 from taosdata/enh/updateTbMeta
enh: update table meta cache after creating table
|
2022-08-25 14:32:43 +08:00 |
|
Shengliang Guan
|
2b3a760ae1
|
Merge pull request #16372 from taosdata/main
release: merge from main to 3.0
|
2022-08-25 13:33:24 +08:00 |
|
dapan1121
|
4ab25b856f
|
Merge remote-tracking branch 'origin/3.0' into enh/updateTbMeta
|
2022-08-25 13:23:16 +08:00 |
|
Hongze Cheng
|
beab5f1fe3
|
more code
|
2022-08-25 11:55:43 +08:00 |
|
Haojun Liao
|
1c06206000
|
other:merge 3.0
|
2022-08-25 11:01:36 +08:00 |
|
Hongze Cheng
|
b8a70bc5b0
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_optimize
|
2022-08-25 10:05:50 +08:00 |
|
Cary Xu
|
23098a08cf
|
other: revert to 3.0
|
2022-08-24 18:18:53 +08:00 |
|
Cary Xu
|
39cd95d825
|
fix: while condition
|
2022-08-24 18:15:37 +08:00 |
|
Cary Xu
|
0e094b3811
|
other: merge 3.0
|
2022-08-24 18:12:21 +08:00 |
|
Cary Xu
|
a6fa87fb6a
|
enh: add specific threads for rsma task
|
2022-08-24 17:36:22 +08:00 |
|
Hongze Cheng
|
6003158b22
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_optimize
|
2022-08-24 17:29:39 +08:00 |
|
Hongze Cheng
|
f95c0013ef
|
more code
|
2022-08-24 17:29:28 +08:00 |
|
Haojun Liao
|
a23f5f59ea
|
refactor(query): do some internal refactor.
|
2022-08-24 17:09:33 +08:00 |
|