Open gfr10598 opened 6 years ago
We need a bloom filter in both datastore and memcache, to indicate which signatures have entries in datastore. Otherwise we have to read datastore whenever there is a miss in the memcache, which will be hopefully be 99% of the time.
We need a bloom filter in both datastore and memcache, to indicate which signatures have entries in datastore. Otherwise we have to read datastore whenever there is a miss in the memcache, which will be hopefully be 99% of the time.