Re: distinguish the measuring of measurement Id and meansure name, as well as the path

2021-03-22 Thread 王超
Hi, Good! And I think full path could add “path” as suffix to remind developers of full path, like seriesPath, timeseriesPath. Chao Wang BONC, Ltd ccgow...@163.com On 3/23/2021 14:52,Jialin Qiao wrote: Hi, Agree, unifying the word will be friendly to developers. We could list som

Re: add enableBatch interface for session

2021-03-22 Thread Jialin Qiao
Hi, Could the insertRecords interface meet the requirement? If using the enableBatch mode, we need to add some async processing. Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院

Re: comment out the unused configuration items for users

2021-03-22 Thread Jialin Qiao
+1 -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 > -原始邮件- > 发件人: "王超" > 发送时间: 2021-03-23 14:34:49 (星期二) > 收件人: "dev@iotdb.apache.org" > 抄送: > 主题: Re: comment out the unused configuration items for users > > Hi, all, > > >How do you think? > > >

Re: distinguish the measuring of measurement Id and meansure name, as well as the path

2021-03-22 Thread Jialin Qiao
Hi, Agree, unifying the word will be friendly to developers. We could list some candidates and then vote :) A full path: series, timeseries sensor name: sensor, measurement Welcome to supplement. Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院

Re: distinguish the measuring of measurement Id and meansure name, as well as the path

2021-03-22 Thread 孙泽嵩
Hi, +1 for Jialin Best, --- Zesong Sun School of Software, Tsinghua University 孙泽嵩 清华大学 软件学院 > 2021年3月23日 14:17,Jialin Qiao 写道: > > Hi, > > measurement = measurementId = sensor > > If a sensor or measurement represents a full path, it should be fixed. > > I

Re: add enableBatch interface for session

2021-03-22 Thread 王超
Hi, all, Please leave your comments. The influxdb related example link is https://github.com/influxdata/influxdb-java. Chao Wang BONC, Ltd ccgow...@163.com On 3/20/2021 10:33,王超 wrote: The data collected by users may be a batch of data points. In order to improve the writing effici

Re: comment out the unused configuration items for users

2021-03-22 Thread 王超
Hi, all, How do you think? Please leave your comments. Chao Wang BONC, Ltd ccgow...@163.com On 3/20/2021 10:18,王超 wrote: Currently, iotdb has many configuration items, but only a few items need to be changed by basic users, including IP, port and heap space. In addition,

Re: distinguish the measuring of measurement Id and meansure name, as well as the path

2021-03-22 Thread 王超
Hi, Jialin Well, I think we should unify which word should be used in the name of the sensor in the code in the future, instead of making multiple synonyms. Chao Wang BONC, Ltd ccgow...@163.com On 3/23/2021 14:17,Jialin Qiao wrote: Hi, measurement = measurementId = sensor If a sensor o

Re: distinguish the measuring of measurement Id and meansure name, as well as the path

2021-03-22 Thread Jialin Qiao
Hi, measurement = measurementId = sensor If a sensor or measurement represents a full path, it should be fixed. I suggest using series for a full path and sensor for a sensor. Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 > -原始邮件- > 发件人: "王超" > 发送时间: 20

distinguish the measuring of measurement Id and meansure name, as well as the path

2021-03-22 Thread 王超
Hi,all There are many places in the current code that use measurement, measurement ID, sensor, etc. to represent the meaning of sensor name or path. Sometimes when I look at the code, I don't know whether measurement represents its name or its path (including device information). Therefor