Home » Blog » Reply » Reply To: How to Shrink SQLite Database?

Reply To: How to Shrink SQLite Database?

Andrew Jackson ~ Modified: August 27th, 2015 ~ ~ 1 Minute Reading

Home Forums How to Shrink SQLite Database? Reply To: How to Shrink SQLite Database?

#526 Score: 0
Andrew Jackson
Moderator
1 pt

SQLite database format trades space efficiency for speedy access. If you just dump the data contents, either as SQL dump or simply a CVS file for each database table, you’ll likely get smaller files, either using database files or plain data, try compressing them.