File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2643,9 +2643,8 @@ iterator` if you call its asynchronous version ``aiterator``.
26432643
26442644A ``QuerySet`` typically caches its results internally so that repeated
26452645evaluations do not result in additional queries. In contrast, ``iterator()``
2646- will read results directly, without doing any caching at the ``QuerySet`` level
2647- (internally, the default iterator calls ``iterator()`` and caches the return
2648- value). For a ``QuerySet`` which returns a large number of objects that you
2646+ will read results directly, without doing any caching at the ``QuerySet``
2647+ level. For a ``QuerySet`` which returns a large number of objects that you
26492648only need to access once, this can result in better performance and a
26502649significant reduction in memory.
26512650
You can’t perform that action at this time.
0 commit comments