Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Insertion into the replay index can take long sometimes because we use a file based index and tree set. We should switch this out for a memory mapped db and a hash set.