Opened at 2008-06-03T04:45:38Z
Closed at 2009-12-04T05:01:58Z
#442 closed defect (duplicate)
download: only retrieve minimal hashes, not all of them
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | code-performance | Version: | 1.0.0 |
Keywords: | download performance | Cc: | |
Launchpad Bug: |
Description
Our immutable-file download logic currently fetches the entire hash tree, rather than the minimal subset necessary for any given segment. We should improve this to transfer less data and improve download alacrity.
Change History (1)
comment:1 Changed at 2009-12-04T05:01:58Z by zooko
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
#800 is a duplicate of this, and has more information.