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/10/25 02:15:00 UTC

[GitHub] [incubator-iotdb] little-emotion commented on issue #472: [IOTDB-267]reduce IO operations in deserializing chunk header

little-emotion commented on issue #472: [IOTDB-267]reduce IO operations in deserializing chunk header
URL: https://github.com/apache/incubator-iotdb/pull/472#issuecomment-546171378
 
 
   > One more push: If we record the total chunk size in the ChunkMetadata, we do not have to split the read of ChunkHeader and chunk data into 2 reads.
   
   I've thought about it, but there are two other things to consider.
   1. This will change the tsfile structure. I think it's best to change the file structure when upgrading a large version.
   2. Although the granularity of data read by iotdb is chunk, we have been discussing whether we should change the granularity of data read by iotdb to page, especially in the case of insufficient memory.

----------------------------------------------------------------
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