Rev 4678: Update the NEWS entry for really fixing bug #402652 in http://bazaar.launchpad.net/~jameinel/bzr/2.1b1-pack-on-the-fly
John Arbash Meinel
john at arbash-meinel.com
Thu Sep 3 22:04:33 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.1b1-pack-on-the-fly
------------------------------------------------------------
revno: 4678
revision-id: john at arbash-meinel.com-20090903210422-wlorwru9hzyo97o0
parent: john at arbash-meinel.com-20090903152627-opz8nb80gwvb0y5l
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1b1-pack-on-the-fly
timestamp: Thu 2009-09-03 16:04:22 -0500
message:
Update the NEWS entry for really fixing bug #402652
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2009-09-03 15:26:27 +0000
+++ b/NEWS 2009-09-03 21:04:22 +0000
@@ -69,12 +69,12 @@
revisions that are in the fallback repository. (Regressed in 2.0rc1).
(John Arbash Meinel, #419241)
-* Fetches from 2a to 2a are now again requested in 'groupcompress' order,
- and all texts are recombined appropriately. This doesn't reuse existing
- groups, which will be measurable in some specific circumstances - an
- approximately 25% overhead. However, doing this ensures high performance
- reads subsequent to the fetch operation, which is the most common
- operation: write once read many. (Robert Collins, #402652)
+* Fetches from 2a to 2a are now again requested in 'groupcompress' order.
+ Groups that are seen as 'underutilized' will be repacked on-the-fly.
+ This means that when the source is fully packed, there is minimal
+ overhead during the fetch, but if the source is poorly packed the result
+ is a fairly well packed repository (not as good as 'bzr pack' but
+ good-enough.) (Robert Collins, John Arbash Meinel, #402652)
* Fix a segmentation fault when computing the ``merge_sort`` of a graph
that has a ghost in the mainline ancestry.
More information about the bazaar-commits
mailing list