I have a room database which haves thousands of registers in various tables. When I download all the data from internet, it deletes the table and fill it again from scratch. The sqlite has a size of 300KB. If i press update... it gets a size of 600, if I press again, 900, and then, after a fourth update, it comes back to 300 kb. Any idea why this happens? If I open the sqlite with a sqlite browsers, the data is supposedly always the same with every size.
not kotlin but kotlin colored 1