Opened 12 years ago
Last modified 12 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 )
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 , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
comment:3 by , 12 years ago
Cc: | added |
---|