Haojun Liao
|
e9936db95e
|
other: merge 3.0
|
2022-07-23 09:37:23 +08:00 |
|
Haojun Liao
|
998dedb9fa
|
other: merge 3.0
|
2022-07-22 21:16:52 +08:00 |
|
Haojun Liao
|
6f4851a6a2
|
refactor: do some internal refactor.
|
2022-07-22 14:38:28 +08:00 |
|
Liu Jicong
|
c82bda25e2
|
refactor(tmq): add debug log
|
2022-07-21 21:48:05 +08:00 |
|
Haojun Liao
|
9d565752c4
|
fix(query): extract schema before creating stream scanner.
|
2022-07-21 13:51:39 +08:00 |
|
Haojun Liao
|
c2d588a118
|
other:merge 3.0
|
2022-07-21 11:29:34 +08:00 |
|
Haojun Liao
|
ee34c3bb3e
|
fix(query): add query involved column info
|
2022-07-21 11:20:30 +08:00 |
|
Haojun Liao
|
dae00fd10c
|
Merge pull request #15221 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor and add some logs.
|
2022-07-21 11:14:56 +08:00 |
|
Haojun Liao
|
abfa6d9162
|
refactor(query): do some internal refactor and add some logs.
|
2022-07-20 22:38:19 +08:00 |
|
Liu Jicong
|
edaec52bca
|
refactor: add debug flag
|
2022-07-19 19:59:07 +08:00 |
|
Liu Jicong
|
414673db57
|
Merge branch '3.0' into feature/stream
|
2022-07-19 19:46:36 +08:00 |
|
Liu Jicong
|
24bc71568e
|
refactor(stream): batch optimization for submit msg
|
2022-07-19 18:29:12 +08:00 |
|
Haojun Liao
|
179709f814
|
fix(query): assign the subplan to belong to task struct
|
2022-07-19 17:37:40 +08:00 |
|
Haojun Liao
|
79b0240a87
|
fix(query): fix some memory leak.
|
2022-07-19 16:34:26 +08:00 |
|
Haojun Liao
|
cd2eaf0152
|
fix(query): set the output column number for subscribe.
|
2022-07-19 16:01:28 +08:00 |
|
Liu Jicong
|
bc1af6deaf
|
refactor(stream): batch optimization for submit msg
|
2022-07-19 15:52:08 +08:00 |
|
Haojun Liao
|
eebbbce4f3
|
fix(query): filter new added child table for stream scan operator.
|
2022-07-18 15:31:39 +08:00 |
|
Liu Jicong
|
8a6e4b877a
|
refactor(stream): simple batch
|
2022-07-13 16:37:33 +08:00 |
|
Liu Jicong
|
d637ffe22c
|
refactor(tmq): prepare only needed
|
2022-07-12 14:10:22 +08:00 |
|
Liu Jicong
|
f9ba552496
|
Merge pull request #14739 from taosdata/feature/stream
fix(wal): read after rolling
|
2022-07-10 21:45:31 +08:00 |
|
Liu Jicong
|
219d966b25
|
fix(wal): read after rolling
|
2022-07-10 21:02:25 +08:00 |
|
Haojun Liao
|
7dc7f478de
|
refactor: do some internal refactor and fix some memory leak.
|
2022-07-10 17:34:21 +08:00 |
|
Liu Jicong
|
3cd5a35054
|
refactor(stream): internal refactor
|
2022-07-08 17:48:34 +08:00 |
|
Liu Jicong
|
866e4c4be0
|
refactor(stream): internal refactor
|
2022-07-07 17:56:52 +08:00 |
|
Liu Jicong
|
db23b07ae1
|
merge from 3.0
|
2022-07-06 21:12:46 +08:00 |
|
Liu Jicong
|
8c5dbde918
|
refactor(stream): stream reader created in scanner
|
2022-07-06 14:20:07 +08:00 |
|
Hongze Cheng
|
ddb198de23
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_refact
|
2022-07-04 03:42:50 +00:00 |
|
Liu Jicong
|
4a2b266612
|
feat(stream): support ignore expired flag
|
2022-07-02 10:59:29 +08:00 |
|
Liu Jicong
|
c2955a807b
|
feat(tmq): offset support snapshot
|
2022-06-29 21:04:51 +08:00 |
|
Haojun Liao
|
f2b83dfb4a
|
fix(query):check null ptr.
|
2022-06-29 10:35:07 +08:00 |
|
Haojun Liao
|
5efd5a3b6d
|
fix(query):adjust api for retrieve lastrow in executor.
|
2022-06-28 23:24:20 +08:00 |
|
Liu Jicong
|
bdd4134fc1
|
Revert "fix(sma): drop stream when drop sma"
|
2022-06-25 18:11:11 +08:00 |
|
Liu Jicong
|
47ae534c0f
|
fix(sma): drop stream when drop sma
|
2022-06-25 17:44:54 +08:00 |
|
Liu Jicong
|
f53521cb8c
|
test(stream): partition by tbname
|
2022-06-24 16:50:11 +08:00 |
|
Liu Jicong
|
b884ca9db7
|
refactor(stream): seperate stream scheduling and persistence
|
2022-06-24 14:19:12 +08:00 |
|
Liu Jicong
|
4ed47a0296
|
feat(tmq): scan tsdb as snapshot
|
2022-06-23 13:35:24 +08:00 |
|
Liu Jicong
|
14a488c92c
|
feat(stream): stream support multiple type input
|
2022-06-22 21:21:39 +08:00 |
|
Cary Xu
|
565a11330d
|
Merge pull request #14010 from taosdata/feature/TD-14481-3.0
feat: fetch rsma result by timer supported
|
2022-06-20 17:12:43 +08:00 |
|
Cary Xu
|
fcfd5c250d
|
feat: fetch rsma result by timer supported
|
2022-06-20 15:21:30 +08:00 |
|
Liu Jicong
|
53ef66961a
|
feat(stream): support snode
|
2022-06-20 14:29:18 +08:00 |
|
Haojun Liao
|
2360f072a8
|
fix(query): add indef process procedure.
|
2022-06-16 11:43:11 +08:00 |
|
Liu Jicong
|
8eb08fa0d4
|
feat(stream): trigger mode add max delay
|
2022-06-15 16:11:20 +08:00 |
|
Haojun Liao
|
d87bb5f3fa
|
refactor(query): set the block groupId for stream block.
|
2022-05-27 10:03:45 +08:00 |
|
Liu Jicong
|
9ad18b8c2d
|
Merge pull request #12776 from taosdata/feature/3_liaohj
fix(query): ignore the check of qualified table id.
|
2022-05-20 23:15:50 +08:00 |
|
Haojun Liao
|
2964542617
|
fix(query): ignore the check of qualified table id.
|
2022-05-20 22:45:43 +08:00 |
|
dapan1121
|
d0aa9436e4
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-05-20 21:05:21 +08:00 |
|
Haojun Liao
|
fa84d0585b
|
enh(query): enable remove the candidate table ids in the stream scanner.
|
2022-05-20 17:07:53 +08:00 |
|
dapan1121
|
d472c28142
|
update table meta based on query sversion
|
2022-05-19 22:08:06 +08:00 |
|
Haojun Liao
|
f636806c2a
|
other: merge 3.0
|
2022-05-19 17:07:01 +08:00 |
|
Haojun Liao
|
e0b9da9c3d
|
refactor: do some internal refactor.
|
2022-05-19 16:49:43 +08:00 |
|