The error means there might be too many mutations are going on it might be slow to perform operation
DELETE FROM Test
WHERE ANY v IN children SATISFIES v.childId = "123456" END;
Post the explain .
The error means there might be too many mutations are going on it might be slow to perform operation
DELETE FROM Test
WHERE ANY v IN children SATISFIES v.childId = "123456" END;
Post the explain .