Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently, a Node is considered a Device if it has a measurement. Then it is not possible that this devices has a "subpath" which again is a device but only measurements.
This should be changed so that a Device can also have "subdevices".
Example:
CREATE TIMESERIES root.sg1.d1.s1 with datatype=INT32,encoding=RLE; CREATE TIMESERIES root.sg1.d1.d2.s1 with datatype=INT32,encoding=RLE; CREATE TIMESERIES root.sg1.d1.d2.s2 with datatype=INT32,encoding=RLE;
Currently the first command succeeds but the second and third fail.
But they should also be possible.
Note: Example above is from jixuan1989
Attachments
Attachments
Issue Links
- causes
-
IOTDB-759 Refactor MNode by removing InternalMNode
- Closed
- relates to
-
IOTDB-1137 MNode.getLeafCount error when existing sub-device
- Closed
- links to