DbalQueryExtractor.php
Classes
- DbalQueryExtractor
- batchSize() is a yield cap, not a fetch size: fetchAllAssociative() materialises the whole result set per parameter set, so lowering it cannot lower peak memory. The paginating extractors default to 1000 because their number IS a round trip.