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

Added a StorageIndex for the source storage to reduce LIST calls #547

Merged
merged 4 commits into from
Sep 28, 2023

Commits on Sep 14, 2023

  1. Added a StorageIndex for the source storage to reduce LIST calls

    Before every restructuring or cleaning operation, the index is updated.
    The StorageIndex can be updated with a configurable sync time to make a
    full sync, otherwise it just updates directories that have files in them.
    A separate sync time can be set to also scan empty directories.
    The first implementation is only a InMemoryStorageIndex. For
    very large datasets, a file-based index might be needed.
    blootsvoets committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9440b67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9782776 View commit details
    Browse the repository at this point in the history
  3. FIx test

    blootsvoets committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e38c342 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    c0f5373 View commit details
    Browse the repository at this point in the history