Rev 26: Less typographical errors in BUGS thanks to Michael Hudson. in http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
Robert Collins
robertc at robertcollins.net
Thu Jun 12 05:19:22 BST 2008
At http://people.ubuntu.com/~robertc/baz2.0/plugins/search/trunk
------------------------------------------------------------
revno: 26
revision-id: robertc at robertcollins.net-20080612041922-krshze0sflcghw92
parent: robertc at robertcollins.net-20080612040843-zh3lsf88epwfhabd
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Thu 2008-06-12 14:19:22 +1000
message:
Less typographical errors in BUGS thanks to Michael Hudson.
modified:
BUGS bugs-20080609101902-m23i5z2ojdgkeyof-1
=== modified file 'BUGS'
--- a/BUGS 2008-06-12 01:30:02 +0000
+++ b/BUGS 2008-06-12 04:19:22 +0000
@@ -3,10 +3,11 @@
Some key caveats though (not bugs per se):
- - disk scaling: The current disk format creates a number of files per index
- component, but does not component components. Each component has 2500
- revisions indexed within it. This places a low limit on the latency involved
- in a search.
- - memory scaling: Full text indexing currently requires very significant memory.
- To index the history of 'bzr' requires nearly 200B of memory (revno 3494).
- Larger trees are exceedingly likely to require as-much or more.
+ - disk scaling: The current disk format creates a single per index component,
+ but does not combine components. Each component has 2500 revisions indexed
+ within it. This places a lower limit on the latency involved in a search due
+ to having to search (total revisions / 2500) separate indices.
+ - memory scaling: Full text indexing currently requires a significant amount
+ of memory. To index the history of 'bzr' requires nearly 200MB of memory
+ (revno 3494). Larger trees are exceedingly likely to require as-much or
+ more.
More information about the bazaar-commits
mailing list