You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Haonan Hou (Jira)" <ji...@apache.org> on 2023/05/31 03:30:00 UTC

[jira] [Created] (IOTDB-5946) Optimize the implement of tablet in Go client

Haonan Hou created IOTDB-5946:
---------------------------------

             Summary: Optimize the implement of tablet in Go client
                 Key: IOTDB-5946
                 URL: https://issues.apache.org/jira/browse/IOTDB-5946
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Haonan Hou


The implement of GO tablet is different with the JAVA version.

Go Tablet does not have the rowSize field and reset method of Java Tablet, so each time the tablet setValue must be filled to the maximum number of rows on the Tablet, and the Tablet cannot be reused after one insert. 



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