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:
parent
b382e51e20
commit
2c054ec9ca
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue