Commit graph

20 commits

Author SHA1 Message Date
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
xiao-77
c66a834d1e Replace unsafe memory functions with safe versions in wal&sync. 2024-12-13 15:19:29 +08:00
lyh250-666
726b133721 modify error code passing 2024-09-12 07:46:30 +00:00
Jing Sima
2eb1f95224 fix:[TS-5349] fix wrong dbFName setted in mndPerfsInitMeta. 2024-09-04 13:34:11 +08:00
lyh250-666
f91305c52f enh:modify error code pass for taosMemoryCalloc in dnode/mgmt mnode/ 2024-09-02 04:40:20 +00:00
dmchen
1c12a16b00 fix/TD-30989 2024-07-21 00:58:07 +00:00
dapan1121
969b002936 enh: support view privilege 2023-10-20 08:41:49 +08:00
Shengliang Guan
13f36ec20a refact: remove TSDB_CODE_APP_NOT_READY and TSDB_CODE_NODE_NOT_DEPLOYED 2022-12-02 16:06:10 +08:00
Hongze Cheng
6ed0634fb7 format more code 2022-10-13 11:56:16 +08:00
Shengliang Guan
c6317e67f0 fix: coverity issues 2022-09-30 11:26:26 +08:00
Shengliang Guan
58f2fa8c82 enh: make the error codes of 2.0 and 3.0 error as same 2022-07-23 18:23:09 +08:00
dapan1121
be2935cba6 feat: show create table 2022-06-20 20:58:36 +08:00
Haojun Liao
d9aa35ecfe fix(query): revise the output data column info in the exchange operator to be adaptable for the case of extensive datablocks. 2022-04-28 18:08:56 +08:00
Haojun Liao
47a9b26507 fix(query): show tables in information_schema db. 2022-04-28 15:30:18 +08:00
Liu Jicong
19ec7bcafc enh: more info in perf schema 2022-04-27 15:16:57 +08:00
Liu Jicong
a5a10f7068 feat: tmq support show 2022-04-26 17:08:42 +08:00
Haojun Liao
8f14f8e8b3 fix(query): enable mnd support show topics processing. 2022-04-25 11:40:56 +08:00
Liu Jicong
32e9887664 feat(tmq): add push mode 2022-04-22 19:47:00 +08:00
Liu Jicong
3035ecd58e add show topic 2022-04-22 14:26:36 +08:00
dapan1121
4766deb299 feature/qnode 2022-04-13 10:48:09 +08:00