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

Time partition doesn't take effect in cluster mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.14.0
    • None
    • 2022-9-Cluster

    Description

      I started a 1C1D cluster on my local machine and execute the following SQLs:

       

      insert into root.sg1.d(timestamp, s1, s2, s3, s4) values (1662688890000, 1.0, 2.0, 3.0, 4.0);
      insert into root.sg1.d(timestamp, s1, s2, s3, s4) values (1663722491000, 1.0, 2.0, 3.0, 4.0);
      select ** from root.sg1;
      show regions;

      The results are shown below:

       

      As we can see, the time partition doesn't take effect since the value of TimeSlots is supposed to be 2.

      Attachments

        Activity

          People

            Mrquan Quan Siyi
            CRZbulabula Yongzao Dan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: