You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@t94j0 I did some testing with Neo4j, and you're right that it's slow to insert events. In big scans especially, when the events are really flooding in, the Neo4j queue can get backed up.
To fix this, we'll need to figure out how to batch the cypher statements.
The text was updated successfully, but these errors were encountered:
@t94j0 I did some testing with Neo4j, and you're right that it's slow to insert events. In big scans especially, when the events are really flooding in, the Neo4j queue can get backed up.
To fix this, we'll need to figure out how to batch the cypher statements.
The text was updated successfully, but these errors were encountered: