0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-14 00:34:18 +01:00

ircd::db: Comment with TODO about cache bloom filtering here.

This commit is contained in:
Jason Volk 2018-09-26 19:02:09 -07:00
parent b382e51e20
commit 2c054ec9ca

View file

@ -7269,6 +7269,8 @@ ircd::db::seek(row &r,
for(auto &cell : r)
{
db::column &column(cell);
//TODO: should check a bloom filter on the cache for this branch
//TODO: because right now double-querying the cache is gross.
if(!exists(cache(column), key))
request([&closure, &cell]
{