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