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 02:08:39 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2246: specify storage format for newly created table

kangpinghuang opened a new issue #2246: specify storage format for newly created table
URL: https://github.com/apache/incubator-doris/issues/2246
 
 
   For issue #2245 ,  to solve problem No.1, we should add a method to specify the storage format for newly created table.
   here is a method:
   1. add a property(namely storage_format) in create table/alter table add partition
   2. add an optional field(namely storage_format) in TabletMeta of BE to record the preferred storage format. the following load,compaction, schema change, rollup will use the specified format.

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