Changes between Version 1 and Version 2 of Ticket #576
- Timestamp:
- Feb 21, 2013, 4:54:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #576 – Description
v1 v2 1 {{{ 2 TODO: XXX It seems that our cloudfiles.write() takes all existing 3 data and appends "write(data)" data to it, sending the full monty 1 TODO: XXX It seems that our {{{cloudfiles.write()}}} takes all existing 2 data and appends {{{"write(data)"}}} data to it, sending the full monty 4 3 over the wire everytime. This would of course absolutely kill 5 chunked writes with some O(1^n)performance and bandwidth4 chunked writes with some {{{O(1^n)}}} performance and bandwidth 6 5 usage. But we do need chunked writes if we want to keep memory consumption at a reasonable level (#419). EVALUATE! 7 6 8 Not familiar with cloudfiles but afaik we can iterate using some send() method. 9 }}} 7 Not familiar with cloudfiles but afaik we can iterate using some {{{send()}}} method.