imay opened a new issue #1385: Add SegmentWriter for new format segment
URL: https://github.com/apache/incubator-doris/issues/1385
 
 
   We should create a new SegmentWriter to write data in new format. This will 
arrange all kinds of data into one file. These include 
   
   1. Column data. 
   2. Short key index. In this work, we don't save short key index in a single 
file, we will write this data into Segment file in one page.
   3. ordinal index. column data page's ordinal information
   4. bloom filter for column page. 
   5. statistics for each column page. 
   
   #1305 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to