Changes between Initial Version and Version 1 of Ticket #2346
- Timestamp:
- 2014-12-03T23:00:38Z (10 years ago)
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 1 1 The 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. 2 2 3 These LIST requests can be a large portion of the cost of using an S3 backe d 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.3 These 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. 4 4 5 5 Here is some relevant code: