How to Reduce SQLite Database File Size Using Qt
Mobile and Embedded
2
Posts
2
Posters
409
Views
-
Hi.
I use QSqlDatabase to store user data.
Database file size is not reduced, although user data has been deleted or Drop successfully.
Please reply to anyone who knows how to solve this problem.@gohj Take a look at this: https://www.sqlite.org/lang_vacuum.html
Also you should mention what database you're using (I guess SQLite).