dapan1121
|
0ed4d1507f
|
feat: support non_sort mode
|
2023-11-07 09:23:06 +08:00 |
dapan1121
|
8f39b9d2e4
|
enh: optimize query plan
|
2023-06-27 19:36:51 +08:00 |
dapan1121
|
170182fecd
|
feat: support fill history with sub request
|
2023-06-12 16:10:54 +08:00 |
slzhou
|
e58fda2bdd
|
fix: bypass projection pruning if union set op and subquery
|
2023-05-11 16:04:06 +08:00 |
Xiaoyu Wang
|
02ac6fa552
|
enh: add unit test and delete useless code
|
2022-10-26 17:01:55 +08:00 |
Xiaoyu Wang
|
ee9190e9c0
|
fix: subplans under set operator use different group ids
|
2022-09-23 11:26:03 +08:00 |
Xiaoyu Wang
|
876303be56
|
enh: added memory allocators for parser and planner
|
2022-09-21 17:42:03 +08:00 |
Xiaoyu Wang
|
5116e0a01b
|
enh: added memory allocators for parser and planner
|
2022-09-21 17:04:12 +08:00 |
Xiaoyu Wang
|
ff9d673489
|
enh: add binary serialization method to node structure
|
2022-09-13 10:48:39 +08:00 |
Xiaoyu Wang
|
faa731827e
|
enh: add the queryPlannerTrace parameter to control the debug output of the planner
|
2022-09-01 14:44:01 +08:00 |
Xiaoyu Wang
|
5750525f9a
|
fix: condition race error
|
2022-08-06 15:25:53 +08:00 |
Xiaoyu Wang
|
9bfc7ba69c
|
fix: plan problem of create stream statement
|
2022-08-05 19:40:06 +08:00 |
Xiaoyu Wang
|
0f3a7e314e
|
fix: plan problem of create stream statement
|
2022-08-05 17:37:58 +08:00 |
Xiaoyu Wang
|
5a3c377c68
|
enh: write performance optimization
|
2022-07-30 19:23:06 +08:00 |
Xiaoyu Wang
|
ae076af4f1
|
feat: sql system info function 'database()', 'client_version()', 'server_version()', 'server_status()', 'current_user()' and 'user()'
|
2022-06-29 11:41:32 +08:00 |
Xiaoyu Wang
|
cd36807faf
|
feat: refactor the plan implementation of unique function
|
2022-06-27 21:30:20 +08:00 |
Xiaoyu Wang
|
e224d40480
|
feat: the unique function and tail function are rewritten as the corresponding clauses
|
2022-06-16 16:58:55 +08:00 |
Xiaoyu Wang
|
380a071551
|
fix: handle the memory leak of parser
|
2022-06-13 14:54:38 +08:00 |
Xiaoyu Wang
|
31dc553390
|
feat: sma index optimize
|
2022-06-09 13:24:04 +08:00 |
dapan1121
|
33a7a83d65
|
feature delete data
|
2022-06-06 20:59:36 +08:00 |
Xiaoyu Wang
|
edd0295a00
|
feat: interval distributed split
|
2022-06-02 10:45:27 +08:00 |
Xiaoyu Wang
|
8da52cbb04
|
feat: tag index filter plan
|
2022-05-23 19:50:08 +08:00 |
Xiaoyu Wang
|
fb901d95e4
|
fix: some problems of parser for stmt mode
|
2022-05-17 11:11:40 +08:00 |
dapan1121
|
33bd196ff0
|
stmt query
|
2022-05-12 19:20:25 +08:00 |
Xiaoyu Wang
|
41e36dddb7
|
fix: some problems of parser
|
2022-05-11 19:03:59 +08:00 |
dapan1121
|
dd13924dbc
|
stmt query
|
2022-04-29 14:35:54 +08:00 |
dapan1121
|
1850dc0371
|
stmt query
|
2022-04-28 11:47:55 +08:00 |
dapan1121
|
1aa22beb60
|
stmt query
|
2022-04-27 20:03:13 +08:00 |
dapan1121
|
960f885aef
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-26 15:55:11 +08:00 |
Xiaoyu Wang
|
ac874f9e8d
|
enh: format code
|
2022-04-26 11:50:35 +08:00 |
dapan1121
|
15d7abf46f
|
stmt query
|
2022-04-25 20:03:28 +08:00 |
Xiaoyu Wang
|
ff80459821
|
feat: implementation of parser and planner for stmt API
|
2022-04-18 20:19:24 +08:00 |
Xiaoyu Wang
|
1a77904e7e
|
reorganize physical plan code
|
2022-03-24 01:47:27 -04:00 |
Xiaoyu Wang
|
ec5eeea762
|
reorganize physical plan code
|
2022-03-23 06:44:02 -04:00 |
Xiaoyu Wang
|
da0fa26717
|
TD-13747 src file name organize
|
2022-03-10 02:36:06 -05:00 |
Xiaoyu Wang
|
8615c97fc6
|
TD-13704 super table plan split
|
2022-03-09 06:53:00 -05:00 |
Xiaoyu Wang
|
b91899e757
|
TD-13704 super table plan split
|
2022-03-09 04:32:12 -05:00 |
Xiaoyu Wang
|
06f0f1d34e
|
TD-13747 phase 1 function integration
|
2022-03-08 04:25:26 -05:00 |
Xiaoyu Wang
|
92cd252b70
|
TD-13706 integration create table stmt and insert stmt
|
2022-03-04 05:43:23 -05:00 |
Xiaoyu Wang
|
441db317fd
|
TD-13706 client modify vnode process integration
|
2022-03-03 07:25:16 -05:00 |
Xiaoyu Wang
|
523855bec5
|
TD-13747 planner integrate
|
2022-03-01 21:50:51 -05:00 |
Xiaoyu Wang
|
cd7a0e559b
|
TD-13747 New SQL model integration
|
2022-02-28 04:56:38 -05:00 |
Xiaoyu Wang
|
768e05939c
|
TD-13747 New SQL model integration
|
2022-02-28 04:02:43 -05:00 |
Haojun Liao
|
d6d8651483
|
[td-11818] refactor ssdatablock, add plan in log.
|
2022-01-26 23:09:03 +08:00 |
Haojun Liao
|
bf26efb518
|
[td-11818] Fix memory leak in query.
|
2022-01-24 17:44:44 +08:00 |
Haojun Liao
|
1f16647c97
|
[td-11818] Fix memory leak.
|
2022-01-24 11:53:10 +08:00 |
Haojun Liao
|
069d715fe7
|
[td-11818]update log, fix bug in select * from super_table.
|
2022-01-21 23:30:03 +08:00 |
Haojun Liao
|
1e7c23cd3c
|
[td-11818] comment the print out.
|
2022-01-21 11:30:03 +08:00 |
Haojun Liao
|
09ba6a611d
|
[td-11818] refactor.
|
2022-01-21 11:19:24 +08:00 |
Haojun Liao
|
e0d9ca04d4
|
[td-11818] refactor.
|
2022-01-20 17:37:12 +08:00 |