| .. |
|
tsdbCache.c
|
refactor: use lru instead of hash map.
|
2025-11-10 00:48:05 +08:00 |
|
tsdbCacheRead.c
|
fix: core at last query when memory is exhausted (#33108)
|
2025-09-28 15:42:19 +08:00 |
|
tsdbCommit.c
|
refact more code
|
2024-07-17 22:09:09 +08:00 |
|
tsdbCommit2.c
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbCommit2.h
|
refact more code
|
2023-06-19 09:32:29 +08:00 |
|
tsdbDataFileRAW.c
|
enh: error code handle
|
2024-09-11 10:56:40 +08:00 |
|
tsdbDataFileRAW.h
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbDataFileRW.c
|
enh: refactor some tsdb log info (#32159)
|
2025-07-25 09:12:37 +08:00 |
|
tsdbDataFileRW.h
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbDef.h
|
enh: check return code
|
2024-07-18 11:32:13 +08:00 |
|
tsdbFile.c
|
feat: support mount data path (#31677)
|
2025-07-12 15:39:29 +08:00 |
|
tsdbFile2.c
|
enh: destroy mutex of file object (#32852)
|
2025-09-03 11:25:28 +08:00 |
|
tsdbFile2.h
|
feat: rollup sma (#33063)
|
2025-09-26 17:32:32 +08:00 |
|
tsdbFS.c
|
feat: support mount data path (#31677)
|
2025-07-12 15:39:29 +08:00 |
|
tsdbFS2.c
|
fix: dead lock caused by pthread_cond_destroy (#33168)
|
2025-10-01 12:06:11 +08:00 |
|
tsdbFS2.h
|
enh: support rollup vgroups and show create rsma (#33128)
|
2025-09-29 17:04:05 +08:00 |
|
tsdbFSet2.c
|
feat: rollup sma (#33063)
|
2025-09-26 17:32:32 +08:00 |
|
tsdbFSet2.h
|
feat: rollup sma (#33063)
|
2025-09-26 17:32:32 +08:00 |
|
tsdbFSetRAW.c
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbFSetRAW.h
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbFSetRW.c
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbFSetRW.h
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbIter.c
|
fix: add duplicate tolerance (#31217)
|
2025-05-28 16:54:48 +08:00 |
|
tsdbIter.h
|
enh: remove void with error code handle
|
2024-09-10 13:12:05 +08:00 |
|
tsdbMemTable.c
|
fix ci issues
|
2024-12-06 14:25:11 +08:00 |
|
tsdbMerge.c
|
feat: add write metrics. (#31198)
|
2025-06-30 10:33:34 +08:00 |
|
tsdbMerge.h
|
refact more code
|
2023-06-19 09:32:29 +08:00 |
|
tsdbMergeTree.c
|
refactor: opt free ploadInfo
|
2025-11-12 11:25:50 +08:00 |
|
tsdbMigrate.c
|
fix: crash in migrate when vgroup has no fileset (#33120)
|
2025-09-29 13:45:36 +08:00 |
|
tsdbOpen.c
|
fix: move tsdb retention monitor to community (#33094)
|
2025-09-27 12:26:10 +08:00 |
|
tsdbRead2.c
|
Merge remote-tracking branch 'origin/main' into merge/mainto3.0
|
2025-11-13 15:57:26 +08:00 |
|
tsdbReaderWriter.c
|
enh: refactor some tsdb log info (#32159)
|
2025-07-25 09:12:37 +08:00 |
|
tsdbReadUtil.c
|
fix(query): don't free rowkey when suspending tsdb reader. (#33103)
|
2025-09-28 15:49:22 +08:00 |
|
tsdbReadUtil.h
|
Merge pull request #33568 from taosdata/feat/opt_last
|
2025-11-13 13:48:14 +08:00 |
|
tsdbRetention.c
|
enh(rsma): support alter/decimal/composite key (#33177)
|
2025-10-10 11:24:13 +08:00 |
|
tsdbRetentionMonitor.c
|
fix: move tsdb retention monitor to community (#33094)
|
2025-09-27 12:26:10 +08:00 |
|
tsdbScan.c
|
feat: impl vnode scan (#32942)
|
2025-09-19 13:41:41 +08:00 |
|
tsdbSnapInfo.c
|
feat: rollup sma (#33063)
|
2025-09-26 17:32:32 +08:00 |
|
tsdbSnapshot.c
|
fix: possible snapshot message size error and log info
|
2025-11-10 17:12:23 +08:00 |
|
tsdbSnapshotRAW.c
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbSttFileRW.c
|
enh: refactor some tsdb log info (#32159)
|
2025-07-25 09:12:37 +08:00 |
|
tsdbSttFileRW.h
|
adjust api code
|
2025-02-10 15:56:23 +08:00 |
|
tsdbUpgrade.c
|
enh:modify error code passing
|
2024-09-20 08:56:46 +08:00 |
|
tsdbUpgrade.h
|
more code
|
2023-06-25 16:27:14 +08:00 |
|
tsdbUtil.c
|
fix: blob test (#32020)
|
2025-07-21 17:14:57 +08:00 |
|
tsdbUtil2.c
|
ehn: remove void
|
2024-09-24 16:08:48 +08:00 |
|
tsdbUtil2.h
|
ehn: remove void
|
2024-09-24 16:08:48 +08:00 |
|
tsdbWrite.c
|
enh: clear more asserts
|
2024-08-26 16:56:48 +08:00 |