thulab / tsfile

THIS REPO HAS MOVED TO https://github.com/apache/incubator-iotdb. TsFile is a columnar file format designed for time-series data, which supports efficient compression and query. It is easy to integrate TsFile with your IOT big data processing frameworks.
https://github.com/apache/incubator-iotdb
112 stars 22 forks source link

Add aggregation last in PageHeader #131

Closed jt2594838 closed 6 years ago

jt2594838 commented 6 years ago

In order to support aggregation last , new aggregation information must be added to PageHeader. Please add a field last in PageHeader('s digest), which is the value at the last time instance of this page(corresponding to max_time).

MyXOF commented 6 years ago

close in #133