"Raviv Shasha" <[EMAIL PROTECTED]> wrote:
> Although I limit the sqlite database to 32768 (32K), the db file which
> retrieved is equal to 470K.
> 
> What regrading the operations sequence ? Is it correct to first
> initialize the sqlite database and then to execute the PRAGMA
> max_page_count command or not?
> 
> What can cause this problem?
> 

The max_page_count pragma limits the number of database "pages"
not bytes.  32768 pages is 32MiB, assuming a 1KiB page (the default.)

--
D. Richard Hipp <[EMAIL PROTECTED]>

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

Reply via email to