qiaojialin commented on a change in pull request #664: [IOTDB-333] Storage group divide by time range URL: https://github.com/apache/incubator-iotdb/pull/664#discussion_r360843070
########## File path: server/src/assembly/resources/conf/iotdb-engine.properties ########## @@ -415,4 +415,9 @@ value_encoder=PLAIN # Compression configuration # Data compression method, TsFile supports UNCOMPRESSED or SNAPPY. Default value is UNCOMPRESSED which means no compression -compressor=SNAPPY \ No newline at end of file +compressor=SNAPPY + +# Time range for divide storage group +# Time series data will divide into groups by this time range +# Unit is second +storage_group_time_range = 86400 Review comment: ```suggestion partition_interval = 86400 ``` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
