On Aug 15, 2008, at 5:58 PM, Brown, Daniel wrote:

> Good afternoon List,
>
> Is there any way at runtime to find out how much memory each of my
> tables in my database are using, other than loading each table
> individually into a :memory: database and comparing the before and  
> after
> values?

Generate an equivalent database in a disk file.  Then run the disk  
file through the sqlite3_analyzer utility which you can download from  
the website.

D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to