peng-yongsheng opened a new pull request #2695: Manage models in one place. URL: https://github.com/apache/skywalking/pull/2695 Currently, we create aggregate streaming by stream entity, and all the streaming flow have one or more persistence works. Then, we generate the database entity by the persistence works one by one. For example: Inventory entity will generate only one database entity with the name same as the stream name. Metrics entity will generate four database entities with the name such as xx, xx_hour, xx_day, xx_month. The OAP server will automatically delete the data that expired time. But, deletes models and installs models have the same logic to generate the model name.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
