Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allocate only required number of rows retrieved from SQL
- Limit rows to MAX_STORAGE, as additional rows are unnecessary. - Loops based on capped number of rows so we avoid iterating empty items
- Loading branch information