joseflauzino commented on PR #6401: URL: https://github.com/apache/cloudstack/pull/6401#issuecomment-1205250409
@rohityadavcloud > How does the backend API/DB handle as the data grows - my concern is if this would always grow with time and create issues we perhaps hit like with the usage server (I understand they are not in this PR but the feature) The amount of data that is kept in the database is controlled by the cloud administrators. This can be done through the global configuration `vm.stats.max.retention.time`, which was created in PR #5984 (please, in spec #5935, see sections [2.2](https://github.com/apache/cloudstack/issues/5935#2-proposed-changes--22-configuration-proposal) and [2.3](https://github.com/apache/cloudstack/issues/5935#2-proposed-changes--23-data-cleaning-proposal) for details). > Is this framework expandable to other resources such as volumes, systemvms and virtual routers? At the code level we would need to analyze how much it would be reusable. But for sure, at the very least, the idea (including the design and some logics of the code) can be extended to the other resources/elements. -- 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]
