Commit graph

506 commits

Author SHA1 Message Date
Haojun Liao
d680da3380 fix(query): fix sma info in query procesing. 2022-08-09 18:35:10 +08:00
Haojun Liao
8b86d7342d fix(query): check the sma load status, and return if succeed. 2022-08-09 17:21:31 +08:00
Xiaoyu Wang
07ef00e89f merge 3.0 2022-08-09 11:36:08 +08:00
dapan1121
63eea61cae fix: fix show stables in sysdb result error 2022-08-08 18:13:35 +08:00
Haojun Liao
4d8842c21f other:merge 3.0 2022-08-08 16:37:37 +08:00
Haojun Liao
447b2cb9f1 fix(query): update the load data log. 2022-08-08 12:56:03 +08:00
Haojun Liao
1063064a59 enh(query): support filter by SMA. 2022-08-05 17:40:40 +08:00
Cary Xu
14d396b081 fix: memory leaks in taosd when use metaGetTableEntryByUid 2022-08-05 16:22:57 +08:00
Haojun Liao
0e4748771a enh(query): support combine multi datablock to pass to upstream operators 2022-08-05 14:10:45 +08:00
Cary Xu
82c440955a fix: solve rsma memory leak 2022-08-04 21:31:13 +08:00
Cary Xu
1231c8014b fix: solve rsma memory leak 2022-08-04 21:27:01 +08:00
Haojun Liao
4cd7af0ecf other: merge 3.0 2022-08-03 19:02:43 +08:00
Haojun Liao
2a8da022de refactor: do some internal refactor. 2022-08-03 19:01:06 +08:00
Haojun Liao
caa5378d8e refactor: do some internal refactor. 2022-08-03 17:12:10 +08:00
Haojun Liao
074500805c refactor: set filter function for last_row function. 2022-08-03 15:34:42 +08:00
dapan1121
517b03a6fc
Merge pull request #15663 from taosdata/enh/addAppStat
enh: support app level stat
2022-08-02 15:07:26 +08:00
Haojun Liao
770cc74e7f refactor: do some internal refactor. 2022-08-02 14:19:15 +08:00
Haojun Liao
fe55671253 fix(query): fix syntax error. 2022-08-01 23:43:01 +08:00
Haojun Liao
6671420e49 fix(query): set correct json tag. 2022-08-01 23:30:25 +08:00
dapan1121
cc3a7375ed enh: support app level stat 2022-08-01 20:47:08 +08:00
Haojun Liao
bbcba1855d Merge branch '3.0' into feature/3_liaohj 2022-08-01 20:09:42 +08:00
54liuyao
b3d104349f feat(stream):optimize stream update scan 2022-08-01 17:09:46 +08:00
Haojun Liao
24218752ab refactor: optimize tablescan perf. 2022-08-01 16:41:14 +08:00
Haojun Liao
a2a2dbd68a refactor: optimize the build block perf. 2022-08-01 13:11:32 +08:00
Liu Jicong
f24f2eff42 merge 3.0 2022-07-30 13:03:12 +08:00
Liu Jicong
6c250e75cd fix(stream): forbid histogram in stream 2022-07-29 21:28:18 +08:00
Haojun Liao
cd5491fea1 fix(query): remove invalid code. 2022-07-29 19:00:12 +08:00
Haojun Liao
9ee13ca254 other: merge 3.0 2022-07-29 18:03:42 +08:00
Haojun Liao
78bbfcb4bc refactor: do some internal refactor and opt query performance. 2022-07-29 09:56:03 +08:00
Cary Xu
0dcb3a5da1 fix: assign uid for rsma by physical plan 2022-07-28 17:07:47 +08:00
Xiaoyu Wang
cd25d2dc60
Merge pull request #15456 from taosdata/feature/3.0_debug_wxy
fix: db options rename
2022-07-27 15:02:20 +08:00
Xiaoyu Wang
f977117c6c fix: db options rename 2022-07-27 11:55:19 +08:00
Liu Jicong
3fa5791889 fix(stream): dispatch 2022-07-27 10:52:25 +08:00
shenglian zhou
b870b6381f fix: save sort exec info into table merge scan struct and use it when explain 2022-07-26 11:14:17 +08:00
shenglian zhou
0494f4a6e9 fix: fix table merge scan memory leak 2022-07-25 16:41:32 +08:00
Xiaoyu Wang
cf8bf7bd39 Merge remote-tracking branch 'origin/szhou/fix/udf' into feature/3.0_debug_wxy 2022-07-25 15:35:14 +08:00
Xiaoyu Wang
bf18385e00 merge szhou/fix/udf 2022-07-25 15:34:58 +08:00
shenglian zhou
66bad33c9e fix: fix compilation error 2022-07-25 15:34:11 +08:00
shenglian zhou
9e9a12cb09 fix: fix memory leak of pseduo col computation in table merge scan 2022-07-25 15:23:43 +08:00
Xiaoyu Wang
015193e816 feat: super table order by primary key optimization 2022-07-25 15:17:53 +08:00
shenglian zhou
d3149ce8fd fix: change tag_type to string and remove quote from tag_value and normal notation is used for float/double 2022-07-24 19:59:19 +08:00
Liu Jicong
072fe10013
Merge pull request #15361 from taosdata/feature/tq
fix(tmq): correctly set reader status
2022-07-23 20:40:14 +08:00
Liu Jicong
095f6aa4e0 fix(tmq): correctly set reader status 2022-07-23 20:07:16 +08:00
Haojun Liao
cf572edcb4
Merge pull request #15323 from taosdata/feature/3_liaohj
fix(query): update the time range after filter data block.
2022-07-23 14:55:29 +08:00
Haojun Liao
e00528eead refactor: do some internal refactor. 2022-07-23 09:59:37 +08:00
54liuyao
b7e84b3caf feat(stream): optimize result 2022-07-23 09:57:27 +08:00
Haojun Liao
4a7a85ab07 other: merge 3.0 2022-07-23 00:02:53 +08:00
Haojun Liao
4d4a52245d fix(query): update the time range after filter data block. 2022-07-22 23:52:48 +08:00
Haojun Liao
998dedb9fa other: merge 3.0 2022-07-22 21:16:52 +08:00
54liuyao
b28553395f feat(stream): adjust stream scan 2022-07-22 20:13:37 +08:00