https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37020

Magnus Enger <mag...@libriotech.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #176388|0                           |1
        is obsolete|                            |

--- Comment #8 from Magnus Enger <mag...@libriotech.no> ---
Created attachment 176425
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176425&action=edit
Bug 37020: Stream records from file instead of loading all into memory

One of the issues with bulkmarcimport.pl is that the script loads the entire
record set into memory
before processing those records. If we load and process those records one at a
time the memory
needed will be miniscule.

Test Plan:
1) Import a very large record set, note the ram consumption be the script
2) Apply this patch
1) Import the same record set, the ram consumption should be reduced!

Signed-off-by: Magnus Enger <mag...@libriotech.no>
The patch reduces the RAM used when importing a large file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to