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
Essentially it's a neo4j cypher with OPTIONAL MATCH which is causing performance issue thus timed out.
From Derek:
Yep that was my suspicion as well. The fix should be reasonably simple. If I can't find a way to restructure the original query, worst case scenario, splitting into 2 queries should drastically speed things up.
The text was updated successfully, but these errors were encountered:
Sunset also reported a timeout issue:
Essentially it's a neo4j cypher with OPTIONAL MATCH which is causing performance issue thus timed out.
From Derek:
The text was updated successfully, but these errors were encountered: