Changes between Initial Version and Version 1 of Ticket #2346


Ignore:
Timestamp:
2014-12-03T23:00:38Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2346

    • Property Keywords cloud-backend added; cloud removed
    • Property Milestone changed from undecided to 1.12.0
    • Property Summary changed from cloud backend uses losts of expensive LIST requests to cloud backend uses lots of expensive LIST requests
  • Ticket #2346 – Description

    initial v1  
    11The cloud backend uses lots of expensive LIST requests with an Amazon S3 bucket from heavy use of GET Bucket. The GET Bucket request is billed as a LIST request and is 10 times more expensive than a GET Object request.
    22
    3 These LIST requests can be a large portion of the cost of using an S3 backed storage node. For example, my logs show 1.5 times as many GET Bucket requests as GET Object requests (with two storage nodes, one S3 bucket and one desktop computer) and the cost exceeds storage, transfer, and ec2 costs.
     3These LIST requests can be a large portion of the cost of using an S3 backend storage node. For example, my logs show 1.5 times as many GET Bucket requests as GET Object requests (with two storage nodes, one S3 bucket and one desktop computer) and the cost exceeds storage, transfer, and EC2 costs.
    44
    55Here is some relevant code: