Re: books on database implementation

From: Evan Keel <evankeel_at_sbcglobal.net>
Date: Thu, 28 Aug 2008 12:48:06 -0400
Message-ID: <aFAtk.35838$co7.10785_at_nlpi066.nbdc.sbc.com>


"JOG" <jog_at_cs.nott.ac.uk> wrote in message news:12f4a9a3-98e4-496f-9bb6-2cc04552f122_at_a70g2000hsh.googlegroups.com...
> On Aug 28, 6:08 am, Brendan <catph..._at_catphive.net> wrote:
> > What are the best books on relational database implementation, and by
> > this I do not mean how to design your database schema, but how to
> > write an actual database, what the on disk data structures would be
> > like, caching, how to implement transactions, etc.
> >
> > I'm having a hard time finding information on this subject, because
> > related searches tend to come up with material on "how to write your
> > CRUD web app" or at best database theory books, although I suppose the
> > theory books would also be helpful.
> >
> > Thanks,
> > Brendan
>
> "Understanding MySQL internals" (published by O'Reilly) is not a bad
> place to start. J.

Also,"Pro MySQL" Kruckenberg and Pipes, published by Apress has tons of code. But you can download MySQL source and just read through it. Very interesting and not too difficult to understand. Received on Thu Aug 28 2008 - 18:48:06 CEST

Original text of this message