qiaojialin commented on a change in pull request #802: Cached chunk
URL: https://github.com/apache/incubator-iotdb/pull/802#discussion_r379260931
 
 

 ##########
 File path: server/src/assembly/resources/conf/iotdb-engine.properties
 ##########
 @@ -275,9 +275,9 @@ chunk_merge_point_threshold=20480
 
 # whether to cache meta data(ChunkMetaData and TsFileMetaData) or not.
 meta_data_cache_enable=true
-# Read memory Allocation Ratio: FileMetaDataCache, ChunkMetaDataCache, and 
Free Memory Used in Query.
-# The parameter form is a:b:c, where a, b and c are integers. for example: 
1:1:1 , 3:6:10
-filemeta_chunkmeta_free_memory_proportion=3:6:10
+# Read memory Allocation Ratio: FileMetaDataCache, ChunkMetaDataCache, 
ChunkCache and Free Memory Used in Query.
+# The parameter form is a:b:c:d, where a, b, c and d are integers. for 
example: 1:1:1:1 , 3:6:10:20
+filemeta_chunkmeta_free_memory_proportion=3:6:10:20
 
 Review comment:
   this name lacks "chunk", how about remove this parameter and dynamically 
adjust in the server

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to