Run the query yourself, and see what spits out.
I can't even do that anymore ... the last JSON export sent the server CPU to 100% and it just stayed there ... and when re-starting the server it goes straight back to 100%!
Another possibility is changes to the data while you're exporting. If anyone is still connected, any add/del of nodes could cause some pretty big issues.
No, can't be, am the only person accessing this graph
Lastly is just general instability. What major changes have you made since that export worked? Did you upgrade the Neo4j version without upgrading the plugin versions?
No changes to the setup at all
Have you altered any import scripts, or middle-layers which alter the data?
The data has been altered, yes, that is my best guess for now ... hard to track down what exact nodes might be impacted ... when trying to import the generated JSON into BigQuery I get the following error ... so looks like some of the JSON is getting corrupted on export ...
Error while reading data, error message: JSON parsing error in row starting at position 13181096784: Expected , or } after key:value pair
Regarding ...
Are your indexes still correct?
I don't know, good point ... I did not realize this could be an issue ... I will refresh them just to be sure.
Figuring out the answers to these questions has to start with running the query yourself, and troubleshooting the query first.
Impossible right now ... server has become totally unresponsive since the JSON export crashed ... I will have to roll back to an earlier snapshot and re-run a hole bunch of queries and then try the above
It would be nice if the APOC export function would print out a list of errors when they happen ... that would help tremendously ...