We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b676f4 commit 1373c53Copy full SHA for 1373c53
doc/format-run.md
@@ -140,10 +140,11 @@ It (and remaining fields) are serialised in native byte order.
140
The remainder of the header for format 1 consists of:
141
1. The hash function count (32bit)
142
2. The bit size of the filter (64bit)
143
+ 3. The hash salt of the filter (64bit)
144
145
The fields of the header are serialized in native byte order.
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.
148
The family of hash functions to use is implied by the format version.
149
150
The filter bit vector itself is organised as a whole number of 64 bit words.
0 commit comments