Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-750

Allow Sub-Devices in IoTDB Server

    XMLWordPrintableJSON

Details

    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

        1. image-2020-06-08-11-56-45-575.png
          156 kB
          Jialin Qiao
        2. image-2020-06-08-11-57-00-833.png
          156 kB
          Jialin Qiao

        Issue Links

          Activity

            People

              jfeinauer Julian Feinauer
              jfeinauer Julian Feinauer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: