Changes between Initial Version and Version 1 of Ticket #2035, comment 10


Ignore:
Timestamp:
2013-07-23T19:04:25Z (12 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2035, comment 10

    initial v1  
    11The backupdb is a performance hack to avoid the latency cost of asking servers whether each file exists on the grid. If the latter were fast enough (which would probably require batching requests for multiple files), then it wouldn't be needed. ({{{tahoe backup}}} probabilistically checks some files on each run even if they are present in the backupdb, but I don't think that particularly helps.)
    22
    3 In the meantime, how about adding a {{{--repair}}} option to {{{tahoe backup}}}, which would bypass the backupdb and upload/repair every file?
     3In the meantime, how about adding a {{{--repair}}} option to {{{tahoe backup}}}, which would bypass the backupdb-based conditional upload and upload/repair every file?