FOLIO-FSE / FOLIO-FSE/folio_migration_tools
Memory leak in orders builder
Open
- Dominant language
- Python
- Stars
- 14
- Forks
- 10
- Avg merge
- 55m
- Merged PRs (30d)
- 7
Description
Orders build is slow with large numbers of records
With NLA, I initially transformed about 3.5 recs/sec at modest server load which steadily deteriorates. By 3K records, it was already processing at less than one record per second with many thousands to go.
Workaround is to break up the source files, sort by PO, and run on separate processes
Contributor guide
Assessment
This issue has not been assessed yet.