On 17 Aug 2010, at 1:28pm, Lukas Haase wrote:

> My sqlite database is about 65 MB. The data is split into serval tables.
> 
> Is there a way to enumerate the space requirements for each table so 
> that I can see which tables are the memory consumers?

Do you see the space taken by indexes as being part of the space taken by the 
table ?  If not, then I would just count the number of records of each table.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to