On 6 Feb 2013, at 12:43am, Jason Gauthier <jgauth...@lastar.com> wrote:

> Not sure how to retrieve DB page size.

<http://www.sqlite.org/pragma.html#pragma_page_size>

You might also be interested in

<http://www.sqlite.org/pragma.html#pragma_page_count>

Note that this does, of course, include pages which no longer have any useful 
data in because you've just done a DELETE command.

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

Reply via email to