Skip to content

Commit 1373c53

Browse files
committed
FIXUP: update bloomfilter file format doc
1 parent 6b676f4 commit 1373c53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/format-run.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,11 @@ It (and remaining fields) are serialised in native byte order.
140140
The remainder of the header for format 1 consists of:
141141
1. The hash function count (32bit)
142142
2. The bit size of the filter (64bit)
143+
3. The hash salt of the filter (64bit)
143144

144145
The fields of the header are serialized in native byte order.
145146

146-
The maximum filter size is 2^48 bits, corresponding to 32 Terabytes.
147+
The maximum filter size is 2^41 bits, corresponding to 32 Terabytes.
147148
The family of hash functions to use is implied by the format version.
148149

149150
The filter bit vector itself is organised as a whole number of 64 bit words.

0 commit comments

Comments
 (0)