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.
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.