Commit graph

46 commits

Author SHA1 Message Date
Zhixiao Bao
e29fadda2e
feat: support secure delete option. (#34591) 2026-03-16 20:26:22 +08:00
xinsheng Ren
55d65031a9
enh: add stream log (#33201) 2025-10-13 09:10:32 +08:00
facetosea
a51b26980f fix: add tbname for notify 2025-07-23 16:03:26 +08:00
wangmm0220
00e575a48a fix(stream): add streamid groupid for data insert 2025-06-18 15:56:48 +08:00
facetosea
3c27b2c14c feat: datainsert, super table 2025-05-20 14:27:17 +08:00
factosea
2860309b6c fix: crate subtable tags 2025-05-17 14:13:08 +08:00
factosea
cd9a532064 feat: data inserter 2025-05-08 15:07:04 +08:00
wangjiaming0909
9fd5f6364c new-stream: runner impl 2025-05-08 14:58:41 +08:00
factosea
48c8ebfb4b fix: data insert interface 2025-05-08 10:45:00 +08:00
factosea
f3027e938e feat: stream data insert 2025-05-08 09:48:53 +08:00
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
dapan1121
85fc4dfc2b fix: data sink memory issues 2024-11-15 10:16:15 +08:00
dapan1121
0995facd64 fix: hash put duplicated issue 2024-11-14 16:37:10 +08:00
dapan1121
b3eb938527 enh: add query memory pool 2024-07-01 17:22:43 +08:00
Haojun Liao
6d7e1eb576 fix(query): check for the server ep and client ep to set the compress flag. 2024-06-04 15:07:02 +08:00
Haojun Liao
92b247e5b4 refactor: move compress data in query threads. 2024-05-16 15:55:48 +08:00
dapan1121
1f40da6fef Merge remote-tracking branch 'origin/main' into 3.0 2023-08-28 09:28:55 +08:00
dapan1121
cb70861986 fix: memory leak issue 2023-08-22 18:40:42 +08:00
dapan1121
6a0061ccfb fix: invalid task status update issue 2023-07-26 13:54:58 +08:00
Haojun Liao
a9b18d203d fix:fix error. 2023-05-24 23:49:26 +08:00
Haojun Liao
eb7f510ccb fix(query): return correct suid to delete sink. 2023-04-17 10:59:24 +08:00
Alex Duan
213b97b79a feat(api): taos_affected_rows64 add and modfiy tmsg.h 2022-12-02 23:20:19 +08:00
Haojun Liao
b53cc7f3dd fix(query): fix coverity issues. 2022-10-21 14:00:46 +08:00
Hongze Cheng
4cc94968ee refact: format header file 2022-10-13 11:09:43 +08:00
dapan1121
27d223356a enh: merge multiple blocks in one rsp msg 2022-08-04 20:41:30 +08:00
wangmm0220
2ba6ac5fba feat:add ts,table name from SDeleterRes 2022-07-27 17:11:57 +08:00
wangmm0220
ba1962cacf feat:add tmq get data interface 2022-07-26 17:43:22 +08:00
dapan1121
d625cc2e47 feat: insert from query 2022-07-06 21:00:31 +08:00
dapan1121
0d4fb5bb80 feat: support insert from query 2022-07-06 16:29:51 +08:00
dapan1121
95c1b00056 enh: modify delete output res 2022-06-23 14:25:30 +08:00
dapan1121
33a7a83d65 feature delete data 2022-06-06 20:59:36 +08:00
dapan1121
496ae4ca89 schedule based on qnode's load 2022-05-31 14:03:47 +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
c62dfe6460 [td-13039] merge 3.0. 2022-03-11 14:59:42 +08:00
Haojun Liao
9c610369e2 [td-13039] refactor. 2022-03-05 15:58:28 +08:00
Xiaoyu Wang
768e05939c TD-13747 New SQL model integration 2022-02-28 04:02:43 -05:00
dapan1121
b14ce58ba5 feature/qnode 2022-01-19 19:42:44 +08:00
dapan1121
913455684f feature/qnode 2022-01-18 14:12:25 +08:00
Xiaoyu Wang
a3f70fafa4 TD-12678 SOutputData adjust 2022-01-14 21:36:15 -05:00
dapan1121
e105d952bc feature/qnode 2022-01-11 18:15:37 +08:00
dapan1121
545824555f Merge remote-tracking branch 'origin/feature/3.0_wxy' into feature/qnode 2022-01-11 16:24:22 +08:00
Xiaoyu Wang
4d8cc7aedd TD-12678 datasink interface adjust 2022-01-11 03:20:06 -05:00
dapan1121
068697bf25 Merge remote-tracking branch 'origin/feature/3.0_wxy' into feature/qnode 2022-01-11 16:00:57 +08:00
Xiaoyu Wang
8a0da7bad2 TD-12678 datasink interface adjust 2022-01-11 02:56:24 -05:00
Xiaoyu Wang
25a48e4006 TD-12678 datasink interface adjust 2022-01-11 00:30:11 -05:00
Xiaoyu Wang
d7ddb1589b TD-12678 datasink interface adjust 2022-01-10 21:44:58 -05:00
Renamed from source/libs/executor/inc/dataSinkMgt.h (Browse further)