You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "wangyanhong (Jira)" <ji...@apache.org> on 2020/08/27 02:00:00 UTC

[jira] [Commented] (IOTDB-839) Make Tablet api more friendly

    [ https://issues.apache.org/jira/browse/IOTDB-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185543#comment-17185543 ] 

wangyanhong commented on IOTDB-839:
-----------------------------------

like following?

Tablet tablet = new Tablet();

tablet.addTimestamp(time1);

tablet.add("measurement1", index, value) ;

...

tablet.addTimestamp(time2);

tablet.add("measurement1", index, value) ;

> Make Tablet api more friendly
> -----------------------------
>
>                 Key: IOTDB-839
>                 URL: https://issues.apache.org/jira/browse/IOTDB-839
>             Project: Apache IoTDB
>          Issue Type: Improvement
>          Components: Client/Java
>            Reporter: Jialin Qiao
>            Priority: Major
>
> We could record the measurement -> index inside tablet and support interface like add("measurement1", index, value) 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)