Commit graph

1391 commits

Author SHA1 Message Date
Haojun Liao
97024f1468 fix(query): fix coverity issue. 2023-02-24 09:48:34 +08:00
dapan1121
05c7bc170e
Merge pull request #20098 from taosdata/feat/TS-2671
feat(query): optimize percentile function performance
2023-02-23 10:24:06 +08:00
Ganlin Zhao
9102c7a42a change repeat_scan to pre_scan 2023-02-22 10:22:10 +08:00
Ganlin Zhao
fea9126453 remove debug logs 2023-02-22 10:07:03 +08:00
Ganlin Zhao
961ac26f92 Revert "add perf logs"
This reverts commit f7a8393c47.
2023-02-22 10:04:35 +08:00
Ganlin Zhao
61de3b179a Revert "add stats"
This reverts commit 09ce818223.
2023-02-22 10:04:28 +08:00
Ganlin Zhao
7e01d092a2 optimize repeat scan 2023-02-22 09:25:18 +08:00
Ganlin Zhao
09ce818223 add stats 2023-02-20 19:35:06 +08:00
Ganlin Zhao
f7a8393c47 add perf logs 2023-02-20 15:23:11 +08:00
Ganlin Zhao
28693ce285 feat(query): allow percentile function to take multiple params
to enhance performance
2023-02-20 14:07:24 +08:00
Xiaoyu Wang
c597de099f merge main 2023-02-20 13:41:27 +08:00
Haojun Liao
61a7751b57 fix(query): fix bug in tIntToHex and add test case. 2023-02-14 10:12:13 +08:00
Haojun Liao
0030c4b5ee refactor(query): opt perf by remove some functions. 2023-02-03 14:24:00 +08:00
Haojun Liao
645c45a274 refactor(query): opt perf by remove some functions. 2023-02-03 10:28:12 +08:00
54liuyao
fa43fc455a refactor stream interval build result data 2023-02-01 17:27:03 +08:00
Xiaoyu Wang
0b1bb7a1fb merge 3.0 2023-01-16 17:55:35 +08:00
Haojun Liao
67a291955e fix(query): initialize output buffer for each output. 2023-01-11 17:36:01 +08:00
54liuyao
d5ade95b31 feat(stream):user define tag 2023-01-10 10:13:56 +08:00
Haojun Liao
972f9b6948 refactor: do some internal refactor. 2023-01-07 00:59:05 +08:00
Haojun Liao
9dd07cc1e1 other:merge main. 2023-01-06 12:54:26 +08:00
Shengliang Guan
3016f35e9f Merge branch '3.0' into merge/mainto3.0_0105 2023-01-05 16:08:23 +08:00
Haojun Liao
44e103a6a9 enh(query): remove unnecessary malloc. 2023-01-05 09:38:01 +08:00
Haojun Liao
b0885dddba fix(query): update the hash function for varchar data. 2023-01-04 18:47:12 +08:00
Liu Jicong
5ee7e7aed9 fix: init tsdb read snap 2023-01-04 17:55:00 +08:00
Haojun Liao
c6512b09e8 fix(query): memset the resultrow info 2023-01-04 17:29:02 +08:00
Haojun Liao
c7020e0b82 fix(query): add error check. 2023-01-04 17:08:40 +08:00
Haojun Liao
fbf728f807 enh(query):init result row size. 2023-01-04 17:02:56 +08:00
Minglei Jin
625bf9992f
Merge branch '3.0' into fix/long_query 2023-01-04 15:15:51 +08:00
Liu Jicong
e30c00875c enh: close tsdb reader 2023-01-04 15:14:00 +08:00
Shengliang Guan
848b16b8f6
Merge pull request #19345 from taosdata/feature/3_liaohj
enh(query): opt filter perf.
2023-01-04 13:22:24 +08:00
Haojun Liao
5a343bd01c fix(query): increase the index when handling the var data type. 2023-01-04 11:48:54 +08:00
Haojun Liao
e07c30be1c fix(query): clear the length before append var data. 2023-01-04 00:49:38 +08:00
Haojun Liao
1a97a659bc fix(query): fix error in filter. 2023-01-04 00:19:04 +08:00
Haojun Liao
00c2d382b1 fix(query): opt filter perf. 2023-01-03 22:45:02 +08:00
Haojun Liao
5c0fd80195 fix(query): fix memory leak. 2023-01-03 19:45:41 +08:00
Haojun Liao
05a2eeed44 fix(query): fix memory leak. 2023-01-03 19:36:53 +08:00
Haojun Liao
bf70cdb474 enh(query): opt filter perf. 2023-01-03 19:35:38 +08:00
Haojun Liao
4dce537a8a enh(query): opt filter perf. 2023-01-03 19:27:16 +08:00
Haojun Liao
53c3cbd661 enh(query): support event window. 2023-01-03 17:41:10 +08:00
dapan1121
47e885da07 fix: evac page failed issue cause of disk full 2023-01-03 15:40:40 +08:00
Shengliang Guan
25e9d94f5b
Merge pull request #19244 from taosdata/feature/stream_main
enh: put func state into tdb
2022-12-29 17:17:29 +08:00
Liu Jicong
7721353b6b enh: put func state into tdb 2022-12-29 12:39:07 +08:00
dapan1121
4a142018da
Merge pull request #19224 from taosdata/fix/TD-21561
fix(query): fix count/hyperloglog return additional row in group by when queryPolicy is set to 3.
2022-12-29 12:28:28 +08:00
Ganlin Zhao
24b2ee0fff fix(query): fix count/hyperloglog return additional row in group by
when queryPolicy is set to 3.
2022-12-28 17:29:07 +08:00
Shengliang Guan
c844922aef
Merge pull request #19172 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
2022-12-27 16:07:23 +08:00
Haojun Liao
1a07451bc3 refactor: do some internal refactor. 2022-12-26 13:45:25 +08:00
Haojun Liao
a5165ab5e7 refactor: do some internal refactor. 2022-12-26 10:58:17 +08:00
Shengliang Guan
028cc52846
Merge pull request #19116 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
2022-12-26 09:12:35 +08:00
Haojun Liao
a4213aedf0 refactor: do some internal refactor. 2022-12-23 17:23:31 +08:00
dapan1121
294a437657 fix: fix percentile + interval res error 2022-12-20 19:50:09 +08:00