SQLite Forum

sqlite write performance is slower than the filesystem
Login
SQLite does not use the same amount of space for each row.  Different integers take different numbers of bytes to store.  Strings take the amount of space their length needs.  NULL fields take just one byte, or sometimes no bytes at all.