Hi, I summary the in-progress or todo works that I focus on:
On jira: - The merge module for sequence data file and unsequence data file (seems has finished yesterday..), and its related tools. - New Antlr parser for better performance of parsing SQL - PreparedStatement implementation for avoid parsing SQL repeatedly - More time series metadata statistics API - Path ID: Try using Long format to describe a time series rather than a string. - attach a watermark on the query result for data provenience - External sort data if there are too much data - Cache: add API for knowing the hit ratio statistics (and then improve cache) - distributed version (cluster mode): try to merge the branch 'cluster' into master, and support scalability. - sync module: sync data files from one IoTDB instance to another. - Spark: change the table schema in spark as <time, device/data_source, measurement1, measurement2 ...> not on JIRA but I'd like to do: - New RPC interface to avoid to use SQL for better performance - Accelerate the query: if a page header does not satisfy the filter, return immediately (if possible) - Hadoop module: support MR on Tsfile Ok... after listing them together, I realize that we have so many works to do... Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz <[email protected]> 于2019年8月28日周三 上午1:25写道: > Hi Xiangdong, > > a list of jira issues is not quite what I was looking for. > I doubt people interested in IoTDB will go through issue lists, to see > what the project is working on, but instead just a line or two on the main > things. > > For example I guess everyone will interested in the PLC4X project and > following it's dev list will know that the PLC4X project is working on: > - Code-Generation > - Some new drivers > - Porting to new programming languages > - Cleaning up the API > - Discussing a proposal to add a computational layer on top of PLC4X as > perhaps a sub-project > - ... > > From just a short scan of the mailing-list. I was hoping to see something > like this here too. > > Even if you seem to prefer discussing things off list (or not at all ... I > don't know), at least doing this would help a lot. > > Chris > > > > Am 28.08.19, 09:36 schrieb "Xiangdong Huang" <[email protected]>: > > Hi, > > We have an issue to list what we want to put in 0.9.0 [1]. > > But I think the issue does not cover all what guys in the community are > doing. So, if you have new ideas and think it can be finished > quickly, I > think we can record them on that issue. > > And, as now there are so many opened issues, we can also discuss which > part > of them can be solved in 0.9.0. > (IMPORTANT: That means, we need a DEADLINE for releasing 0.9.0) > > [1] https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-167 > > Best, > ----------------------------------- > Xiangdong Huang > School of Software, Tsinghua University > > 黄向东 > 清华大学 软件学院 > > > Christofer Dutz <[email protected]> 于2019年8月28日周三 上午12:07写道: > > > Hi all, > > > > I think it would be time to post an update on what you guys are > currently > > working on. > > For me it’s not very obvious and I guess for any outsider this is > probably > > the same. > > > > Chris > > > > >
