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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to