]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the Bloom filter optimization, hash all strings and blobs into the same
authordrh <>
Thu, 9 Mar 2023 16:04:34 +0000 (16:04 +0000)
committerdrh <>
Thu, 9 Mar 2023 16:04:34 +0000 (16:04 +0000)
commit10e44bf373df584a31f3a1011720b10f00429010
tree05dedf5525c3345ef30f93087858dd2e3bc11ac6
parentb08004d947bf134743708ac5a9007680427585f0
In the Bloom filter optimization, hash all strings and blobs into the same
value, because we do not know if two different strings might compare equal
even if they have different byte sequences, due to collating functions.
Formerly, the hash of a string or blob was just its length.  This could
all be improved.

FossilOrigin-Name: cc8a0ee40cfc83ab42a0ff452de0a53fe17784aefb944ea7ac2cb078a8310730
manifest
manifest.uuid
src/vdbe.c
test/bloom1.test