How to Reduce SQLite Database File Size Using Qt
-
wrote on 20 Feb 2019, 08:35 last edited by
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. -
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).
1/2