This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch new_TsFile
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from ea64fd7 fix init file metadata
add a618d70 Add TimeSeriesMetadataCache in server
No new revisions were added by this update.
Summary of changes:
.../resources/conf/iotdb-engine.properties | 6 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 13 +++
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 2 +
.../db/engine/cache/CacheHitRatioMonitor.java | 5 +
.../engine/cache/CacheHitRatioMonitorMXBean.java | 2 +
...hunkCache.java => TimeSeriesMetadataCache.java} | 102 ++++++++++++---------
.../org/apache/iotdb/db/utils/FileLoaderUtils.java | 5 +-
.../iotdb/tsfile/read/TsFileSequenceReader.java | 5 +-
8 files changed, 91 insertions(+), 49 deletions(-)
copy server/src/main/java/org/apache/iotdb/db/engine/cache/{ChunkCache.java =>
TimeSeriesMetadataCache.java} (50%)