Hi Team,
I want to highlight comments or posts which were liked by the logged in user.
While going through the Highscalability blog, Reddit lessons learned…, I found that they use Bloom Filter.
I searched for Bloom filter in Dgraph, but couldn’t find a succinct answer to:
- How to use Bloom filter in Dgraph?
- If it’s part of Badger DB, how to access that feature via Dgraph?
- Does Dgraph implement an even better approach?
If there’s a documentation I didn’t reach, please point me in that direction.