On Sep 22, 2010, at 12:23 PM, Scott Weigand wrote:

>
> Hello List,
> Apologies if this is the wrong list to post to.  Can anyone tell me  
> if an overflow page is encapsulated within a B-Tree page or if it  
> starts on a standard page boundary and has its first 4 bytes as the  
> next overflow page number?

Starts on a page boundary. The first four bytes are the
next overflow page number (or 0 for the last page in a chain).


> Thanks,Scott                                  
> _______________________________________________
> 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

Reply via email to