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
|
84c5359d5b
|
other: merge 3.0
|
2023-10-13 08:58:26 +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
|
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 |
Minglei Jin
|
48222f5dc3
|
tsdb/cache: move data file reader for fs iter to cache reader
|
2023-07-20 09:11:26 +08:00 |
Haojun Liao
|
a84efab2c8
|
enh(tsdb): add table filter according to stt block statistics data.
|
2023-07-19 15:01:25 +08:00 |
Minglei Jin
|
a127e91534
|
tsdb/cache skyline: first round implementation of cache skyline
|
2023-07-18 17:17:06 +08:00 |
Minglei Jin
|
9f9efe9a5e
|
tsdb/cache reader: remove dataf & dataf last readers
|
2023-07-18 15:30:31 +08:00 |
Minglei Jin
|
998fbe574d
|
tsdb/cache reader: move suid into reader's info field
|
2023-07-17 19:10:33 +08:00 |
Minglei Jin
|
a05383e29e
|
tsdb/cache: new load tomb callback from tsdb mergetree
|
2023-07-17 15:07:10 +08:00 |
Minglei Jin
|
27b8671f97
|
tsdb/cache: new cacheReader field for tsdb & cache reader
|
2023-07-17 14:27:27 +08:00 |
Minglei Jin
|
9b0b4061e0
|
tsdb/cache: relayout cache row reader
|
2023-07-17 14:16:54 +08:00 |
Minglei Jin
|
2b21c5e0f6
|
tsdb2: adapt cache with tsdb2 API
|
2023-07-17 08:50:54 +08:00 |
Haojun Liao
|
98349a4265
|
refactor(tsdb): do some internal refactor.
|
2023-07-09 18:05:24 +08:00 |
Haojun Liao
|
14844c7b4b
|
refactor(tsdb): opt tsdb read perf
|
2023-07-08 21:25:11 +08:00 |
Hongze Cheng
|
1304c08cdd
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
|
2023-07-05 10:57:55 +08:00 |
Haojun Liao
|
9e98c64b1e
|
fix(tsdb): set correct stt load info. update the test case.
|
2023-06-30 22:57:49 +08:00 |
Haojun Liao
|
1ad05a06d6
|
Merge branch '3.0' into enh/tsdb_optimize
|
2023-06-27 11:46:37 +08:00 |
Haojun Liao
|
3289ad62be
|
other: merge 3.0
|
2023-06-27 11:33:40 +08:00 |
Haojun Liao
|
1073b5e4c2
|
fix(tsdb): support to read multi-level of stt files.
|
2023-06-27 11:15:53 +08:00 |
dapan1121
|
4dae9f4eff
|
merge main to 3.0
|
2023-06-26 18:43:00 +08:00 |
Hongze Cheng
|
e79683a684
|
fix more
|
2023-06-26 13:57:18 +08:00 |
Haojun Liao
|
cf02ac7229
|
fix(tsdb): extract tomb data in stt files.
|
2023-06-21 18:57:14 +08:00 |
Hongze Cheng
|
1160f53062
|
more code
|
2023-06-21 16:35:06 +08:00 |
Hongze Cheng
|
0e97340e50
|
more code
|
2023-06-21 14:53:36 +08:00 |
Haojun Liao
|
f6e3ad27f0
|
fix(tsdb): fix memory leak.
|
2023-06-21 11:38:35 +08:00 |
Haojun Liao
|
524ef6edda
|
fix(tsdb): read data from new storage format.
|
2023-06-19 17:51:05 +08:00 |
Haojun Liao
|
077e1a1ed4
|
Merge branch '3.0' into refact/fillhistory
|
2023-06-05 11:41:13 +08:00 |
Hongze Cheng
|
efff4e77f0
|
more code
|
2023-06-05 09:36:26 +08:00 |
Hongze Cheng
|
3df9620450
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
|
2023-06-05 09:10:16 +08:00 |
Haojun Liao
|
becacbc84b
|
fix(query): fix syntax error.
|
2023-06-02 23:36:47 +08:00 |
Haojun Liao
|
b5b4cd2a05
|
fix(query): load del info with upper version limitation.
|
2023-06-02 23:15:27 +08:00 |
Hongze Cheng
|
fbc4d649de
|
more code
|
2023-06-01 10:36:12 +08:00 |
Haojun Liao
|
eda06081ff
|
enh(stream): refactor and serialize the attributes of history tasks.
|
2023-05-30 16:55:37 +08:00 |
Hongze Cheng
|
e0889b404d
|
more code
|
2023-05-30 15:31:11 +08:00 |
Hongze Cheng
|
41459a92c0
|
more code
|
2023-05-29 18:42:31 +08:00 |
Hongze Cheng
|
fa00d0df77
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
|
2023-05-26 09:55:27 +08:00 |
Haojun Liao
|
cea8334427
|
Merge pull request #21449 from taosdata/refact/fillhistory
refactor: remove the module dependency. TD-24279
|
2023-05-26 09:01:45 +08:00 |
Haojun Liao
|
e67b532d8a
|
refactor: refactor the module dependency.
|
2023-05-23 18:29:23 +08:00 |
Hongze Cheng
|
89eafa18cb
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
|
2023-05-23 09:58:53 +08:00 |
Minglei Jin
|
75ccd024a2
|
cache/writebatch: separate read & write batches
|
2023-05-22 18:06:58 +08:00 |
Hongze Cheng
|
66ea10755e
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
|
2023-05-19 10:58:12 +08:00 |