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

Speed up FBI #20

Open
AndrewFasano opened this issue Feb 3, 2019 · 1 comment
Open

Speed up FBI #20

AndrewFasano opened this issue Feb 3, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@AndrewFasano
Copy link
Contributor

FBI spends a lot of time waiting on database inserts. If we can find a way to speed this up, it would have a notable impact on LAVA's overall performance, especially for targets with lots of potential bugs.

Potential solutions:

  • Configure ODB differently
  • Rewrite out DB schema in a way that would make this faster
  • Something else?
@AndrewFasano AndrewFasano added the enhancement New feature or request label Feb 3, 2019
@AndrewFasano
Copy link
Contributor Author

#25 should fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant