Add tiny bloom to Penciller Manifest
This is an attempt to save on unnecessary message transfers, and slightly more expensive GCS checks in the SFT file itself.
This commit is contained in:
parent
ea8f3c07a7
commit
523716e8f2
5 changed files with 153 additions and 90 deletions
|
@ -41,6 +41,7 @@
|
|||
{start_key :: tuple(),
|
||||
end_key :: tuple(),
|
||||
owner :: pid(),
|
||||
bloom,
|
||||
filename :: string()}).
|
||||
|
||||
-record(cdb_options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue