54liuyao
|
0778bf8857
|
stream session operator
|
2022-05-25 09:05:03 +08:00 |
Haojun Liao
|
a4e38ed7ca
|
enh(query): return open/total cost for each operator.
|
2022-05-24 15:54:39 +08:00 |
Haojun Liao
|
e8c03c576a
|
other: merge 3.0
|
2022-05-24 11:32:48 +08:00 |
Haojun Liao
|
60e7e2ae6f
|
enh(query): add more information regarding analyze sql execution.
|
2022-05-24 11:29:51 +08:00 |
Xiaoyu Wang
|
dec850677b
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-05-23 19:50:33 +08:00 |
Xiaoyu Wang
|
8da52cbb04
|
feat: tag index filter plan
|
2022-05-23 19:50:08 +08:00 |
yihaoDeng
|
7da509b2f2
|
enh: index filter interface
|
2022-05-23 17:31:36 +08:00 |
dapan1121
|
403b2ba1c2
|
Merge pull request #12731 from taosdata/feature/async
feat: add catalog async api
|
2022-05-23 12:52:11 +08:00 |
54liuyao
|
42fcb433dc
|
fix(stream):adjust bloom filter
|
2022-05-23 11:30:22 +08:00 |
dapan1121
|
9d6475fa09
|
Merge remote-tracking branch 'origin/3.0' into feature/async
|
2022-05-23 09:26:48 +08:00 |
yihaoDeng
|
fb4982f8ca
|
merge 3.0
|
2022-05-22 21:41:55 +08:00 |
afwerar
|
5acf419019
|
fix(os): win not close file ctest error
|
2022-05-21 23:47:39 +08:00 |
yihaoDeng
|
4d18fa0875
|
enh: refator index/transport code
|
2022-05-21 17:29:50 +08:00 |
54liuyao
|
cacc7364d7
|
fix(stream): avoid check data update for tmq
|
2022-05-21 15:41:36 +08:00 |
Haojun Liao
|
6466187a63
|
Merge pull request #12788 from taosdata/feature/3_liaohj
fix(query): specify the primary timestamp column in ssdatablock
|
2022-05-21 14:46:08 +08:00 |
Haojun Liao
|
e162d717ff
|
Merge branch '3.0' into feature/3_liaohj
|
2022-05-21 14:10:04 +08:00 |
Haojun Liao
|
c96036a7c4
|
fix(query): add null value check before update the block window info
|
2022-05-21 14:08:00 +08:00 |
Haojun Liao
|
00821527be
|
fix(query): specify the primary timestamp column in ssdatablock when update the time range of ssdatablock.
|
2022-05-21 11:02:53 +08:00 |
Haojun Liao
|
800aa60588
|
Merge pull request #12779 from taosdata/feature/3_liaohj
fix(query): set buffer page dirty when place data in it.
|
2022-05-21 10:33:55 +08:00 |
Haojun Liao
|
03c916b436
|
fix(query): set buffer page dirty when place data in it.
|
2022-05-20 23:59:17 +08:00 |
Haojun Liao
|
25e2a9dd72
|
refactor: do some internal refactor, and set the correct intermediate buffer size for average function.
|
2022-05-20 23:58:34 +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 |
dapan1121
|
a353b1a1fb
|
refresh meta
|
2022-05-20 18:00:05 +08:00 |
Haojun Liao
|
ee470a9427
|
other: merge 3.0
|
2022-05-20 17:12:04 +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 |
Haojun Liao
|
5e819fbdb3
|
fix(query): assign the group id in the ssdatablock when generating grouped results.
|
2022-05-20 16:50:39 +08:00 |
dapan1121
|
40a3f02463
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-05-20 15:38:45 +08:00 |
WANG MINGMING
|
c715ee5993
|
Merge pull request #12719 from taosdata/feature/TD-13041
fea: add select json from table
|
2022-05-20 13:15:49 +08:00 |
Haojun Liao
|
7b55cb0df2
|
fix(query): set the correct number of expressions.
|
2022-05-20 12:06:29 +08:00 |
dapan1121
|
af429ca64e
|
Merge remote-tracking branch 'origin/3.0' into feature/async
|
2022-05-20 09:21:40 +08:00 |
Haojun Liao
|
c84e666fab
|
fix(query): remove the false alarm in aggregate operator when handling the stream computing.
|
2022-05-20 00:29:14 +08:00 |
Haojun Liao
|
cded09bf79
|
enh(query): limit the rsp ssdatablock size.
|
2022-05-19 23:47:27 +08:00 |
wangmm0220
|
d48d98f094
|
fea:add select json logic
|
2022-05-19 22:10:20 +08:00 |
dapan1121
|
d472c28142
|
update table meta based on query sversion
|
2022-05-19 22:08:06 +08:00 |
wangmm0220
|
6c26b6230f
|
fea:add select json logic
|
2022-05-19 17:57:14 +08:00 |
wangmm0220
|
91dc9e9089
|
fea:add select json logic
|
2022-05-19 17:46:28 +08:00 |
Haojun Liao
|
f636806c2a
|
other: merge 3.0
|
2022-05-19 17:07:01 +08:00 |
Haojun Liao
|
4c3f6f11eb
|
fix(query): set hasNull flag to be true when initializing columnInfodata by default.
|
2022-05-19 16:58:30 +08:00 |
Haojun Liao
|
e0b9da9c3d
|
refactor: do some internal refactor.
|
2022-05-19 16:49:43 +08:00 |
Haojun Liao
|
14998af2b8
|
Merge pull request #12669 from taosdata/feature/3_liaohj
enh(query): record and return the schema version and tags version of the queried table.
|
2022-05-19 16:48:37 +08:00 |
Haojun Liao
|
90a6ec0917
|
fix(query): release meta reader after initializing it.
|
2022-05-19 16:16:16 +08:00 |
slzhou
|
83f4d1286e
|
fix: executor process express tree scalar execution error
|
2022-05-19 11:20:27 +08:00 |
wangmm0220
|
e818e27902
|
fea:add select json logic
|
2022-05-18 22:13:38 +08:00 |
Liu Jicong
|
f2ee70efb1
|
merge from 3.0
|
2022-05-18 21:25:23 +08:00 |
Liu Jicong
|
a696ed583a
|
test(stream): _wstartts should be reverse quoted
|
2022-05-18 21:23:06 +08:00 |
Haojun Liao
|
47e6e95866
|
enh(query): record and return the schema version and tags version of current queried table.
|
2022-05-18 20:39:00 +08:00 |
54liuyao
|
5ca0e81bba
|
stream final interval operator
|
2022-05-18 19:41:29 +08:00 |
shenglian-zhou
|
1fecbd2587
|
Merge pull request #12657 from taosdata/feature/udf
fix: improve udf function misuse stability
|
2022-05-18 18:37:57 +08:00 |