Re: Add a pinned issue: Join the comunity

2020-11-10 Thread Xiangdong Huang
Hi, You can send the modifications here and we will update it to the issue :D Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Jesse Zhou 于2020年11月11日周三 下午3:37写道: > Sure. But I don't think I have the authority to edit the

Re: Add a pinned issue: Join the comunity

2020-11-10 Thread Jesse Zhou
Sure. But I don't think I have the authority to edit the issue. Jialin Qiao 于2020年11月11日周三 下午12:43写道: > Hi, > > I can help translate this issue into English. > > Cool! There are only three issues allowed to be pinned. To save space, we > could combine the Chinese version with English version

Re: Correct errors in the documents

2020-11-10 Thread Xiangdong Huang
Nice! glad to see our community is more and more diverse. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Jialin Qiao 于2020年11月11日周三 下午12:39写道: > Hi Jesse, > > Thanks for your work! > > -- > Jialin Qiao > School of Software,

Re: Add a pinned issue: Join the comunity

2020-11-10 Thread Jialin Qiao
Hi, I can help translate this issue into English. Cool! There are only three issues allowed to be pinned. To save space, we could combine the Chinese version with English version in one issue. And maybe we should also add the link of confluence space into the issue? Sure~ Do you have the

Re: A trial of compiling IoTDB to native binary image

2020-11-10 Thread Xiangdong Huang
Hi Julian, yes, I am using graalvm. But I am also a freshman of graalvm... Luckily, IoTDB uses little about the reflection. Only MQTT module depends on "org.h2database.**" and it can not be compiled directly by graalvm. I just blocked the MQTT module... Best,

Re: A trial of compiling IoTDB to native binary image

2020-11-10 Thread Julian Feinauer
Wow, this is awesome news! Is your setup based on graalvm? I tried the same with plc4x but had issues with netty and its heavy usage of reflections. Julian Holen Sie sich Outlook für Android From: Xiangdong Huang Sent: Wednesday,

A trial of compiling IoTDB to native binary image

2020-11-10 Thread Xiangdong Huang
Hi, Just an update about my recent experiment. I used LLVM to compile IoTDB to a native image on Mac and got a native-image (51MB size). The image can be run directly without JRE. I have not tested the performance and the stability, but I think it may be a choice to use IoTDB on those which

Re: Add a pinned issue: Join the comunity

2020-11-10 Thread Jesse Zhou
I can help translate this issue into English. And maybe we should also add the link of confluence space into the issue? Xiangdong Huang 于2020年11月10日周二 下午2:13写道: > Hi, > > I think ... "call for English version" .. > > Best. > --- > Xiangdong Huang > School of

Correct errors in the documents

2020-11-10 Thread Jesse Zhou
Made several correction in the UserGuide documents, please take a look. Appreciate. see [https://github.com/apache/iotdb/pull/1989] Best, Jesse

Re: Iotdb integrated Prometheus

2020-11-10 Thread Jialin Qiao
Hi, I have read the document, a clear design! Just one point I'd like to discuss: For each query, we generate multiple queries: select country from root.sg0.*.B select country from root.sg0.*.B.* select country from root.sg0.*.B.*.* By this means, you need to combine three results in the