Ummm...are we forgetting about swap space?
If you exceed RAM you hit swap. If you exceed RAM+SWAP you start failing. Or does sqlite monitor physical memory usage? So if you exceed RAM you just start slowing down towards a disk-based equialent database. Michael D. Black Senior Scientist NG Information Systems Advanced Analytics Directorate ________________________________ From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Pavel Ivanov [paiva...@gmail.com] Sent: Monday, April 18, 2011 8:46 AM To: General Discussion of SQLite Database Subject: EXT :Re: [sqlite] What happens if you insert more than your RAM size into an in memory database? You won't be able to insert. The statement will fail. Pavel On Mon, Apr 18, 2011 at 9:44 AM, Adam DeVita <adev...@verifeye.com> wrote: > Good day, > > What happens if you insert more than your RAM size into an in memory > database? > (I'm particularly interested in the Windows context). > > regards, > Adam > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users