Changes between Version 1 and Version 2 of Ticket #576


Ignore:
Timestamp:
Feb 21, 2013, 4:54:49 PM (11 years ago)
Author:
Christopher Allan Webber
Comment:

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
     1TODO: XXX It seems that our {{{cloudfiles.write()}}} takes all existing
     2data and appends {{{"write(data)"}}} data to it, sending the full monty
    43over the wire everytime. This would of course absolutely kill
    5 chunked writes with some O(1^n) performance and bandwidth
     4chunked writes with some {{{O(1^n)}}} performance and bandwidth
    65usage. But we do need chunked writes if we want to keep memory consumption at a reasonable level (#419). EVALUATE!
    76
    8 Not familiar with cloudfiles but afaik we can iterate using some send() method.
    9 }}}
     7Not familiar with cloudfiles but afaik we can iterate using some {{{send()}}} method.