Previously getBlobKeysInsideContainer returned all keys and filtered
in LocalBlobStore.  Now getBlobKeysInsideContainer filters via prefix
which can dramatically decrease the number of keys returned,
especially for the filesystem provider.  Further optimizations are
possible for delimiter.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1268

-- Commit Summary --

  * JCLOUDS-1371: JCLOUDS-1488: list optimize prefix

-- File Changes --

    M 
apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java
 (18)
    M 
apis/filesystem/src/test/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImplTest.java
 (8)
    M blobstore/src/main/java/org/jclouds/blobstore/LocalStorageStrategy.java 
(2)
    M 
blobstore/src/main/java/org/jclouds/blobstore/TransientStorageStrategy.java (14)
    M blobstore/src/main/java/org/jclouds/blobstore/config/LocalBlobStore.java 
(4)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1268.patch
https://github.com/jclouds/jclouds/pull/1268.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1268

Reply via email to