You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Gaofei Cao (Jira)" <ji...@apache.org> on 2022/11/28 02:52:00 UTC

[jira] [Created] (IOTDB-5066) Perfect the implementation of Getslots

Gaofei Cao created IOTDB-5066:
---------------------------------

             Summary: Perfect the implementation of Getslots
                 Key: IOTDB-5066
                 URL: https://issues.apache.org/jira/browse/IOTDB-5066
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Gaofei Cao
            Assignee: 陈哲涵


# change timeSlotId to startTime。 `show Data RegionId of root.test.g_1 where seriesSlotId=4468 and timeSlotId=1536796800000`  => `show Data RegionId of root.test.g_1 where seriesSlotId=4468 and startTime=1536796800000`。   timeSlotId = startTime % partition_interval.
 # can show region of given deviceId.   `show Data RegionId of root.test.g_1 where seriesSlotId=4468`  => `show Data RegionId of root.test.g_1 where deviceId=root.tesst.g_1`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)