Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User entry in the cached map will be entirely removed from the caching layer if it doesn't have any active bloom filters attached to it anymore. 


This way in each user within a window will have 2 bloom filters (both are available for read while only one of them active for write) and when we need to check if we came across PID before or not for a given user we will check if any of the bloom filters contains the PID. 

Public Interfaces

New Broker Configurations

...