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 2018/11/20 09:25:49 UTC

[GitHub] morningman opened a new issue #328: Decrease the num of edit log for logging catalog id

morningman opened a new issue #328: Decrease the num of edit log for logging catalog id
URL: https://github.com/apache/incubator-doris/issues/328
 
 
   Currently, each time we get next catalog id, an edit log is written to BDBJE, which is not efficient.
   So, we add a new class CatalogIdGenerator, to batch generate catalog ids, 1000 IDs a time.
   
   CatalogIdGenerator is just as same is TransactionIdGenerator, but unfortunately, we can not use it as Catalog Id generator. Because they are using different edit log key.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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