SQLite Forum

Database Growing by itself to huge sizes
Login
Das, the only way you're going to get to the bottom of this is to dump the data from that table and see what part of it is growing.

You might find this function useful:

<https://sqlite.org/lang_corefunc.html#length>