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 2020/03/11 11:18:12 UTC

[GitHub] [incubator-doris] trueeyu opened a new issue #3082: [Proposal] create table stmt support set rowset type

trueeyu opened a new issue #3082: [Proposal] create table stmt support set rowset type
URL: https://github.com/apache/incubator-doris/issues/3082
 
 
   Currently, if i want't use the segment v2,i should set the global variable default_rowset_type=beta,it's not convenient and not easy to understand。
   
   It's better the create table stmt support set rowset type;
   
   How can i check the rowset type of 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


[GitHub] [incubator-doris] kangpinghuang commented on issue #3082: [Proposal] create table stmt support set rowset type

Posted by GitBox <gi...@apache.org>.
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:
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