Something like bloom filters for view requests

Hey, is there something like bloom filters (like in Cassandra) for view requests to reduce/avoid disk hits on non existing view results?

If your use case is tolerant to xx% of false positives then maybe.

Yup, a few false positives are totally allowed to slip thru. I just realized I can use a little RAM to dramatically reduce disk hits that won’t find anything anyway.