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

Jialin Qiao commented on IOTDB-607:
-----------------------------------

This is a rpc interface and we can only use this in Session.

 

rpc interface:

TSExecuteBatchStatementResp createMultiTimeseries(1:TSCreateMultiTimeseriesReq 
req);

 

Session interface:

void createMultiTimeseries(List<String> paths, List<TSDataType> dataTypes,
 List<TSEncoding> encodings, List<CompressionType> compressors,
 List<Map<String, String>> propsList, List<Map<String, String>> tagsList,
 List<Map<String, String>> attributesList, List<String> measurementAliasList)

> Add CreateMultiTimeseries rpc interface
> ---------------------------------------
>
>                 Key: IOTDB-607
>                 URL: https://issues.apache.org/jira/browse/IOTDB-607
>             Project: Apache IoTDB
>          Issue Type: Improvement
>          Components: Client/CLI
>            Reporter: Jialin Qiao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0-SNAPSHOT
>
>
> After the tag/attributes are added. CreateTimesseries is more powerful. We 
> need to add a batch create an interface to reduce network IO.



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

Reply via email to