This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a change to branch feature/optimize_memory
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 5d17be6f583 Add Off Heap Memory Total
add 3267b4fa0d0 Add compaction selection cached device time index size
metric (#14582)
add d87f9342fab Pipe: Fix the problem that the Pipe indicator is
inaccurate and negative (#14627)
add 992f18e0639 Fix that place-holder tag column are not Binary[] (#14621)
add 64428133aa0 Merge branch 'master' into feature/optimize_memory
No new revisions were added by this update.
Summary of changes:
.../it/session/IoTDBSessionRelationalIT.java | 156 ++++++++++++++++-----
.../PipeDataNodeRemainingEventAndTimeOperator.java | 20 ++-
.../db/service/metrics/CompactionMetrics.java | 24 ++++
.../schedule/CompactionScheduleContext.java | 21 ++-
.../impl/RewriteCrossSpaceCompactionSelector.java | 7 +-
.../utils/CrossSpaceCompactionCandidate.java | 4 +-
.../selector/utils/TsFileResourceCandidate.java | 76 +++++-----
.../dataregion/tsfile/TsFileResource.java | 34 ++---
.../rescon/memory/TsFileResourceManager.java | 2 +-
.../org/apache/iotdb/db/utils/CommonUtils.java | 6 -
.../iotdb/commons/service/metric/enums/Metric.java | 1 +
11 files changed, 244 insertions(+), 107 deletions(-)