Haojun Liao
|
42e0dff589
|
fix(stream): move the expansion of the stream task related fill-history task to the place where the fill-history task must have been deoployed already.
|
2024-06-14 17:03:04 +08:00 |
|
Haojun Liao
|
cbf8b363fc
|
fix(stream): update checkpoint info by using trans.
|
2024-06-10 00:46:01 +08:00 |
|
Haojun Liao
|
927e2237de
|
Merge branch '3.0' into fix/3_liaohj
|
2024-06-03 15:56:02 +08:00 |
|
dapan1121
|
affdeed944
|
Merge pull request #25909 from taosdata/feat/ly_tmq_batch_meta
optimize tmq snapshot meta
|
2024-06-03 10:19:57 +08:00 |
|
Haojun Liao
|
cff5e753ef
|
fix(stream): discard the result data block if the primary timestamp of results is expired.
|
2024-05-30 14:16:49 +08:00 |
|
Haojun Liao
|
d1d868f239
|
refactor: do some internal refactor and set the pActiveInfo for rsma.
|
2024-05-29 00:08:29 +08:00 |
|
Haojun Liao
|
c3c6b680fb
|
Merge branch '3.0' into fix/3_liaohj
|
2024-05-28 17:29:22 +08:00 |
|
Haojun Liao
|
be107b204c
|
enh(stream): support retrieve checkpoint data remotely when start stream tasks in vnodes.
|
2024-05-28 09:54:22 +08:00 |
|
Hongze Cheng
|
f729072044
|
enh: reduce compact block write time
|
2024-05-23 17:57:07 +08:00 |
|
54liuyao
|
441a150d66
|
optimize tmq snapshot meta
|
2024-05-23 17:35:54 +08:00 |
|
Haojun Liao
|
3baa4169e6
|
Merge branch '3.0' into fix/3_liaohj
|
2024-05-20 10:31:53 +08:00 |
|
Minglei Jin
|
3b8c27764d
|
Merge branch '3.0' into fix/TD-29995-3.0
|
2024-05-17 10:17:33 +08:00 |
|
Shungang Li
|
5c952fc922
|
enh: cleanup
|
2024-05-17 09:10:35 +08:00 |
|
Shungang Li
|
fc047ddafc
|
fix: last cache update rule
|
2024-05-16 09:30:27 +08:00 |
|
54liuyao
|
4c603fee55
|
format code
|
2024-05-15 10:54:24 +08:00 |
|
54liuyao
|
3c56f623ed
|
adj inline func
|
2024-05-15 10:46:19 +08:00 |
|
54liuyao
|
ab3ba3f2e4
|
optimize scan tsdb
|
2024-05-15 09:09:20 +08:00 |
|
Haojun Liao
|
d7e1f37cd4
|
Merge branch '3.0' into fix/3_liaohj
|
2024-05-11 10:28:12 +08:00 |
|
Haojun Liao
|
7f93ec2c53
|
fix(stream): update the checkpoint info for followers, and some internal refactor.
|
2024-05-11 09:37:02 +08:00 |
|
Shungang Li
|
457b98fee8
|
fix: adjust SValueV0 data order
|
2024-05-09 21:52:43 +08:00 |
|
Shungang Li
|
7ae4415890
|
fix: refactor lastcache ser/des for compatibility
|
2024-05-09 19:04:11 +08:00 |
|
Shungang Li
|
70598a3038
|
enh: refactor tsdbCache ser/des
|
2024-05-09 00:13:19 +08:00 |
|
Shungang Li
|
733c8f8f9a
|
fix: (compatibility) SLastCol field change cause 'last' crash
|
2024-05-08 16:12:43 +08:00 |
|
wangmm0220
|
1f85cb42e6
|
fix:[TS-4728]transform strore data if data is too big
|
2024-04-29 17:22:40 +08:00 |
|
wangmm0220
|
1695824c73
|
fix:merge from 3.0
|
2024-04-19 13:52:57 +08:00 |
|
wangmm0220
|
42467c0e00
|
opti:raw data from tmq
|
2024-04-19 13:48:17 +08:00 |
|
Yihao Deng
|
04e78d0ce7
|
Merge branch 'feat/3.0' into feat/compress_3.0
|
2024-04-17 03:23:02 +00:00 |
|
Yihao Deng
|
6f9de676f0
|
Merge branch 'fix/compress_3.0' into feat/compress_3.0
|
2024-04-16 09:27:26 +00:00 |
|
wangjiaming0909
|
e947a2fb0d
|
catalog cache get stream progress
|
2024-04-16 14:18:10 +08:00 |
|
Haojun Liao
|
e0cb17211b
|
Merge pull request #25358 from taosdata/feat/TS-4243-3.0
fix: extracted data block shall initialize pks of datablock info
|
2024-04-16 13:30:48 +08:00 |
|
Haojun Liao
|
51dfa20cf4
|
fix(tsdb): set correct initial value for compare.
|
2024-04-16 10:13:15 +08:00 |
|
Yihao Deng
|
ea9385912f
|
Merge branch '3.0' into feat/compress_3.0
|
2024-04-15 09:06:30 +00: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 |
|
Haojun Liao
|
1e89b86827
|
refactor: do some internal refactor.
|
2024-04-12 13:51:29 +08:00 |
|
Minglei Jin
|
d1cb05bba0
|
Merge branch 'feat/TS-4243-3.0' into enh/TD-28945-pk
|
2024-04-10 09:09:51 +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 |
|
Shungang Li
|
dd55034c94
|
fix: pk last write error
|
2024-04-09 17:43:10 +08: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 |
|
Shungang Li
|
b649a73a19
|
feat: pk insert/drop last cache
|
2024-04-07 17:30:54 +08:00 |
|
Haojun Liao
|
dc954e112e
|
fix(tsdb): add key for lastProcessKey, and remove invalid assign for key
|
2024-04-05 19:47:59 +08:00 |
|
yihaoDeng
|
684055bc7c
|
Merge branch '3.0' into feature/compressData
|
2024-04-02 04:20:39 +00:00 |
|
yihaoDeng
|
d85ae3c26e
|
fix invalid free
|
2024-04-02 12:14:02 +08:00 |
|
factosea
|
9ddc0b51cb
|
merge
|
2024-03-29 10:37:59 +08:00 |
|
Haojun Liao
|
5c729cc836
|
refactor: do some internal refactor.
|
2024-03-25 17:57:59 +08:00 |
|
Haojun Liao
|
ef6ea16d64
|
other: merge 3.0
|
2024-03-22 17:57:25 +08:00 |
|
kailixu
|
fb2667d92d
|
fix: sys table scan and meta query
|
2024-03-22 10:33:46 +08:00 |
|
Haojun Liao
|
fd8f065c67
|
refactor: do some internal refactor.
|
2024-03-21 15:08:23 +08:00 |
|
Haojun Liao
|
5ed0283494
|
fix(tsdb): support composite primary key.
|
2024-03-20 14:17:37 +08:00 |
|