You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/19 01:34:36 UTC

[GitHub] [incubator-doris] morningman opened a new issue #1508: Use different ID instead of table ID for base index of an OLAP table.

morningman opened a new issue #1508: Use different ID instead of table ID for base index of an OLAP table.
URL: https://github.com/apache/incubator-doris/issues/1508
 
 
   In current implementation, the id of a base index of a OLAP table use the same id
   as table's id. Because in origin design, we considered that a OLAP table must has and
   only has one unique base index. So using same ID is OK.
   
   But when we refactor the alter table process(#1429 ), and when trying to replace the base index with a new created base index, we find that it is very difficult to change the base index's ID. Because if we want to change it, the table's ID should be changed as well, such leading to a cascading impacts on many other process.
   
   So, we decide to change it, by using different ID for base index and table, decouple  these 2 IDs will let us more easy to go on.

----------------------------------------------------------------
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: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org