SQLite Forum

Database Growing by itself to huge sizes
Login
> The thing that is odd is that there were once when I checked only 3 records in that table

So from that I take it that now there are not only 3 records in that table.  The SQLite3 Analyzer tells you how many records are in the table and the size of the payloads of those records.

How do you know how many records are in the table?

How do you know that they are "small"?