Hongze Cheng
|
5e45ecd3fd
|
fix: possible race condition
|
2024-01-08 16:46:07 +08:00 |
Hongze Cheng
|
7cb12db8ce
|
remove more useless code
|
2023-12-29 15:20:27 +08:00 |
Hongze Cheng
|
a7c8563c06
|
fix: remove useless code
|
2023-12-25 16:13:30 +08:00 |
slzhou
|
2743228217
|
Merge branch '3.0' of github.com:taosdata/TDengine into feat/TS-4229
|
2023-12-11 14:15:17 +08:00 |
Haojun Liao
|
39ea7d7567
|
Merge pull request #23980 from taosdata/fix/3_liaohj
fix(tsdb): opt read stt file
|
2023-12-09 21:28:52 +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 |
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
|
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
|
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
|
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 |
Hongze Cheng
|
04e84ba152
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4229
|
2023-12-06 16:43:00 +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 |
Haojun Liao
|
24d9337632
|
enh(tsdb): extract rows for the given tables in all stt files.
|
2023-12-04 15:38:24 +08:00 |
Hongze Cheng
|
cea4be6f3c
|
fix: bg task memory waste
|
2023-12-04 13:40:28 +08:00 |
Hongze Cheng
|
65ccc4aa48
|
feat: backgroud task priority
|
2023-11-29 18:01:31 +08:00 |
Hongze Cheng
|
8050d73202
|
first version
|
2023-11-15 13:41:00 +08:00 |
dapan1121
|
dfb3feb5dc
|
Merge remote-tracking branch 'origin/main' into merge/m23
|
2023-11-15 11:39:18 +08:00 |
Minglei Jin
|
64644d673b
|
Merge branch '3.0' into fix/TD-26189-last-tier-write
|
2023-11-01 10:53:55 +08:00 |
Minglei Jin
|
a61502411d
|
tsdb/pg-cache: new page cache for tsdb s3 read file page
|
2023-11-01 10:49:05 +08:00 |
Hongze Cheng
|
cdb1d8296d
|
feat: concurrency on fileset
|
2023-10-27 17:48:19 +08:00 |
Benguang Zhao
|
eb8c4d3e8c
|
enh: use hash table for filtering fset in tsdbSnapReaderOpen and tsdbSnapWriterOpen
|
2023-10-19 11:18:57 +08:00 |
Benguang Zhao
|
b80f8201ce
|
feat: detect fs incompleteness of RSMA tsdbs
|
2023-10-19 11:04:39 +08:00 |
Benguang Zhao
|
eb4e2aa58f
|
feat: restore incomplete fsm state with maxVerValid via snapshot replication
|
2023-10-19 11:04:36 +08:00 |
Benguang Zhao
|
410ced8320
|
feat: use TLV format to encode data of snapshot info
|
2023-10-19 10:51:13 +08:00 |
Benguang Zhao
|
c1b2eedd3c
|
feat: impl tsdbSnapGetInfo
|
2023-10-19 10:51:08 +08:00 |
Benguang Zhao
|
399afe1094
|
refact: tidy up declarations of funcs in tsdbUpgrade.c
|
2023-10-19 10:37:25 +08:00 |
Benguang Zhao
|
573c28fd06
|
enh: iterate over a list of snap ranges for STsdbSnapReader
|
2023-10-19 10:17:28 +08:00 |
Haojun Liao
|
33018a0bdb
|
fix(tsdb): fix syntax error.
|
2023-10-16 14:07:09 +08:00 |
Haojun Liao
|
6b86d050f2
|
fix(tsdb): record the pinned block iter.
|
2023-10-16 13:26:13 +08:00 |
Haojun Liao
|
fb2172933a
|
fix(tsdb): enable pin stt datablock.
|
2023-10-16 13:26:06 +08:00 |
Haojun Liao
|
ccecf05ff8
|
fix(tsdb): record the pinned block iter.
|
2023-10-16 11:48:57 +08:00 |
Haojun Liao
|
67bee17e5e
|
other: merge main.
|
2023-10-16 09:55:41 +08:00 |
Haojun Liao
|
f751f2bb3d
|
fix(tsdb): enable pin stt datablock.
|
2023-10-16 09:49:51 +08:00 |
Haojun Liao
|
bd72d080a9
|
Merge pull request #23242 from taosdata/fix/liaohj
refactor: do some internal refactor.
|
2023-10-13 16:40:14 +08:00 |
Haojun Liao
|
84c5359d5b
|
other: merge 3.0
|
2023-10-13 08:58:26 +08:00 |
Haojun Liao
|
eb4449999f
|
other: merge 3.0
|
2023-10-12 10:33:48 +08:00 |
Haojun Liao
|
a03f09c00f
|
refactor: update some logs.
|
2023-10-11 10:32:31 +08:00 |
Shungang Li
|
2c66f44b31
|
fix(tsdb): ensure sst trigger array size for upgrade
|
2023-10-10 21:07:08 +08:00 |
Haojun Liao
|
be09c173ab
|
fix:fix coverity issue and remove unnecessary files.
|
2023-10-09 19:56:17 +08:00 |
Minglei Jin
|
d155cfcf0f
|
tsdb/readerwriter: use tsdb's s3 block cache to read file page
|
2023-09-20 15:24:54 +08:00 |
Minglei Jin
|
318281356b
|
s3/block_cache: new tsdb block cache
|
2023-09-15 16:19:21 +08:00 |
Haojun Liao
|
9b70c0c457
|
fix:fix coverity issue and remove unnecessary files.
|
2023-09-14 09:06:10 +08:00 |
Haojun Liao
|
cbd24bb254
|
refactor: do some internal refactor
|
2023-08-16 18:20:34 +08:00 |
Haojun Liao
|
6609882f9f
|
fix(tsdb): add stt statistics block buffer, and do some internal refactor.
|
2023-08-16 10:55:07 +08:00 |
Minglei Jin
|
7d294cac5f
|
tsdb/cache: load current fileset's brinblk once
|
2023-08-01 18:56:10 +08:00 |
Minglei Jin
|
424dd40078
|
tsdb/cache: reuse pDataFileReader for same fileset
|
2023-07-24 14:45:35 +08:00 |