You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/20 01:56:55 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2245: support online upgrade from alpha rowset to beta rowset

kangpinghuang opened a new issue #2245: support online upgrade from alpha rowset to beta rowset
URL: https://github.com/apache/incubator-doris/issues/2245
 
 
   In order to support dictionary encoding and bitmap index, we develop new file storage format: segment_v2(#1305 ), and add a new Rowset type: BetaRowset based on the new format.
   To support online upgrade from alpha rowset to beta rowset, there are several problems should be resolved:
   
   - add a mechanism for new created table to specify which storage type to use(alpha or beta)
   
   - add a mechanism to change the new loaded rowset's type to BetaRowset for old table
   
   - add a mechanism to convert AlphaRowsets in table to BetaRowset(one method is setting the dst rowset type of compaction)
   
   - get the rowset statistics of rowset of all table
   
   
   
   

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org