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

indexer: Cache scanner table #960

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 21, 2023

  1. indexer: Cache scanner table

    During the indexing cycle many operations try to read information
    from the scanner table, this can occasionally lead to resource
    contention depending on the DB. This reads the table into memory when
    the indexer store is instanciated and uses when asked for scanner info.
    
    Signed-off-by: crozzy <[email protected]>
    crozzy committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    96e5ea4 View commit details
    Browse the repository at this point in the history
  2. datastore: Remove all timeouts

    Remove the arbitrary timeouts in the datastore package and rely on the
    passed context to timeout.
    
    Signed-off-by: crozzy <[email protected]>
    crozzy committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    bfaf2af View commit details
    Browse the repository at this point in the history