Jinqing Kuang
eb5d463490
feat(stream)[TS-5469]. add support for window event notifications in stream processing
...
- Introduce new syntax to specify notification type and destination address
- Collect relevant event information during window computations
- Implement websocket-based notification delivery to the specified address
2025-01-21 17:39:46 +08:00
54liuyao
f6500b3551
ci(test):delete invalid code&& add ci
2024-12-26 11:16:02 +08:00
Hongze Cheng
2b4046ecf8
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-3.0
2024-12-15 11:28:37 +08:00
Hongze Cheng
7905c80fd4
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-12-13 18:12:53 +08:00
Hongze Cheng
b2181b4282
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-29367-3.0
2024-12-13 16:48:06 +08:00
Hongze Cheng
a6463884f0
more code
2024-12-13 16:47:05 +08:00
dapan1121
d77147d296
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-12-06 17:43:19 +08:00
kailixu
f8343dcaac
chore: merge 3.0 and update test case of show_create_db.py
2024-12-06 11:09:22 +08:00
Jinqing Kuang
c2256e9443
feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause
...
Add the AUTO keyword, which allows automatic determination of the
INTERVAL OFFSET based on the WHERE condition. It simplifies usage by
allowing users to rely on the system to infer the correct offset
without manual specification.
2024-12-04 10:06:47 +08:00
Hongze Cheng
25b9de5d51
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-12-03 14:32:03 +08:00
Hongze Cheng
3ae5a72a4c
more code
2024-11-27 17:53:53 +08:00
Hongze Cheng
6b236018d5
more code and case change
2024-11-27 14:40:58 +08:00
dapan1121
85fc4dfc2b
fix: data sink memory issues
2024-11-15 10:16:15 +08:00
yihaoDeng
42065bf2e8
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-14 17:44:29 +08:00
dapan1121
0995facd64
fix: hash put duplicated issue
2024-11-14 16:37:10 +08:00
dapan1121
a8561fba4f
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-11 11:01:22 +08:00
Shengliang Guan
f46cf6044d
Merge pull request #28709 from taosdata/main
...
merge: from main to 3.0 branch
2024-11-10 11:50:38 +08:00
dapan1121
371094cc13
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-08 10:13:20 +08:00
54liuyao
f452ca47fe
delete window state when drop table
2024-11-08 09:42:56 +08:00
Jinqing Kuang
43a337ef74
enh(query)[TD-32732]: add client Id generation and usage
...
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
yihaoDeng
a6436882a2
support disk usage
2024-11-06 15:25:50 +08:00
yihaoDeng
dc576905f0
support disk usage
2024-11-05 19:57:13 +08:00
54liuyao
b6d16eccdb
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 14:54:42 +08:00
Shengliang Guan
ea9ed2e538
Merge pull request #28300 from taosdata/enh/TS-5441-3.0
...
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-30 13:43:41 +08:00
54liuyao
d065d71821
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 10:09:48 +08:00
54liuyao
6b2d338a20
enh(executor):avoid use dangerous functions
2024-10-25 13:47:09 +08:00
dapan1121
4f3484b823
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-10-24 16:49:38 +08:00
54liuyao
e9550a6b2c
feat(stream):save force window close scan range
2024-10-18 15:40:37 +08:00
wangmm0220
bc05289192
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-18 09:28:16 +08:00
54liuyao
a62b5a3efd
fix issue
2024-10-17 14:55:07 +08:00
54liuyao
3e49f40c74
stream twa
2024-10-16 12:16:59 +08:00
wangmm0220
42b7520d34
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-10 18:27:42 +08:00
wangmm0220
e6bf8dcfde
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-09 18:10:43 +08:00
54liuyao
d13819bbf4
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-30 09:05:46 +08:00
54liuyao
7517228dde
fix(stream):fix issue for stream count window state buff
2024-09-29 14:16:16 +08:00
54liuyao
2938233519
Merge branch 'fix/TD-30837' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-19 19:07:41 +08:00
Haojun Liao
c5eca0486e
Merge remote-tracking branch 'origin/fix/TD-30837' into fix/TD-30837
...
# Conflicts:
# source/dnode/vnode/src/tq/tq.c
# source/libs/stream/inc/streamInt.h
# source/libs/stream/src/streamSched.c
2024-09-19 16:39:54 +08:00
Haojun Liao
e1d8e98b11
feat(stream): support the force_window_close trigger.
2024-09-19 16:23:51 +08:00
54liuyao
813cab6e33
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-19 14:45:38 +08:00
Hongze Cheng
c0b3cc17fc
Merge pull request #27899 from taosdata/enh/TD-32121-3.0
...
enh: retrieveRows no more if got all data
2024-09-19 09:12:14 +08:00
54liuyao
c4566f98b8
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-18 16:26:37 +08:00
Haojun Liao
5f486d6976
Merge branch '3.0' into fix/3_liaohj
2024-09-14 17:29:29 +08:00
Shungang Li
0fd4928dc2
enh: retrieveRows no more if got all data
2024-09-14 17:02:38 +08:00
54liuyao
b649f1f1c4
fix(stream):adj build file state res
2024-09-14 10:51:57 +08:00
Haojun Liao
1a90e9612d
refactor: check return value.
2024-09-13 23:04:41 +08:00
54liuyao
88d01d8980
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-09 11:21:23 +08:00
Haojun Liao
b3e5997336
fix(stream): reset error code.
2024-09-08 14:54:08 +08:00
dapan1121
40af7fb836
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-08-13 09:36:28 +08:00
54liuyao
3491396d92
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-08 19:30:46 +08:00
Hongze Cheng
dfc004ac37
fix: handle error code
2024-08-08 10:22:06 +08:00