Code 12008 :Error performing bulk get operation - starting with bulkget exceeded MaxBulkRetries

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 .