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?

Thanks.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to