[
https://issues.apache.org/jira/browse/IOTDB-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100514#comment-17100514
]
Giorgio Zoppi commented on IOTDB-638:
-------------------------------------
Basically your competitor is InfluxDB that it is written in Go. The ideas and
the design of your database are good but most of DBs are implemented in native
for performance reasons. So basically i would like to try an effort (could you
possibly open an EPIC ticket with all the action - issue needed for porting
TsFile?) to port it gradually in modern C++. The first candidate is the TsFile
from your design. So at first we may want:
# Create a C++ library for TsFile
# Integrate that in JNI
# See if it is working with a current DB.
# How much we gain in term of performance
> IoTDB Native: Porting TsFile to Native.
> ---------------------------------------
>
> Key: IOTDB-638
> URL: https://issues.apache.org/jira/browse/IOTDB-638
> Project: Apache IoTDB
> Issue Type: Improvement
> Components: Core/TsFile
> Reporter: Giorgio Zoppi
> Priority: Major
>
> We want start an effort for porting the TsFile infrastructure to native code
> in order to improve performance. This is going to be the first step towards a
> native core for IoTDB.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)