You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/01/20 10:47:49 UTC

[iotdb] 01/01: Don't let users to set FILE_TIME_INDEX, we only support automatically degraded from DEVICE_TIME_INDEX to FILE_TIME_INDEX

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch DisableFileIndex
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 99009760b22cf50719c1adb52716c406fda9ef2d
Author: JackieTien97 <ja...@gmail.com>
AuthorDate: Thu Jan 20 18:47:01 2022 +0800

    Don't let users to set FILE_TIME_INDEX, we only support automatically degraded from DEVICE_TIME_INDEX to FILE_TIME_INDEX
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index fca4dd0..b1a9bf4 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -319,11 +319,6 @@ timestamp_precision=ms
 # Datatype: int
 # virtual_storage_group_num = 1
 
-# Level of TimeIndex, which records the start time and end time of TsFileResource. Currently,
-# DEVICE_TIME_INDEX and FILE_TIME_INDEX are supported, and could not be changed after first set.
-# Datatype: TimeIndexLevel
-# time_index_level=DEVICE_TIME_INDEX
-
 ####################
 ### Memory Control Configuration
 ####################