1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Merge pull request #955 from goatherd/patch-1

iteration risk note
This commit is contained in:
Benjamin Eberlei 2014-03-23 15:35:53 +01:00
commit 5335b2a2ad

View File

@ -94,6 +94,12 @@ with the batching strategy that was already used for bulk inserts:
fetch-join a collection-valued association. The nature of such SQL
result sets is not suitable for incremental hydration.
.. note::
Results may be fully buffered by the database client/ connection allocating
additional memory not visible to the PHP process. For large sets this
may easily kill the process for no apparant reason.
Bulk Deletes
------------