While performing a housekeeping for about 60k identifiers, the database update failed because of a time-out. This may be due to performance problems of setParameterList in combination with big lists, as mentioned in this post. To fix this, the array can be processed in chunks.
While performing a housekeeping for about 60k identifiers, the database update failed because of a time-out. This may be due to performance problems of setParameterList in combination with big lists, as mentioned in this post. To fix this, the array can be processed in chunks.