Closed JustZack closed 6 months ago
Added means to use LOAD DATA INFILE, which can be faster than inserts (and chunked inserts as I use now). Is only up to 15 seconds faster, but and can be exactly the same speed.
LOAD DATA INFILE
closes #58
Not a huge improvement, but still faster than extended inserts
Added means to use
LOAD DATA INFILE
, which can be faster than inserts (and chunked inserts as I use now). Is only up to 15 seconds faster, but and can be exactly the same speed.closes #58