Rasa core memorization policy is very slow when it "launches DeLorean"

Problems solved. It is my mistake.

It is because I have not specified max_event_history when I define my custom tracker store.

So, when I ahve more then 10k records, the McFly update function iterates through all of them.

After I set max_event_history to 100, the memorization policy is much faster.

The thread below shows how to limit the tracker history size: