Skip to content
This repository was archived by the owner on Mar 25, 2018. It is now read-only.
This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Enumerate blobs more efficiently in transient blobstore #1561

@gaul

Description

@gaul

LocalAsyncBlobStore.list calls TransientStorageStrategy.getBlobKeysInsideContainer which returns all blob names instead of only those from the marker to maxResults. If we change the underlying data structure to ConcurrentSkipListMap we can support easily support this.

@shrinandj relevant to your interests

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions