devmadhuu opened a new pull request, #8541: URL: https://github.com/apache/ozone/pull/8541
## What changes were proposed in this pull request? This PR is to add custom light weight codecs for Recon OM DB to improve the performance of Recon OM tasks including NSSummary tasks execution using custom lightweight codec, as most underlying Recon OM tasks like OMDBInsightTask , NSSummary tasks etc are where it just need very few fields like name, object id, size and parent object Id from KeyInfoTable. Lightweight custom codecs are excluding the de-serialization of ACLs and skipping them altogether as Recon OM tasks doesn't use them. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12835 ## How was this patch tested? This PR is being tested with existing junit and integration tests. Few additional test cases development is in progress. -- 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]
