~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-05 13:51:54 UTC
  • mfrom: (3878.1.3 sorted_get_record_stream)
  • Revision ID: pqm@pqm.ubuntu.com-20081205135154-uwqcpl3lruah9fo3
(jam) Use I/O order for an 'unordered' get_record_stream request.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
  INTERNALS:
38
38
 
 
39
    * ``KnitVersionedFiles.get_record_stream()`` will now chose a
 
40
      more optimal ordering when the keys are requested 'unordered'.
 
41
      Previously the order was fully random, now the records should be
 
42
      returned from each pack in turn, in forward I/O order.
 
43
      (John Arbash Meinel)
 
44
 
39
45
 
40
46
bzr 1.10rc1 2008-11-28
41
47
----------------------