You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/03/10 15:46:54 UTC

[GitHub] [incubator-iotdb] jixuan1989 opened a new pull request #92: [IOTDB-41] [phase 1/3] Refactor Overflow

jixuan1989 opened a new pull request #92: [IOTDB-41] [phase 1/3] Refactor Overflow 
URL: https://github.com/apache/incubator-iotdb/pull/92
 
 
   OverflowTsFile is similar with TsFile but the format is different more or less.
   
   I think OverflowProcessor should be similar with BufferWriteProcessor, but now the codes are not...
   
   Refactor the codes will help new developers understanding the system.
   
   But because there are too many  modifications, I will refactor them step by step,
   
   This PR includes:
   
   * rename OverflowSupport to OverflowMemtable; 
   * rename IntervalFileNode to TsFileResource; 
   * delete OverflowSeriesImpl.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services