cadem
|
66bacdb165
|
vnode config compitible
|
2023-04-19 20:13:32 +08:00 |
cadem
|
ca6ee940f7
|
typo
|
2023-04-19 18:59:40 +08:00 |
cadem
|
8b16f4b118
|
config compitible
|
2023-04-19 18:02:04 +08:00 |
Xiaoyu Wang
|
5367f25b4d
|
feat: the having clause can be used after the partition by clause or window clause
|
2023-04-19 16:55:08 +08:00 |
Haojun Liao
|
95346cd4d8
|
test:update the test cases.
|
2023-04-19 15:17:46 +08:00 |
cadem
|
c22bd63ed4
|
vnode config compitible
|
2023-04-19 15:11:16 +08:00 |
kailixu
|
9549c1d929
|
chore: fix
|
2023-04-19 14:47:06 +08:00 |
Haojun Liao
|
d5c57ca244
|
enh(tmq): support the seek.
|
2023-04-19 14:46:48 +08:00 |
Xiaoyu Wang
|
7cf9919ab0
|
Merge pull request #20964 from taosdata/enh/3.0_planner_optimize
feat: last queries with tags output can be read from cache
|
2023-04-19 14:34:32 +08:00 |
kailixu
|
dd85357b39
|
chore: more code
|
2023-04-19 14:19:36 +08:00 |
Haojun Liao
|
3f12156c53
|
enh(tmq): support seek in tmq.
|
2023-04-19 13:56:42 +08:00 |
Xiaoyu Wang
|
586b3945d1
|
feat: last queries with tags output can be read from cache
|
2023-04-19 13:09:11 +08:00 |
Minglei Jin
|
76edc16ce1
|
operator/cache-scan: pass col list down to tsdb cache
|
2023-04-19 10:04:48 +08:00 |
dapan1121
|
95b78f327a
|
Merge pull request #20959 from taosdata/enh/TS-3149
enh: add param for to_unixtimestamp to return timestamp type
|
2023-04-19 08:54:25 +08:00 |
kailixu
|
696d294f02
|
chore: code optimization
|
2023-04-18 19:58:02 +08:00 |
Haojun Liao
|
18b4694327
|
Update 23-perf.md
|
2023-04-18 19:22:52 +08:00 |
cadem
|
3b78d4382b
|
add learner
|
2023-04-18 19:03:45 +08:00 |
Haojun Liao
|
230adc5433
|
Update 23-perf.md
|
2023-04-18 18:38:17 +08:00 |
sunpeng
|
57e8c3c091
|
docs: update title for monitor doc (#20965)
|
2023-04-18 17:48:19 +08:00 |
sunpeng
|
1431a313b1
|
docs: fix for monitor doc (#20963)
|
2023-04-18 17:15:48 +08:00 |
Xiaoyu Wang
|
6669c3a5ad
|
feat: last queries with tags output can be read from cache
|
2023-04-18 17:13:14 +08:00 |
Ganlin Zhao
|
01c3df9a55
|
fix test cases
|
2023-04-18 17:12:49 +08:00 |
Xiaoyu Wang
|
61cc72c19a
|
Merge pull request #20961 from taosdata/enh/3.0_planner_optimize
feat: the fill value clause supports constant expressions
|
2023-04-18 16:24:29 +08:00 |
Minglei Jin
|
dee2ca3476
|
tsdb/cache: inplace_update are commented out
|
2023-04-18 16:09:42 +08:00 |
huolibo
|
fdbb9cce48
|
fix: illegal accesses (#20960)
|
2023-04-18 16:08:22 +08:00 |
dapan1121
|
28a80be7b1
|
Merge pull request #20928 from taosdata/szhou/replace-function-2
enhance: udf handle expired after 10s
|
2023-04-18 15:43:50 +08:00 |
Xiaoyu Wang
|
1d2764ebdb
|
feat: the fill value clause supports constant expressions
|
2023-04-18 15:36:50 +08:00 |
Minglei Jin
|
dd42db0077
|
tsdb/mem table: remove unused codes
|
2023-04-18 15:09:13 +08:00 |
Ganlin Zhao
|
b2cca108a3
|
add documentations
|
2023-04-18 14:29:04 +08:00 |
Minglei Jin
|
e159c4ead9
|
first round rocks batch write implementation
|
2023-04-18 14:25:35 +08:00 |
Ganlin Zhao
|
56ab728a42
|
add test cases
|
2023-04-18 14:18:06 +08:00 |
Ganlin Zhao
|
9581dcae7f
|
enh: add param for to_unixtimestamp to return timestamp type
|
2023-04-18 14:17:22 +08:00 |
Haojun Liao
|
9627e8105b
|
enh(tmq): support seek offset.
|
2023-04-18 13:52:47 +08:00 |
kailixu
|
50053fdc01
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-18 11:13:30 +08:00 |
kailixu
|
c0148ed5e1
|
chore: remove the assertion
|
2023-04-18 11:11:44 +08:00 |
Haojun Liao
|
97da34050b
|
fix(query): fix invalid free.
|
2023-04-18 10:40:53 +08:00 |
Shuduo Sang
|
76c628c8ee
|
fix: atoi on int64 config item (#20946)
|
2023-04-18 09:22:49 +08:00 |
Haojun Liao
|
7d3e5aa3d3
|
fix(query): set the table schema correctly when the table is dropped.
|
2023-04-18 09:03:30 +08:00 |
Haojun Liao
|
2ae05b8cf6
|
fix(stream): set the correct initial offset value.
|
2023-04-18 08:56:31 +08:00 |
shenglian zhou
|
a2d75a327c
|
enhance: udf output column reserve capacity
|
2023-04-18 08:28:12 +08:00 |
shenglian zhou
|
2aefe1d24a
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/replace-function-2
|
2023-04-18 08:24:18 +08:00 |
Haojun Liao
|
930b267a75
|
fix(stream): set the correct start offset for stream task.
|
2023-04-17 22:59:00 +08:00 |
Xiaoyu Wang
|
f37f408898
|
Merge pull request #20950 from taosdata/fix/3.0_merge_main
merge main
|
2023-04-17 17:58:04 +08:00 |
Xiaoyu Wang
|
7efb992551
|
Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main
|
2023-04-17 15:04:01 +08:00 |
Xiaoyu Wang
|
0648aa5954
|
Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main
|
2023-04-17 15:03:41 +08:00 |
kailixu
|
97aa8aede2
|
chore: revert
|
2023-04-17 14:26:02 +08:00 |
kailixu
|
5889ea1261
|
chore: support specify param by app
|
2023-04-17 14:19:44 +08:00 |
Haojun Liao
|
4ed26bbc19
|
fix(stream): update the table list api.
|
2023-04-17 14:08:54 +08:00 |
kailixu
|
ab9d95d1a8
|
Merge branch '3.0' into enh/TD-23421-M
|
2023-04-17 13:57:54 +08:00 |
kailixu
|
6b64c51bf9
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-17 13:57:51 +08:00 |