SQLite Forum

sqlite write performance is slower than the filesystem
Login
Thanks kmedcalf for your help and insight

I though that, as a row size can be estimated (sum of max size for each fields), sqlite was able to write a batch of row in parrallel and take advantage of SSD.
While a sequential write can not.