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)