Jing Sima
410324746b
feat:[TS-4897] virtual table ( #30098 )
...
* feat: [TS-4897] Support create/drop/alter/show/describe vtable
* feat: [TS-4897] Support vtable's query
* feat: [TS-4897] Support create virtual supertable
* feat: [TS-4897] Support explain analyze / where / count(*) and only select ts of vtable.
* feat: [TS-4897] Add create test and fix bugs
* feat: [TS-4897] Add alter/drop test and fix bugs
* feat: [TS-4897] Add describe/show test and fix bugs
* feat: [TS-4897] Add auth test and fix bugs
* feat: [TS-4897] Fix meta/catalog/cache bugs
* feat: [TS-4897] Support select tag from virtual child table
* feat: [TS-4897] Add select test and fix plenty of bugs
* feat: [TS-4897] Add optimize rule for vtable scan / support create vtable cross database / remove enterprise constraint / fix bugs.
* feat: [TS-4897] Fix 'schema is old'
* feat: [TS-4897] Support virtual stable query
* feat: [TS-4897] Add tests and Fix bugs
* feat: [TS-4897] resolve conflict.
2025-03-15 14:10:46 +08:00
WANG MINGMING
3d053e2c9b
feat(stream): optimize client logic of creating stream if with history ( #30059 )
...
* feat:[TS-5617]use last_row cache mode if creating stream in fill_history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* fix: heap use after free
* feat: add log
* fix: ci case error
* fix: compile error in windows
* fix: ci case error
* fix: heap user after free
* fix: memory leak
* fix: ci case error
* fix: ci case error
* fix: ci case error
---------
Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
2025-03-14 13:55:52 +08:00
dapan1121
1517fe0ff0
fix: ut case issue
2023-10-30 16:44:10 +08:00
dapan1121
969b002936
enh: support view privilege
2023-10-20 08:41:49 +08:00
dapan1121
6c8db261f3
feat: support show views command
2023-10-09 17:19:36 +08:00
dapan1121
d768f49dd7
feat: table level user auth
2023-04-06 10:01:27 +08:00
Xiaoyu Wang
df0d200f59
feat: the compact command adds 'start with end with' clause
2023-03-07 15:24:04 +08:00
wangmm0220
730fbe42cb
fix:add logic for system table ins_columns
2023-01-05 14:34:07 +08:00
dapan1121
617cd40541
fix: fix ut case issue and crash issue
2022-12-08 22:22:04 +08:00
Xiaoyu Wang
85ea8bbbb3
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
2022-12-02 14:04:50 +08:00
Xiaoyu Wang
eea8d7bebb
enh: ins_table count optimize
2022-12-01 10:48:36 +08:00
Xiaoyu Wang
4e8acca2eb
feat: sql command 'show user privileges'
2022-11-30 19:24:15 +08:00
Xiaoyu Wang
469fcd314e
enh: ins_tables optimize
2022-11-21 18:44:04 +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
dapan1121
9f7e06721c
enh: support vgroup epset update
2022-11-09 18:48:52 +08:00
Xiaoyu Wang
ac2ce21414
enh: insert optimize
2022-11-06 14:26:19 +08:00
Xiaoyu Wang
8513dc1067
enh: insert optimize
2022-11-04 15:21:38 +08:00
dapan1121
723110c449
feat: add retrieve db and table route info API
2022-10-19 19:25:02 +08:00
Xiaoyu Wang
079a03f3b2
fix: handle coverity scan
2022-10-19 14:51:43 +08:00
Xiaoyu Wang
18fa48ae57
feat: support batch loading of csv files
2022-10-11 15:54:01 +08:00
Xiaoyu Wang
48c9373680
enh: query information_schema.ins_tags optimize
2022-09-28 17:00:02 +08:00
Xiaoyu Wang
ccaf6f8a78
feat: add database option 'table_prefix' and 'table_suffix'
2022-09-03 11:22:36 +08:00
Xiaoyu Wang
594e4b376e
feat: sql command 'show vnodes' and database option 'sst_trigger'
2022-09-01 19:01:37 +08:00
dapan1121
39569cbd9a
enh: move some tables from perf to ins
2022-08-30 13:49:35 +08:00
Xiaoyu Wang
9a9aef985e
enh: show command optimize
2022-08-11 20:26:40 +08:00
Xiaoyu Wang
ef607e5c3f
fix: sql command 'show cluster' error
2022-08-08 15:49:31 +08:00
dapan1121
cc3a7375ed
enh: support app level stat
2022-08-01 20:47:08 +08:00
Xiaoyu Wang
5988fc0e4a
feat: sql command 'show tags from table_name'
2022-07-19 15:31:44 +08:00
Xiaoyu Wang
873ff96bc1
fix: a problem of last_row function plan
2022-07-15 11:01:19 +08:00
Xiaoyu Wang
979b20189d
feat: the query uses the 'cachelast' option to decide whether to optimize the last_row function
2022-07-15 09:07:19 +08:00
Xiaoyu Wang
ac34cde0af
fix: increase the validity check of the rollup parameter in the create table statement
2022-07-04 19:27:27 +08:00
Xiaoyu Wang
4fcd667bf6
feat: sql command 'show consumers' and 'show subscriptions'
2022-06-23 18:03:15 +08:00
dapan1121
4bbec6eeef
feat: show create table
2022-06-21 20:33:19 +08:00
Xiaoyu Wang
5c185b909a
feat: sql command 'show local variables' and 'show dnode variables'
2022-06-20 20:36:15 +08:00
Xiaoyu Wang
1676bfe5cf
fix: some problems of parser
2022-06-14 15:43:56 +08:00
Xiaoyu Wang
730a256228
fix: json tag plan ut
2022-06-13 21:03:19 +08:00
dapan1121
23e26d569b
Merge branch '3.0' into feature/qnode
2022-06-11 11:21:27 +08:00
dapan1121
1b196df8ed
update epset
2022-06-10 17:07:24 +08:00
Xiaoyu Wang
317cc8fc13
feat: sma index optimize
2022-06-10 10:16:18 +08:00
Xiaoyu Wang
d8e89196a6
fix: a problem of parser async
2022-06-06 14:12:57 +08:00
Xiaoyu Wang
b445afb5ef
feat: stable interval split
2022-05-31 18:01:19 +08:00
Xiaoyu Wang
4432fa930f
feat: parser adapts asynchronous interface
2022-05-28 19:56:06 +08:00
Xiaoyu Wang
1005fb8850
feat: parser adapts asynchronous interface
2022-05-27 17:02:40 +08:00
Xiaoyu Wang
d0c11c5bba
feat: parser adapts asynchronous interface
2022-05-27 17:00:37 +08:00
Haojun Liao
6229ba0a19
test: update unit test case.
2022-05-26 20:06:22 +08:00
Xiaoyu Wang
21f1321ea8
fix: some problems of parser
2022-05-24 17:37:53 +08:00
Xiaoyu Wang
64e8e0c09b
fix: problem of sql command 'kill transaction'
2022-05-08 22:31:25 +08:00
Xiaoyu Wang
bfaceda030
feat: sql command 'grant', 'revoke', 'kill transaction' and 'show transactions'
2022-05-07 18:25:52 +08:00
Xiaoyu Wang
1361bf4eed
fix: plan problem of tag scanning
2022-05-05 14:49:00 +08:00
Xiaoyu Wang
3ec702605b
enh: refactor unit test of parser and planner
2022-04-28 21:02:11 +08:00