kangpinghuang commented on issue #3082: [Proposal] create table stmt support 
set rowset type
URL: 
https://github.com/apache/incubator-doris/issues/3082#issuecomment-597972976
 
 
   hi, Now the meta of table do not contain the rowset type property in FE, If 
you think it is useful to specify the storage rowset type in create tablet 
statement, you can do it as the following steps:
   1. add the storage rowset type into the table meta in FE
   2. add the storage rowset type property in create table statement
   3.set the preferred_rowset_type in tablet meta in BE
   
   BTW, here is a PR you can reference: 
https://github.com/apache/incubator-doris/pull/2294/files.
   preferred_rowset_type is also used in this pr.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to