Commit Graph

1404 Commits

Author SHA1 Message Date
Ganlin Zhao 1081d68858 add inherit from upstream order option for exchange 2023-03-01 11:36:41 +08:00
Ganlin Zhao c8a41e3444 fix(query): make exchange operator inherit input order from upstream 2023-03-01 11:36:30 +08:00
Haojun Liao f1f9e570e6 Merge branch '3.0' into fix/3_coverity 2023-02-28 16:03:28 +08:00
Haojun Liao 60188e82a6 fix(query): fix coverity issue. 2023-02-28 13:42:19 +08:00
Xiaoyu Wang d6dd087f84 merge main 2023-02-25 10:29:20 +08:00
Xiaoyu Wang 5856a39827
Merge pull request #20123 from taosdata/fix/3.0_merge_main
merge main
2023-02-25 10:01:26 +08:00
Haojun Liao de0f55e804 fix(query): expand output buffer. 2023-02-24 16:04:00 +08:00
Haojun Liao 22aa03307c fix(query): fix syntax errors on centos. 2023-02-24 11:38:54 +08:00
Haojun Liao 97024f1468 fix(query): fix coverity issue. 2023-02-24 09:48:34 +08:00
Xiaoyu Wang 1ab144609e merge main 2023-02-23 14:58:22 +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
Haojun Liao 4432ae51e6
Merge branch 'main' into fix/liaohj 2023-02-23 09:04:32 +08:00
Haojun Liao 8532de31cf refactor: remove assert. 2023-02-22 14:32:39 +08:00
Haojun Liao 82067f3bd2 fix(query): fix coverity issues. 2023-02-22 13:38:13 +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 8d187efc18 refactor:do some internal refactor. 2023-02-20 10:04:08 +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