[
https://issues.apache.org/jira/browse/IOTDB-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tian Jiang closed IOTDB-13.
---------------------------
> Support batched ingestion
> -------------------------
>
> Key: IOTDB-13
> URL: https://issues.apache.org/jira/browse/IOTDB-13
> Project: Apache IoTDB
> Issue Type: Improvement
> Reporter: Tian Jiang
> Assignee: Yanzhe An
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.8.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Our current insertion interface is based on building one TsRecord for a
> timestamp. This limits our capability when ingestion a large amount of
> pre-generated data.
> We need specifically designed batch load interface to improve our performance
> when loading, say, historical data. For example, the size checks of multiple
> PageWriters can be reduced to one in a batched fashion. Moreover, when the
> schema of the data is static, we can use primitive arrays instead of Lists
> which may incur the performance greatly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)