I have an application that stores data in a SQLite database, when the application has just been installed, it uses 8 kilobytes of data, and when I start inserting data, obviously, the size increases. Strange, when I start cleaning my database tables, I completely empty the database, but I will never restore the first 8 KB of data, but much more, and in some cases more than 100 kb, where does this data come from?
source share