Skip to content

Investigate LRU cache for ObjectStores #1

@ksuderman

Description

@ksuderman

At least the S3 object store uses a monitor thread to periodically scan the file system and delete files. Investigate using an LRUCached using an OrderedDict to reduce file system access and eliminate the need for a separate monitor thread.

This will also likely fix #4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions