On Wed, 14 Jan 2009 21:34:12 -0500, Alex Krzos <ack7...@rit.edu> wrote in General Discussion of SQLite Database <sqlite-users@sqlite.org>:
>Hi all, > >I am doing a project which involves looking through sqlite code and getting >a feel for how the dbms actually works. I have three questions. > >First off, sqlite is supposedly modular. I am having a tough time >determining the modularity of the components. How is sqlite modular, it >seems that most of the components are coded to be exactly the way they are. > >The b-tree implemented by sqlite, is that a b+tree or b-tree? > > Third, where can I find how joins are implemented? > Even better yet, how are joins parsed then processed? http://www.sqlite.org/docs.html , more specifically: http://www.sqlite.org/arch.html http://www.sqlite.org/vdbe.html http://www.sqlite.org/lang_explain.html http://www.sqlite.org/tempfiles.html http://www.sqlite.org/atomiccommit.html >Thanks. Hope this helps. -- ( Kees Nuyt ) c[_] _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users