~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-17 15:53:59 UTC
  • mfrom: (3369.2.2 knit_fetch_regression)
  • Revision ID: pqm@pqm.ubuntu.com-20080417155359-m3nxwwr442bgmsne
(jam) Fix a performance regression in knit=>knit fetching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
      update. (John Arbash Meinel, #213771)
28
28
 
29
29
    * Severe performance degradation in fetching from knit repositories to
30
 
      packs due to parsing the entire revisions.kndx on every graph walk
31
 
      iteration fixed by using the Repository.get_graph API. (Robert Collins)
 
30
      knits and packs due to parsing the entire revisions.kndx on every graph
 
31
      walk iteration fixed by using the Repository.get_graph API.  There was
 
32
      another regression in knit => knit fetching which re-read the index for
 
33
      every revision each side had in common.
 
34
      (Robert Collins, John Arbash Meinel)
32
35
 
33
36
  DOCUMENTATION:
34
37