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

[FEA] Scale: Support huge number of eventlogs in single qualification process run #1377

Open
tgravescs opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
feature request New feature or request

Comments

@tgravescs
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
There are different aspects to scaling. Here we want to be able to run a single instance of the qualification tool on a single machine and have it be able to process 100,000+ event logs. The main issue here is that we keep all the application summary information in memory until we do the final output. There are a couple of solutions to this:

  1. output the information for each application as soon as we are done processing it
  2. Store the application summary on disk in like a database rather then memory.

This issue is going to focus on number 2 and store the information in Rocks DB

@tgravescs tgravescs added the feature request New feature or request label Oct 7, 2024
@tgravescs tgravescs self-assigned this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant