n-young / trustdb

0 stars 1 forks source link

Caching overlapping query evaluation #28

Open desmondcheongzx opened 3 years ago

desmondcheongzx commented 3 years ago

As noted in #22

desmondcheongzx commented 3 years ago

Another possibility, besides the one mentioned in #22, would be to couple DNF conversion along with query evaluation. i.e. when we find a block that satisfies is_all_and, we evaluate the conditions within the block, and pass the results back up.