jiacai2050 opened a new issue, #1623: URL: https://github.com/apache/horaedb/issues/1623
The main task of MetricManager is to manage metric name of a sample, it will: 1. Calculate the id for metric name, using seahash 2. Persist new name to storage. For existing metric name, we should avoid this step, since it will involve IO operation. 3. In order to support 2, we need to add a cache, and when server start up, we load all existing metric name into cache. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
