wangmm0220
|
d6114f90de
|
feat:add configure for agg cnt
|
2023-12-08 19:00:10 +08:00 |
wangmm0220
|
2a506b3e5e
|
feat:add multi level agg operator for stream task
|
2023-12-08 18:48:34 +08:00 |
wangmm0220
|
c3cbc1fbce
|
fix:compile error
|
2023-12-08 16:52:13 +08:00 |
wangmm0220
|
d1c2a03dc7
|
fix:conflicts from 3.0
|
2023-12-08 15:58:52 +08:00 |
wangmm0220
|
acfcfdc8b6
|
opti:build task logic in stream
|
2023-12-08 15:51:01 +08:00 |
wangmm0220
|
b36665c9d6
|
opti:build task logic in stream
|
2023-12-08 15:48:44 +08:00 |
wade zhang
|
638e4c1f00
|
Merge pull request #23568 from taosdata/FEAT/TD-27125-3.0
feat: support tsdb snap replication of raw data mode
|
2023-12-08 14:36:16 +08:00 |
Hongze Cheng
|
16068bab41
|
Merge pull request #23964 from taosdata/fix/TD-27707
fix(tsdb/cache): del from mem with time range
|
2023-12-08 14:22:08 +08:00 |
dapan1121
|
a2ee41233e
|
Merge pull request #23835 from taosdata/szhou/tms-duration
feat: tsdb output in duration order
|
2023-12-08 09:07:41 +08:00 |
Benguang Zhao
|
1255b46469
|
fix: destroy dataReaderArr properly in tsdbSnapRAWReaderClose
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
ebd3b69745
|
enh: control playload size of tsdb snap replication with TSDB_SNAP_DATA_PAYLOAD_SIZE
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
5cdf2b0b04
|
fixup: remove call to obsolete funcs of BgTask in tsdbSnapRAWWriter open and close
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
28e1d83662
|
fix: adjust tsdbReadFile call in tsdbDataFileRAWReadBlockData
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
52672657c1
|
feat: toggle tsdb snap replication mode by snap info handshake ahead of time
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
ef34176e37
|
fix: close data file readers in tsbSnapRAWReaderClose
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
6c4c0242fd
|
refact: adjust logging format in tsdbSnapRAWReaderOpen
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
f136266972
|
feat: support snap replication by file blocks
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
1dc9019baa
|
feat: add tsdbSnapRAWRead into vnodeSnapRead
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
ae60e1f810
|
refact: add tsdbSnapRAWReaderIterNext
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
a504007ade
|
refact: alloc just enough memory for snap data in tsdbSnapRAWReadData
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
6c419423de
|
feat: impl tsdb snapshot reader and writer for raw files
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
a4c504169d
|
feat: add file tsdbFSetRAW.c
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
da646b5a5b
|
feat: add file tsdbDataFileRAW.c
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
e05914119e
|
feat: add file tsdbSnapshotRAW.c
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
fe258e226d
|
feat: add data type of SNAP_DATA_RAW for snap replication
|
2023-12-07 15:29:42 +08:00 |
Benguang Zhao
|
de9c9d4f20
|
refact: improve code of tsdbPartitionInfoSerialize
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
1a9b08fa08
|
refact: relocate func syncSnapInfoDataRealloc
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
f68804322c
|
refact: improve code of tsdbSnapGetDetails as tsdbSnapPrepDescription
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
ed39c9a572
|
refact: rename snap range to fset range in tsdbSnapInfo.c
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
3550347f0c
|
refact: use tsdbFSDestroyCopyRangedSnapshot and tsdbFSDestroyRefRangedSnapshot
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
962febef02
|
refact: rename tsdb snap range to tsdb fset range
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
ed916b1a80
|
refact: rename tsdb snap partition to fset partition
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
20b5cf8d49
|
refact: remove redundent includes from tsdbSnapInfo.c
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
4487eeacb5
|
refact: improve funcs dealing with SnapInfo for vnode snap reader and writer
|
2023-12-07 15:28:14 +08:00 |
Benguang Zhao
|
b8b53a4b0e
|
refact: put source code of snap info into tsdbSnapInfo.c
|
2023-12-07 15:28:06 +08:00 |
Benguang Zhao
|
3ad68bdfea
|
enh: add tsdbSnapInfo.c
|
2023-12-07 15:20:55 +08:00 |
Benguang Zhao
|
ddcabcfa4a
|
refact: remove unused fn tSerializeSnapRangeArray
|
2023-12-07 15:20:55 +08:00 |
Benguang Zhao
|
e429526789
|
refact: rename STSnapRange to STFileSetRange
|
2023-12-07 15:20:55 +08:00 |
dapan1121
|
30eb035447
|
Merge pull request #23940 from taosdata/fix/TS-4327
fix: last/last_row crash with dropped column
|
2023-12-06 17:57:24 +08:00 |
Minglei Jin
|
a9309cb295
|
fix(tsdb/cache): del from mem with time range
|
2023-12-06 17:52:15 +08:00 |
shenglian zhou
|
a2e7c78d27
|
refactor: rename variables
|
2023-12-06 09:39:38 +08:00 |
Haojun Liao
|
85c7dc76e9
|
Merge pull request #23948 from taosdata/mark/3.0
fix:offset out of range if poll offset is read from offsetRestored wh…
|
2023-12-06 09:12:38 +08:00 |
wangmm0220
|
fc9dfc77d0
|
fix:add plan for multi agg operator in stream
|
2023-12-05 20:07:20 +08:00 |
wangmm0220
|
cc51fd47d0
|
fix:offset out of range if poll offset is read from offsetRestored while wal is deleted
|
2023-12-05 19:09:29 +08:00 |
wangjiaming0909
|
a6c876bbc1
|
fix: last/last_row crash with dropped column
|
2023-12-05 14:16:01 +08:00 |
Minglei Jin
|
e0a14bd359
|
fix(tsdb/cache): remove debug log
|
2023-12-05 14:05:16 +08:00 |
Haojun Liao
|
9d451ab56e
|
Merge pull request #23934 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
|
2023-12-05 12:58:18 +08:00 |
Haojun Liao
|
cb8dfae0cc
|
refactor: do some internal refactor.
|
2023-12-05 10:47:19 +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
|
cc5890d56a
|
Merge pull request #23924 from taosdata/fix/3_liaohj
enh(tsdb): extract rows for the given tables in all stt files.
|
2023-12-04 19:21:19 +08:00 |