mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1511: Suggestion on the docs for batch processing #1895
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 25, 2011).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user jamie0725:
I am refering to the examples on
http://www.doctrine-project.org/docs/orm/2.0/en/reference/batch-processing.html
Let's say you want to process a bulk of 25 objects and have a batchsize of 20.
With the code provided the last 5 would not be saved as far as I understand unless you do another flush after the for-loop.
This is probably very clear to any experienced Doctrine developer but maybe it is also confusing for beginners like me (some internet sources say, that flush is executed automatically at the end of the request, but obviously it is not). Maybe this could be mentioned somewhere?
@malukenho commented on GitHub (Jan 5, 2017):
@Ocramius @lcobucci more documentation issue that can be closed.