akka-persistence-mongo icon indicating copy to clipboard operation
akka-persistence-mongo copied to clipboard

Duplication removal logic - memory growth

Open scullxbones opened this issue 7 years ago • 0 comments

In read journals, long running 'All*' queries could stress memory due to de-duplication logic, storing keys to what has been seen before.

May need to allow users to select a probabilistic structure (e.g. Bloom filter) to cap memory usage in more extreme cases.

scullxbones avatar Feb 25 '17 18:02 scullxbones