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

Enumerate blobs more efficiently in transient blobstore #1561

Open
gaul opened this issue Apr 24, 2013 · 0 comments
Open

Enumerate blobs more efficiently in transient blobstore #1561

gaul opened this issue Apr 24, 2013 · 0 comments

Comments

@gaul
Copy link
Member

gaul commented Apr 24, 2013

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant