Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Module Name Filtering in DB size measure functions #419

Open
4 tasks
LucioDonda opened this issue Dec 12, 2024 · 0 comments
Open
4 tasks

Enable Module Name Filtering in DB size measure functions #419

LucioDonda opened this issue Dec 12, 2024 · 0 comments

Comments

@LucioDonda
Copy link
Member

Description

After Implementing the message size fetching process (#385) some method to perform this where added ( GetElementsStoredSize in persistence and sizePerType in imultitype_queue).

Right now this is being used filtering by DB name, but alongside that functions the other methods used to interact with a DB also use module name.

This should be expanded to those cases.

  • Improve query for filtering this calculation also by module name
  • Modify method that uses that query to enable this usage.
  • Enable this filtering also on the above layers that it's being used.
  • Add or modify Unit tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant