From 0610ade413e23c131dac73158840b731b7b6f1cc Mon Sep 17 00:00:00 2001 From: Bill Mill Date: Fri, 15 Dec 2023 14:59:31 -0500 Subject: [PATCH] add scylladb and rocksdb --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 358405e..dd26add 100644 --- a/index.html +++ b/index.html @@ -315,6 +315,13 @@

Hash Functions

  • Sqlite added a bloom filter for analytic queries, but I do not understand the hash algorithm. Dr. Hipp explains the purpose of the filters on the sqlite forum.
  • +
  • + RocksDB is configurable, but claims in the source that xxh3, a member of the xxhash family performed best for them +
  • They also link "Bloom Filters in Probabilistic Verification" by Dillinger and Maniolios, but it's pretty far over my head.
  • + +
  • + ScyllaDB uses murmur +
  • How big should I make my Bloom filter?