On Mon, Sep 12, 2011 at 6:47 PM, Jay A. Kreibich <j...@kreibi.ch> wrote:

> On Mon, Sep 12, 2011 at 12:29:56PM +0800, ?????? scratched on the wall:
> > is there any limit about the data size?
>
>   PRAGMA max_page_count should work on in-memory databases.
>

Isn't there also the limitation that the maximum db size == the max memory
the system allocator can dole out, plus limitations imposed by the "bitness"
of the platform? You can't (per my understanding) have a 10GB in-memory db
on a 32-bit machine (regardless of how much RAM it has), but you can have a
10GB on-storage db on that same machine.

:-?

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to