On Mon, Feb 16, 2009 at 07:55:33PM +0300, Alexey Pechnikov scratched on the 
wall:

> Of cource, write operations must be grouped becouse memory allocation 
> for write transaction is proportional to database size (see offsite).

  This limitation was removed about a year ago around 3.5.7.  Rather than
  using a static bit-map for dirty pages, there is a bitvec class that
  implements a sparse array, removing most of the memory size dependencies.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Our opponent is an alien starship packed with atomic bombs.  We have
 a protractor."   "I'll go home and see if I can scrounge up a ruler
 and a piece of string."  --from Anathem by Neal Stephenson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to