Opened 11 years ago

Last modified 11 years ago

#576 new defect

Evaluate Cloudfiles write() method. Borked for chunked writes?

Reported by: spaetz Owned by:
Priority: major Milestone:
Component: programming Keywords:
Cc: Stephen Compall Parent Tickets:

Description (last modified by Christopher Allan Webber)

TODO: XXX It seems that our cloudfiles.write() takes all existing
data and appends "write(data)" data to it, sending the full monty
over the wire everytime. This would of course absolutely kill
chunked writes with some O(1^n) performance and bandwidth
usage. But we do need chunked writes if we want to keep memory consumption at a reasonable level (#419). EVALUATE!

Not familiar with cloudfiles but afaik we can iterate using some send() method.

Change History (3)

comment:1 by Christopher Allan Webber, 11 years ago

Description: modified (diff)

comment:2 by Christopher Allan Webber, 11 years ago

Description: modified (diff)

comment:3 by Stephen Compall, 11 years ago

Cc: Stephen Compall added
Note: See TracTickets for help on using tickets.