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_r360843394
##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
##########
@@ -452,6 +452,19 @@
*/
private long defaultTTL = Long.MAX_VALUE;
+ public long getTimeRangeForStorageGroup() {
+ return timeRangeForStorageGroup;
+ }
+
+ public void setTimeRangeForStorageGroup(long timeRangeForStorageGroup) {
+ this.timeRangeForStorageGroup = timeRangeForStorageGroup;
+ }
+
+ /**
+ * Time range for divide storage group, unit is second
Review comment:
```suggestion
* Time range for partition data inside each storage group, the unit is
second
```
----------------------------------------------------------------
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