Xiaoyu Wang
|
586b3945d1
|
feat: last queries with tags output can be read from cache
|
2023-04-19 13:09:11 +08:00 |
Xiaoyu Wang
|
6669c3a5ad
|
feat: last queries with tags output can be read from cache
|
2023-04-18 17:13:14 +08:00 |
shenglian zhou
|
71d59281ff
|
fix: select * from (select * from t order by ts desc) order by ts
|
2023-04-10 14:03:56 +08:00 |
Xiaoyu Wang
|
0e53e578a7
|
Merge pull request #20748 from taosdata/fix/TD-23473
ehn(plan/optimizer): remove tbname fetching with cached groupby
|
2023-04-04 09:36:56 +08:00 |
Minglei Jin
|
6a3bcf4a71
|
ehn(plan/optimizer): remove tbname fetching with cached groupby
|
2023-04-03 19:08:57 +08:00 |
Xiaoyu Wang
|
10979f6fc2
|
fix: when the set operator statement is used for subquery, the outer layer filtering fails.
|
2023-03-30 13:34:35 +08:00 |
Xiaoyu Wang
|
f30cb8e527
|
fix: when the set operator statement is used for subquery, the outer layer filtering fails.
|
2023-03-30 10:58:33 +08:00 |
Haojun Liao
|
0d9d2ea293
|
fix(query): do some internal refactor, and fix the bug when calender time duration exists in sliding and offset.
|
2023-02-17 18:31:32 +08:00 |
Xiaoyu Wang
|
3382a24a69
|
merge main
|
2023-02-10 18:03:11 +08:00 |
54liuyao
|
40987fa507
|
feat:do not check whether the expired data has been update
|
2023-02-09 11:14:28 +08:00 |
Xiaoyu Wang
|
98e2fa2d7b
|
feat: add ignore update option for create stream
|
2023-02-08 18:46:12 +08:00 |
Xiaoyu Wang
|
8b6a50d970
|
feat: add explain test case
|
2023-02-07 18:35:42 +08:00 |
Xiaoyu Wang
|
5d499e52f9
|
merge main
|
2023-02-03 17:13:11 +08:00 |
Xiaoyu Wang
|
637195ce94
|
fix: the problem of creating a stream without partition by clause
|
2023-02-01 17:27:03 +08:00 |
Xiaoyu Wang
|
8258c68b6d
|
fix: subquery output ignores group id
|
2023-01-28 11:11:37 +08:00 |
Xiaoyu Wang
|
beb3de8530
|
fix: limit push down error
|
2023-01-28 10:53:43 +08:00 |
Xiaoyu Wang
|
ec1592390a
|
fix: limit push down error
|
2023-01-28 10:35:21 +08:00 |
Xiaoyu Wang
|
f8082bc752
|
Merge pull request #19623 from taosdata/enh/3.0_planner_optimize
enh: optimize execute plan when 'tail' function is used with 'partition by' clause
|
2023-01-18 17:25:16 +08:00 |
Xiaoyu Wang
|
f1d6262630
|
enh: optimize execute plan when 'tail' function is used with 'partition by' clause
|
2023-01-18 12:26:01 +08:00 |
Xiaoyu Wang
|
554b8c6418
|
enh: optimize execute plan when 'tail' function is used with 'partition by' clause
|
2023-01-18 04:43:04 +08:00 |
dapan1121
|
62b64631dc
|
Merge pull request #19547 from taosdata/fix/TD-21648
fix:add interface for odbc
|
2023-01-16 13:29:15 +08:00 |
Xiaoyu Wang
|
30381ec446
|
fix: sma optimize memory leak
|
2023-01-16 11:03:53 +08:00 |
Shengliang Guan
|
d90eef6656
|
Merge branch '3.0' into merge/mainto3.0_0108
|
2023-01-08 09:54:21 +08:00 |
Xiaoyu Wang
|
aa8eea0d65
|
fix: set operator precision miss
|
2023-01-06 13:35:07 +08:00 |
wangmm0220
|
730fbe42cb
|
fix:add logic for system table ins_columns
|
2023-01-05 14:34:07 +08:00 |
Xiaoyu Wang
|
fdde287ca9
|
merge main
|
2023-01-04 11:43:20 +08:00 |
Xiaoyu Wang
|
11306876fa
|
feat: support writing streams to existing tables
|
2022-12-30 14:14:03 +08:00 |
dapan1121
|
e6c5fd874a
|
Merge pull request #19175 from taosdata/szhou/fixbugs2
enhance: remove assert
|
2022-12-30 09:53:59 +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
|
8f7ed5a267
|
fix bug
|
2022-12-29 09:54:06 +08:00 |
Ganlin Zhao
|
8460171cb6
|
fix(query): fix count/hyperloglog return additional row in group by
when queryPolicy is set to 3.
|
2022-12-28 18:53:51 +08:00 |
Ganlin Zhao
|
7bd98ec700
|
fix(query): fix count/hyperloglog return additional row in group by
when queryPolicy is set to 3.
|
2022-12-28 17:29:00 +08:00 |
Xiaoyu Wang
|
0fd305158d
|
enh: when there is _wend and _wduration in the query, you can use tsma optimization
|
2022-12-28 14:07:58 +08:00 |
slzhou
|
fb4a6f508c
|
fix: revert planner.c
|
2022-12-27 09:54:57 +08:00 |
slzhou
|
5aec2f3ba8
|
Merge branch 'main' into szhou/fixbugs
|
2022-12-26 14:39:13 +08:00 |
slzhou
|
e1b1ae575b
|
fix: select tbname from system tables
|
2022-12-26 14:39:00 +08:00 |
Shengliang Guan
|
664dcb6b4e
|
Merge branch 'main' into merge/mainto3.0_1226
|
2022-12-26 09:26:54 +08:00 |
Ganlin Zhao
|
65921f6b2d
|
fix: fix time related function inconsistent result in nested queries
|
2022-12-22 19:05:13 +08:00 |
Xiaoyu Wang
|
db497f0252
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-12-21 13:51:31 +08:00 |
Xiaoyu Wang
|
aecd05cf34
|
enh: improve unit tests
|
2022-12-21 13:51:06 +08:00 |
Shengliang Guan
|
86ff8f381f
|
Merge pull request #19042 from taosdata/enh/3.0_planner_optimize
enh: improve unit tests
|
2022-12-20 21:53:25 +08:00 |
Xiaoyu Wang
|
ad7f9b274b
|
enh: improve unit tests
|
2022-12-20 16:53:08 +08:00 |
Shengliang Guan
|
7f18cc5b8b
|
Merge pull request #19030 from taosdata/main
merge from main to 3.0
|
2022-12-20 11:24:20 +08:00 |
Xiaoyu Wang
|
c21911fdbf
|
fix: user auth error
|
2022-12-15 16:18:48 +08:00 |
Ganlin Zhao
|
17542879b2
|
add test cases
|
2022-12-15 10:55:11 +08:00 |
Xiaoyu Wang
|
2f9753c540
|
event window query
|
2022-12-13 14:18:03 +08:00 |
Xiaoyu Wang
|
bc36bc188e
|
feat: event window
|
2022-12-08 09:36:37 +08:00 |
Xiaoyu Wang
|
bc413b8fff
|
feat: add stream option 'delete_mark'
|
2022-12-06 16:07:11 +08:00 |
Xiaoyu Wang
|
233377444c
|
enh: ins_table count optimize
|
2022-12-01 17:57:53 +08:00 |
Xiaoyu Wang
|
eea8d7bebb
|
enh: ins_table count optimize
|
2022-12-01 10:48:36 +08:00 |
Xiaoyu Wang
|
9465d100a2
|
enh: ins_table count optimize
|
2022-11-30 15:31:01 +08:00 |
Xiaoyu Wang
|
cfbcf92c1f
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-11-30 14:29:34 +08:00 |
Xiaoyu Wang
|
37b65c16c8
|
enh: ins_tables count optimize
|
2022-11-29 14:59:48 +08:00 |
Xiaoyu Wang
|
049c672411
|
fix: planner error
|
2022-11-29 14:21:45 +08:00 |
Xiaoyu Wang
|
555f2cb981
|
merge 3.0
|
2022-11-29 13:16:54 +08:00 |
Xiaoyu Wang
|
70164f9f20
|
enh: group by tbname optimize
|
2022-11-24 15:16:38 +08:00 |
Xiaoyu Wang
|
7a88018b2a
|
enh: group by tbname optimize
|
2022-11-24 10:43:54 +08:00 |
Xiaoyu Wang
|
2d86f8e91c
|
enh: group by tbname optimize
|
2022-11-23 16:20:54 +08:00 |
Xiaoyu Wang
|
906fafc578
|
enh: last cache optimize
|
2022-11-23 12:58:27 +08:00 |
Xiaoyu Wang
|
cf245fa520
|
enh: last cache optimize
|
2022-11-23 12:56:16 +08:00 |
Xiaoyu Wang
|
bc180e39c9
|
enh: ins_tables optimize
|
2022-11-22 16:39:30 +08:00 |
Xiaoyu Wang
|
469fcd314e
|
enh: ins_tables optimize
|
2022-11-21 18:44:04 +08:00 |
Xiaoyu Wang
|
d00f65a8fe
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-11-18 15:05:19 +08:00 |
Xiaoyu Wang
|
7cda5c2752
|
enh: fill value supports implicit type conversion
|
2022-11-17 16:24:56 +08:00 |
Xiaoyu Wang
|
78378845cc
|
fix: memory leak
|
2022-11-16 13:57:24 +08:00 |
Xiaoyu Wang
|
6a50e9e271
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-11-16 10:58:06 +08:00 |
Xiaoyu Wang
|
1963761cc2
|
fix: asan error
|
2022-11-15 17:27:22 +08:00 |
Xiaoyu Wang
|
40c7562470
|
enh: optimize statement for querying the number of sub tables of the super table
|
2022-11-15 16:38:51 +08:00 |
Xiaoyu Wang
|
38f20ec32d
|
enh: show table tags command extension
|
2022-11-10 17:22:13 +08:00 |
Xiaoyu Wang
|
1c9b0b38d8
|
fix: set operator subplan type error
|
2022-11-08 17:35:38 +08:00 |
Xiaoyu Wang
|
8f7c0b8c60
|
fix: state_window error
|
2022-11-08 11:35:12 +08:00 |
Haojun Liao
|
03f4918b3b
|
refactor: do some internal refactor.
|
2022-11-04 18:46:48 +08:00 |
Xiaoyu Wang
|
1b179f65b2
|
fix: interp _irowts error
|
2022-11-01 13:34:10 +08:00 |
Xiaoyu Wang
|
6547dbd2a7
|
fix: interp _irowts error
|
2022-11-01 11:30:44 +08:00 |
Xiaoyu Wang
|
b7046b568d
|
fix: push down limit
|
2022-10-28 11:51:43 +08:00 |
Xiaoyu Wang
|
0840e79f90
|
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
|
2022-10-28 10:46:31 +08:00 |
Xiaoyu Wang
|
e8c0515dce
|
enh: flag of whether the subplan is added as a show statement
|
2022-10-28 10:46:04 +08:00 |
Xiaoyu Wang
|
d93d3b4e63
|
fix: push down limit
|
2022-10-26 19:00:08 +08:00 |
Xiaoyu Wang
|
01d790d701
|
fix: push down limit
|
2022-10-26 17:31:43 +08:00 |
Xiaoyu Wang
|
02ac6fa552
|
enh: add unit test and delete useless code
|
2022-10-26 17:01:55 +08:00 |
Haojun Liao
|
8cf3339b25
|
enh(query): enable the limit clause to be push down to the table scan operator.
|
2022-10-26 11:31:31 +08:00 |
Xiaoyu Wang
|
d63eee8b49
|
fix: alter table check
|
2022-10-25 19:00:46 +08:00 |
Xiaoyu Wang
|
b7056f58b7
|
fix: alter table check
|
2022-10-25 16:59:05 +08:00 |
Xiaoyu Wang
|
bd3c64d29e
|
enh: interp support for stable
|
2022-10-25 14:52:07 +08:00 |
Xiaoyu Wang
|
c38b200131
|
fix: wrong permissions of 'show variables' command
|
2022-10-25 11:08:56 +08:00 |
Xiaoyu Wang
|
0fdce91b5a
|
fix: wrong permissions of 'show variables' command
|
2022-10-24 16:34:10 +08:00 |
Xiaoyu Wang
|
b3658f983f
|
fix: last constant error
|
2022-10-20 14:35:34 +08:00 |
Xiaoyu Wang
|
35e829dc28
|
fix: cache inapplicability
|
2022-10-19 15:58:51 +08:00 |
Haojun Liao
|
f7fdeecc44
|
Merge branch '3.0' into feature/3_liaohj
|
2022-10-19 11:23:55 +08:00 |
Haojun Liao
|
60e7f2800b
|
fix(query): fix bug in cached last query.
|
2022-10-18 17:39:28 +08:00 |
Xiaoyu Wang
|
eaa2a344e1
|
fix: plan problem with 'partition by tag group by tag' statement
|
2022-10-18 15:01:52 +08:00 |
Xiaoyu Wang
|
0228caaa0d
|
enh: last cache optimize
|
2022-10-18 11:38:59 +08:00 |
Xiaoyu Wang
|
78589248f2
|
Merge branch '3.0' into fix/3.0_bugfix_wxy
|
2022-10-18 09:53:08 +08:00 |
Xiaoyu Wang
|
9abea76791
|
fix: do coverity scan
|
2022-10-17 15:43:42 +08:00 |
Haojun Liao
|
87516ea332
|
fix(query): fix bug in group by tag.
|
2022-10-17 13:00:31 +08:00 |
Haojun Liao
|
aa9c99fa53
|
Merge branch '3.0' into feature/3_liaohj
|
2022-10-16 12:50:05 +08:00 |
Hongze Cheng
|
329b750701
|
Revert "enh(query): opt group by tag perf."
|
2022-10-15 16:14:50 +08:00 |
Haojun Liao
|
aa04aee7fd
|
enh(query): opt group by tag perf.
|
2022-10-14 18:49:19 +08:00 |
Xiaoyu Wang
|
ab98754c56
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-10-14 13:45:15 +08:00 |
dapan1121
|
f3919c4450
|
Merge remote-tracking branch 'origin/3.0' into feat/caseWhen
|
2022-10-14 09:14:01 +08:00 |