On Mon, Nov 23, 2009 at 2:58 PM, Glenn Wilson <[email protected]> wrote:

> Investigating using a flat file for safebrowsing instead of SQLite (need to
> recreate bloom filter and watch disk I/O)


jam crunched some numbers here.  During the bloom filter recreation process
we read about 50 MB and write about 40 MB.  The actual raw size of the
hashes is roughly 4 MB.  I don't know how big the bloom filter is but it's
not terribly big.  Conclusion: by moving from sqlite to some kind of raw
file on disk, we could save a large amount of the IO.

PK

-- 
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to