Re: how to build a database from scratch
Date: 1 Dec 2006 12:33:21 -0800
Message-ID: <1165005201.727508.127610_at_l12g2000cwl.googlegroups.com>
Neo wrote:
> > any books talks about how to build a database from scratch. any one know this kind of book even exists?
>
> What kind of db do you want to build? In particular, what kind of data
> should the db be able to represent? What types of applications is the
> db for? Do you want to program it in a low-level language like assembly
> or high-level like C, C++ or C# ? Is this for experimental,
> educational, academic or commercial purpose?
just from my personaly curiosity. since i am a computer programmer
that working with DB system every day (mysql , postgres).
i have not theory background on DB systems, just want to know internal
of DB systems.
i have checked http://infolab.stanford.edu/~ullman/dscbsols/sols.html ,
looks realy good from table content. any one actully own that book? if
so, is that book include source code for a DB systems? i am not mean
ER-digram, or data modling sql statements.
i have leart built a toy compiler by myself with some great books, so
now i can actully read real world compiler source code (php) and
modifiy it. that help me a lot.
what i need is books teching me basic stuff, like those compiler books
did for me. then i can start understanding source code of real DB
systems (mysql , postgres).
regards,
anru
