yihaoDeng
42065bf2e8
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-14 17:44:29 +08:00
Jinqing Kuang
b4e0f9a922
enh(query)[TD-32127]: improve code quality of tsdbRead module
...
- Add parameter validation for functions to ensure robustness
- Nullify pointers when freeing memory to prevent dangling pointers
- Initialize local variables to avoid undefined behavior
- Add error handling and logging for better debugging
2024-11-11 11:53:28 +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
wangmm0220
4f39974938
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-16 17:17:44 +08:00
kailixu
964ee72932
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-19 12:58:52 +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
kailixu
a6c76329fc
enh: drop table with uid
2024-09-16 12:59:21 +08:00
Shungang Li
0fd4928dc2
enh: retrieveRows no more if got all data
2024-09-14 17:02:38 +08:00
Haojun Liao
1a90e9612d
refactor: check return value.
2024-09-13 23:04:41 +08:00
dmchen
b85dba328c
fix/TD-30849
2024-08-15 03:55:20 +00:00
wangmm0220
3f2278ebcf
fix:[TD-31017]process return value in vnode for tmq
2024-07-24 17:56:29 +08:00
Haojun Liao
7497f193c7
fix(stream): check return value, and do some internal refactor.
2024-07-23 14:47:29 +08:00
Haojun Liao
94f596c4ce
refactor: remove the invalid return value.
2024-07-16 18:52:01 +08:00
wangjiaming0909
11a98ffab2
QueryAutoQWorker
2024-07-01 11:08:39 +08:00
Minglei Jin
568799a6a3
fix(wal/level): enable alter replica from fake walLevel 1
2024-06-12 15:16:58 +08:00
dm chen
1196ea72da
Merge branch '3.0' into feat/TD-24834
2024-04-17 17:13:29 +08:00
Yihao Deng
ea9385912f
Merge branch '3.0' into feat/compress_3.0
2024-04-15 09:06:30 +00:00
kailixu
123090e18a
fix: solve conflicts
2024-04-15 16:12:15 +08:00
dm chen
4d660d89c0
Merge branch '3.0' into feat/TD-24834
2024-04-15 15:12:32 +08:00
yihaoDeng
4948bd690d
3.0 merge compress
2024-04-15 11:38:44 +08:00
Minglei Jin
4b3e3f9091
Merge branch '3.0' into enh/TD-28945-pk
2024-04-15 09:31:56 +08:00
Minglei Jin
6eb014e32b
Merge branch 'feat/TS-4243-3.0' into enh/TD-28945-pk
2024-04-09 19:11:46 +08:00
dmchen
5f31575624
refactor
2024-04-09 06:55:01 +00:00
Minglei Jin
a407f76165
Merge branch '3.0' into enh/TD-28945
2024-04-08 10:55:47 +08:00
Minglei Jin
d5e9169769
cos/multi-write: dnode part including mnode/vnode/tsdb
2024-04-08 10:31:49 +08:00
dmchen
a1b7444a48
refactor
2024-04-01 09:39:29 +00:00
wangmm0220
fe7a42b118
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq
2024-04-01 09:11:39 +08:00
kailixu
8dce61b68f
chore: merge TD-29280-3.0
2024-03-29 11:39:46 +08:00
dmchen
b9deb71fc5
basic function
2024-03-29 02:48:49 +00:00
factosea
9ddc0b51cb
merge
2024-03-29 10:37:59 +08:00
kailixu
d64594932b
feat: support database encryption
2024-03-27 20:03:38 +08:00
Haojun Liao
f61596706d
fix(tsdb): add attributes for cache scan optr.
2024-03-26 17:34:30 +08:00
wangmm0220
912cb09839
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-tmq
2024-03-22 18:22:13 +08:00
wangmm0220
f1853ced26
feat:[TS-4243] add logic for primark key in tmq
2024-03-22 17:48:59 +08:00
Shungang Li
3a656c3595
feat: support 2 replica with arbitrator
2024-03-19 09:30:35 +08:00
yihaoDeng
63d3671f42
add new msg
2024-03-06 12:06:26 +00:00
wangmm0220
871ebfa7ba
Merge branch '3.0' of https://github.com/taosdata/TDengine into mark/3.0
2024-02-06 14:02:46 +08:00
wangmm0220
5796f411e4
Merge branch 'mark/3.0' of https://github.com/taosdata/TDengine into mark/3.0
2024-02-05 17:08:05 +08:00
wangmm0220
a656d75ca7
opti:consume data excluded from some source
2024-02-05 17:07:50 +08:00
Haojun Liao
3236ef7bae
feat(stream): return the stream source task exec delay, and do some internal refactor.
2024-02-02 11:26:47 +08:00
fullhonest
cb2ab749b5
Fix TD-27003: use last row scan when select last_row, last
2024-01-15 15:22:29 +08:00
Haojun Liao
4ffaff4d50
other: merge 3.0
2023-12-08 10:14:42 +08:00
Haojun Liao
7c17d6f313
fix(tsdb): opt read performance by check clean stt block if only row number required.
2023-12-07 23:12:54 +08:00
shenglian zhou
a2e7c78d27
refactor: rename variables
2023-12-06 09:39:38 +08:00
slzhou
e690076331
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-duration
2023-12-05 09:53:29 +08:00
Haojun Liao
24d9337632
enh(tsdb): extract rows for the given tables in all stt files.
2023-12-04 15:38:24 +08:00
shenglian zhou
bff88e0639
fix: set duration order api
2023-12-01 16:27:36 +08:00
slzhou
4d755562af
fix: resolve conflicts
2023-12-01 13:02:14 +08:00
shenglian zhou
df4f7d6956
Revert "Revert "enhance: duration notification""
...
This reverts commit 3331e25aaf
.
2023-11-28 10:31:18 +08:00