ORIENT/modules
Mateusz Charytoniuk 318e9d7e76 Import CSV rows one at a time (#3450)
Credit @mcharytoniuk.

While importing over 250k records ImportModel kept running into various problems. One of them was too big memory usage - `ImportModel` loaded the complete file upfront (`$reader->fetchAll()`). Simple one-line change to `$reader->fetch()` makes `ImportModel` import CSV file row-by-row and returning an iterator which limits memory usage and allows data to be imported. This change optimizes memory usage and allows much simpler importing of larger files.
2018-03-14 12:53:18 -06:00
..
backend Import CSV rows one at a time (#3450) 2018-03-14 12:53:18 -06:00
cms Improved Simplified Chinese (zh-CN) translation (#3447) 2018-03-12 23:26:34 -06:00
system Add Cache-Control header to combined assets (#3430) 2018-03-06 08:31:37 -06:00