mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
bloom
This commit is contained in:
parent
3be151a4a2
commit
eb5fbb97a7
1 changed files with 7 additions and 0 deletions
|
@ -330,6 +330,11 @@ is an arena partition, formatted using
|
||||||
.I File
|
.I File
|
||||||
is an index section, formatted using
|
is an index section, formatted using
|
||||||
.IR fmtisect .
|
.IR fmtisect .
|
||||||
|
.TP
|
||||||
|
.BI bloom " file
|
||||||
|
.I File
|
||||||
|
is a bloom filter, formatted using
|
||||||
|
.IR fmtbloom .
|
||||||
.PD
|
.PD
|
||||||
.PP
|
.PP
|
||||||
After formatting a venti system using
|
After formatting a venti system using
|
||||||
|
@ -440,6 +445,7 @@ index main
|
||||||
isect /tmp/disks/isect0
|
isect /tmp/disks/isect0
|
||||||
isect /tmp/disks/isect1
|
isect /tmp/disks/isect1
|
||||||
arenas /tmp/disks/arenas
|
arenas /tmp/disks/arenas
|
||||||
|
bloom /tmp/disks/bloom
|
||||||
mem 10M
|
mem 10M
|
||||||
bcmem 20M
|
bcmem 20M
|
||||||
icmem 30M
|
icmem 30M
|
||||||
|
@ -453,6 +459,7 @@ finally the main index:
|
||||||
% venti/fmtisect isect0. /tmp/disks/isect0 &
|
% venti/fmtisect isect0. /tmp/disks/isect0 &
|
||||||
% venti/fmtisect isect1. /tmp/disks/isect1 &
|
% venti/fmtisect isect1. /tmp/disks/isect1 &
|
||||||
% venti/fmtarenas arenas0. /tmp/disks/arenas &
|
% venti/fmtarenas arenas0. /tmp/disks/arenas &
|
||||||
|
% venti/fmtbloom /tmp/disks/bloom &
|
||||||
% wait
|
% wait
|
||||||
% venti/fmtindex venti.conf
|
% venti/fmtindex venti.conf
|
||||||
%
|
%
|
||||||
|
|
Loading…
Reference in a new issue