~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-14 18:25:09 UTC
  • mfrom: (3620.3.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080814182509-9f2dz3kcb1lv5lku
(robertc) Trigger index._buffer_all when a significant portion of the
        index is being queried.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
      is unknown in both source and target.
39
39
      (Robert Collins, Aaron Bentley)
40
40
 
 
41
    * ``GraphIndex`` objects will internally read an entire index if more
 
42
      than 1/20th of their keyspace is requested in a single operation.
 
43
      This largely mitigates a performance regression in ``bzr log FILE``
 
44
      and completely corrects the performance regression in ``bzr log``.
 
45
      The regression was caused by removing an accomodation which had been
 
46
      supporting the index format in use. A newer index format is in
 
47
      development which is substantially faster. (Robert Collins)
 
48
 
41
49
 
42
50
bzr 1.6rc2 2008-08-13
43
51
---------------------