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

solver: add sqlcachestorage as an alternative to the bolt db #5246

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 15, 2024

  1. solver: add sqlcachestorage as an alternative to the bolt db

    This creates an sql cache storage that stores the cache key index in an
    sqlite3 database instead of in bolt. At the moment, this is just
    functional in the bare minimum as a way to test the feasibility of this
    method. There are ways to configure the sqlite database for more
    efficient transactions.
    
    This can be used as an alternative storage for bolt db and is
    potentially usable as a distributed cache key storage for another
    implementation in the future.
    
    Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
    jsternberg committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1286ed3 View commit details
    Browse the repository at this point in the history