Open taviso opened 1 year ago
I noticed when importing a large .csv that 123 just reads 1 character a time from the file.
That made importing a ~1MB csv take ~20 seconds - it should have been instant.
Could make this a lot faster if we use a more reasonable buffer size, need to find where that is.
I noticed when importing a large .csv that 123 just reads 1 character a time from the file.
That made importing a ~1MB csv take ~20 seconds - it should have been instant.
Could make this a lot faster if we use a more reasonable buffer size, need to find where that is.