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/04/14 02:55:20 UTC

[GitHub] [incubator-doris] vagetablechicken commented on issue #3307: UniqueRowsetIdGenerator may use a lot of memory

vagetablechicken commented on issue #3307: UniqueRowsetIdGenerator may use a lot of memory
URL: https://github.com/apache/incubator-doris/issues/3307#issuecomment-613198701
 
 
   https://github.com/apache/incubator-doris/blob/cc31bf9cf96ec0bef2ce55553b247df7bbe598e3/be/src/olap/rowset/unique_rowset_id_generator.cpp#L31
   rowset_id is combined of version, inc_id, be_uid hi, be_uid lo. And the version and be_uid would never change. **So a inc_id corresponds to a RowsetId.**
   We can use a bitmap to store inc_id.
   

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