plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit eb5fbb97a769c42db733b84eda3fa85dde388cd4
parent 3be151a4a2091960404f277061cdadd2ea7bda5a
Author: rsc <devnull@localhost>
Date:   Thu, 11 Aug 2005 17:53:31 +0000

bloom

Diffstat:
Mman/man8/venti.8 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/man/man8/venti.8 b/man/man8/venti.8 @@ -330,6 +330,11 @@ is an arena partition, formatted using .I File is an index section, formatted using .IR fmtisect . +.TP +.BI bloom " file +.I File +is a bloom filter, formatted using +.IR fmtbloom . .PD .PP After formatting a venti system using @@ -440,6 +445,7 @@ index main isect /tmp/disks/isect0 isect /tmp/disks/isect1 arenas /tmp/disks/arenas +bloom /tmp/disks/bloom mem 10M bcmem 20M icmem 30M @@ -453,6 +459,7 @@ finally the main index: % venti/fmtisect isect0. /tmp/disks/isect0 & % venti/fmtisect isect1. /tmp/disks/isect1 & % venti/fmtarenas arenas0. /tmp/disks/arenas & +% venti/fmtbloom /tmp/disks/bloom & % wait % venti/fmtindex venti.conf %