Open martinklepsch opened 8 years ago
I wonder would be the time difference for say 100 objects? You can send individual requests in parallel, right?
Will need to check that. On Wed, 9 Dec 2015 at 03:09, Anton Podviaznikov notifications@github.com wrote:
I wonder would be the time difference for say 100 objects? You can send individual requests in parallel, right?
— Reply to this email directly or view it on GitHub https://github.com/confetti-clj/s3-deploy/issues/10#issuecomment-163084172 .
400 objects w/o any parallel processing:
65s
for getting data individually per object1s
for getting object summaries I did some very basic work towards this in the individual-diff
branch. I'll release a 0.1.0 without it now and then we can cut a release with this later when it's done.
Currently we download object summaries instead of getting each objects data with an individual request.
Getting objects data individually as mentioned in 3 would also allow diffing and syncing of metadata.
There is no clear right way in this case. I see the following options:
I think adding logic is intransparent and might confuse so I'm thinking the latter option is best.
@podviaznikov any opinion to offer?
/via #9