Improve CSV uploading
Open
enhancement
- Dominant language
- PHP
- Stars
- 36
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
There's a file size limit set in the main configuration file that may be a limiting factor in some cases, but the way CSVs are loaded is also not efficient since the whole file is loaded into memory before being saved as SQLite. I think it would be better if this was done row by row instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.