dapan1121
d77147d296
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-12-06 17:43:19 +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
yihaoDeng
3d92cbb691
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-12-02 19:05:33 +08:00
yihaoDeng
411a476b91
refactor code
2024-12-02 18:42:01 +08:00
yihaoDeng
e495d39220
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-29 13:50:09 +08:00
wangjiaming0909
3239a10b76
support interp fill extension
2024-11-28 20:30:53 +08:00
Haojun Liao
af1c0c98bb
fix(analytics): do some internal refactor and fix the error in parse the option string.
2024-11-21 15:14:37 +08:00
yihaoDeng
42065bf2e8
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-14 17:44:29 +08:00
dapan1121
34cfca745b
fix: duplicated clientId issue
2024-11-13 19:19:00 +08:00
yihaoDeng
eddc7918d3
add quick cmd
2024-11-12 21:10:17 +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
54liuyao
0e0a7ae2e9
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-01 09:54:51 +08:00
dapan1121
9f2fba6269
Merge remote-tracking branch 'origin/main' into enh/TD-32190
2024-10-28 18:48:40 +08:00
54liuyao
cea454b002
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-24 19:24:55 +08:00
Shengliang Guan
402a9ad0d5
Merge pull request #28440 from taosdata/feat/3.0/TD-29667
...
fix fill with pesudo column exprs
2024-10-24 16:42:30 +08:00
wangjiaming0909
d1d6689684
add not fill exprs for fill operator
2024-10-23 15:16:16 +08:00
54liuyao
3365da365f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-22 10:17:49 +08:00
dapan1121
44726fe42a
enh: add subplan test
2024-10-17 11:28:05 +08:00
54liuyao
944457d7a6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-16 12:09:17 +08:00
Shengliang Guan
3003e7286e
feat: data analysis
2024-10-15 10:00:38 +08:00
Shengliang Guan
9f05ca5ee8
revert: data analysis
2024-10-14 23:27:11 +08:00
54liuyao
dd7f705dcc
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-09 19:31:44 +08:00
Shengliang Guan
4dc0c2f47e
feat: data analysis
2024-10-09 17:09:43 +08:00
54liuyao
b26750c200
add ci
2024-08-02 13:22:14 +08:00
54liuyao
3ff0256145
steam interp
2024-07-30 16:06:40 +08:00
54liuyao
fe9d61b243
add node to json
2024-07-29 14:14:34 +08:00
54liuyao
1c9011e820
stream time slice
2024-07-12 11:03:45 +08:00
wangjiaming0909
fd34087b8c
fix select from union all caused crash
2024-05-27 16:20:13 +08:00
dapan1121
94c7f32247
enh: optimize group join performance
2024-04-23 09:14:42 +08:00
wangjiaming0909
6ce0616ffd
fix ci and TODOs
2024-04-16 14:25:34 +08:00
wangjiaming0909
e43580f71b
fix ci
2024-04-16 14:25:20 +08:00
wangjiaming0909
fa85d1caa7
support other tsma funcs
2024-04-16 14:23:25 +08:00
wangjiaming0909
c9be37bdc6
fix norm_tb child tb tsma query
2024-04-16 14:18:11 +08:00
wangjiaming0909
79b726fdbc
fix vgroupd num 1
2024-04-16 14:18:11 +08:00
wangjiaming0909
a1054234e2
fix query tsma child table
2024-04-16 14:18:10 +08:00
wangjiaming0909
895a4584e6
generate tsma plan
2024-04-16 14:14:39 +08:00
wangjiaming0909
0fd66d7e8a
tsma optimization
2024-04-16 14:14:39 +08:00
dapan1121
55d118d17c
Merge remote-tracking branch 'origin/3.0' into feat/TD-27337
2024-04-16 09:12:04 +08:00
dapan1121
319ab5f2c2
enh: support hash join
2024-04-12 15:44:23 +08:00
dapan1121
86db8efcda
enh: support hash join
2024-04-10 19:27:36 +08:00
54liuyao
a60f390cdc
stream primary key
2024-03-21 10:50:07 +08:00
dapan1121
abd36b0b1a
enh: support timeline processing
2024-03-19 16:01:14 +08:00
dapan1121
6e674bc1de
Merge remote-tracking branch 'origin/3.0' into feat/TD-27337
2024-03-15 18:11:37 +08:00
shenglian zhou
3db2c1edf5
feat: add hint smalldata_ts_sort to disable row id sort
2024-03-08 14:36:55 +08:00
dapan1121
85cca872a5
enh: support timetruncate function
2024-02-29 17:52:53 +08:00
dapan1121
8a2b4e2d86
enh: support group join
2024-02-27 18:18:25 +08:00
dapan1121
97aca25633
enh: support group join
2024-02-23 17:59:45 +08:00
dapan1121
a745319b81
Merge remote-tracking branch 'origin/3.0' into feat/TD-27337
2024-02-23 08:59:16 +08:00
dapan1121
807bba9215
fix: window join issues
2024-02-22 18:59:10 +08:00
dapan1121
ba41231373
Merge pull request #24614 from taosdata/szhou/tms/port-3
...
feat: multi-readers and one merge tree
2024-02-21 10:00:52 +08:00